Home
last modified time | relevance | path

Searched refs:unsigned (Results 1 – 25 of 80) sorted by relevance

1234

/glibc-2.36/conform/data/sys/
Dstatvfs.h-data4 element {struct statvfs} {unsigned long} f_bsize
5 element {struct statvfs} {unsigned long} f_frsize
12 // Bug 23086: f_fsid has type unsigned long long instead of unsigned long
13 xfail[i386-gnu]-element {struct statvfs} {unsigned long} f_fsid
14 element {struct statvfs} {unsigned long} f_flag
15 element {struct statvfs} {unsigned long} f_namemax
Dsem.h-data16 xfail-element {struct semid_ds} {unsigned short int} sem_nsems
27 element {struct sembuf} {unsigned short int} sem_num
Dtimeb.h-data5 element {struct timeb} {unsigned short} millitm
Dstat.h-data30 // Bug 23084: st_dev has type unsigned long long instead of dev_t (unsigned).
Dipc.h-data4 // Bug 23082: uid/gid/cuid/cgid/mode have type unsigned short instead of uid_t and mode_t.
Dshm.h-data12 // Bug 23085: shm_lpid/shm_cpid have type unsigned short instead of pid_t
Dmsg.h-data12 // Bug 23083: msg_lspid/msg_lrpid have type unsigned short instead of pid_t.
/glibc-2.36/math/
Dgen-fromfp-tests.py52 unsigned = func.startswith('ufromfp') variable
65 if unsigned:
76 if unsigned and negative:
79 if not unsigned and not negative:
109 if unsigned and z.startswith('-'):
121 if not unsigned and not negative and res != '0':
136 if w < width or (unsigned and res.startswith('-')):
/glibc-2.36/conform/data/
Dstdlib.h-data66 function double erand48 (unsigned short int[3])
82 function {char*} initstate (unsigned int, char*, size_t)
85 function {long int} jrand48 (unsigned short int[3])
92 function void lcong48 (unsigned short int[7])
117 function {long int} nrand48 (unsigned short int[3])
137 function int rand_r (unsigned int*)
147 function {unsigned short int*} seed48 (unsigned short int[3])
155 function void srand (unsigned int)
160 function void srandom (unsigned)
168 function {unsigned long int} strtoul (const char*, char**, int)
[all …]
Dmqueue.h-data23 function ssize_t mq_receive (mqd_t, char*, size_t, unsigned int*)
24 function int mq_send (mqd_t, const char*, size_t, unsigned int)
28 optional-function ssize_t mq_timedreceive (mqd_t, char*, size_t, unsigned int*, const struct timesp…
29 optional-function int mq_timedsend (mqd_t, const char*, size_t, unsigned int, const struct timespec…
Dlimits.h-data4 macro-int-constant UCHAR_MAX {promoted:unsigned char} >= 255
15 macro-int-constant USHRT_MAX {promoted:unsigned short int} >= 65535
16 // The ranges for int and unsigned int are from POSIX.
19 macro-int-constant UINT_MAX {unsigned int} >= 4294967295U
22 macro-int-constant ULONG_MAX {unsigned long int} >= 4294967295UL
26 macro-int-constant ULLONG_MAX {unsigned long long int} >= 18446744073709551615ull
Dunistd.h-data429 function {unsigned int} alarm (unsigned int)
569 function {unsigned int} sleep (unsigned int)
Dsemaphore.h-data9 function int sem_init (sem_t*, int, unsigned int)
Dwchar.h-data123 function {unsigned long int} wcstoul (const wchar_t*, wchar_t**, int)
125 function {unsigned long long int} wcstoull (const wchar_t*, wchar_t**, int)
/glibc-2.36/conform/data/net/
Dif.h-data4 element {struct if_nameindex} {unsigned int} if_index
9 function {unsigned int} if_nametoindex (const char*)
10 function {char*} if_indextoname (unsigned int, char*)
/glibc-2.36/conform/data/netinet/
Din.h-data16 element {struct sockaddr_in} {unsigned char} sin_zero [8]
43 element {struct ipv6_mreq} {unsigned int} ipv6mr_interface
/glibc-2.36/manual/
Dlang.texi401 promoted to either @code{int} or @w{@code{unsigned int}}, as
575 This is an unsigned integer type used to represent the sizes of objects.
580 will be @w{@code{unsigned int}} or @w{@code{unsigned long int}}.
587 @w{ISO C} generally used @code{unsigned int} for representing object sizes
638 @code{unsigned char}, @code{short int}, @code{unsigned short int},
639 @code{int}, @code{unsigned int}, @code{long int}, @code{unsigned long
640 int}, @code{long long int} and @code{unsigned long long int},
663 integer type is for using an array of @code{unsigned long int} as a
707 and largest values that it can hold. Each unsigned integer type has one
716 @w{@code{unsigned long int}}.
[all …]
Darith.texi32 long integer, and character, all in both signed and unsigned varieties.
114 unsigned integer minima. These are always zero. Similiarly, there
1597 @deftypefun intmax_t fromfp (double @var{x}, int @var{round}, unsigned int @var{width})
1598 @deftypefunx intmax_t fromfpf (float @var{x}, int @var{round}, unsigned int @var{width})
1599 @deftypefunx intmax_t fromfpl (long double @var{x}, int @var{round}, unsigned int @var{width})
1600 @deftypefunx intmax_t fromfpfN (_Float@var{N} @var{x}, int @var{round}, unsigned int @var{width})
1601 @deftypefunx intmax_t fromfpfNx (_Float@var{N}x @var{x}, int @var{round}, unsigned int @var{width})
1602 @deftypefunx uintmax_t ufromfp (double @var{x}, int @var{round}, unsigned int @var{width})
1603 @deftypefunx uintmax_t ufromfpf (float @var{x}, int @var{round}, unsigned int @var{width})
1604 @deftypefunx uintmax_t ufromfpl (long double @var{x}, int @var{round}, unsigned int @var{width})
[all …]
Dmath.texi1479 @deftypefun void srand (unsigned int @var{seed})
1496 @deftypefun int rand_r (unsigned int *@var{seed})
1502 bits as the type @code{unsigned int} has. This is far too few to
1537 @deftypefun void srandom (unsigned int @var{seed})
1553 @deftypefun {char *} initstate (unsigned int @var{seed}, char *@var{state}, size_t @var{size})
1614 @deftypefun int srandom_r (unsigned int @var{seed}, struct random_data *@var{buf})
1622 @deftypefun int initstate_r (unsigned int @var{seed}, char *restrict @var{statebuf}, size_t @var{st…
1694 @deftypefun double erand48 (unsigned short int @var{xsubi}[3])
1718 @deftypefun {long int} nrand48 (unsigned short int @var{xsubi}[3])
1740 @deftypefun {long int} jrand48 (unsigned short int @var{xsubi}[3])
[all …]
Dstdio.texi871 @code{unsigned char}, and writes it to the stream @var{stream}.
1080 This function reads the next character as an @code{unsigned char} from
1667 unsigned value in binary, octal, decimal, or hexadecimal radix
1829 Print an integer as an unsigned binary number. @samp{%b} uses
1836 Print an integer as an unsigned octal number. @xref{Integer
1840 Print an integer as an unsigned decimal number. @xref{Integer
1844 Print an integer as an unsigned hexadecimal number. @samp{%x} uses
1916 @samp{%u}, and @samp{%x} print the argument as an unsigned binary, octal,
1974 @code{unsigned int} (for the unsigned conversions @samp{%b},
1984 Specifies that the argument is a @code{signed char} or @code{unsigned
[all …]
Dipc.texi50 @deftypefun int sem_init (sem_t *@var{sem}, int @var{pshared}, unsigned int @var{value});
/glibc-2.36/benchtests/
Dsprintf-inputs1 ## args: char *:const char *:int:char:char:char:char:char:const char *:float:unsigned int
/glibc-2.36/ChangeLog.old/
DChangeLog.447 mach_msg_type_number_t in place of unsigned int.
58 place of unsigned int.
67 * sysdeps/mach/hurd/dirstream.h (DIR): Use unsigned long int for
86 place of unsigned int.
112 place of unsigned int and int.
114 * hurd/hurd/id.h: Use mach_msg_type_number_t in place of unsigned int.
139 place of unsigned int and int. Use `long int' for sigcode values.
144 mach_msg_type_number_t in place of unsigned int.
153 * hurd/hurdprio.c: Use mach_msg_type_number_t in place of unsigned
163 natural_t in place of unsigned int and int.
[all …]
/glibc-2.36/sysdeps/powerpc/powerpc64/le/
Dconfigure.ac45 int sbi (long double *a, unsigned long n) { return __builtin_signbit (a[n]); }
Dconfigure75 int sbi (long double *a, unsigned long n) { return __builtin_signbit (a[n]); }

1234