/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n64/ |
D | posix_fadvise64.c | 19 #define weak_alias(a, b) argument 21 #define strong_alias(a, b) argument
|
/glibc-2.36/nptl/ |
D | tst-cleanup4aux.c | 46 struct _pthread_cleanup_buffer b; in fn3() local 70 struct _pthread_cleanup_buffer b; in fn5() local 94 struct _pthread_cleanup_buffer b; in fn7() local 118 struct _pthread_cleanup_buffer b; in fn9() local
|
D | tst-tls5modb.c | 4 static __thread int b; variable
|
/glibc-2.36/include/ |
D | intprops.h | 109 #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485) argument 169 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument 176 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ argument 192 #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ argument 207 #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ argument 215 #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ argument 225 #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ argument 269 # define _GL_ADD_OVERFLOW(a, b, min, max) \ argument 271 # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ argument 273 # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ argument [all …]
|
/glibc-2.36/sysdeps/sparc/sparc64/fpu/multiarch/ |
D | s_lrint-generic.S | 3 #define weak_alias(a,b) argument 5 #define strong_alias(a,b) argument
|
D | s_lrintf-generic.S | 3 #define weak_alias(a,b) argument 5 #define strong_alias(a,b) argument
|
/glibc-2.36/stdio-common/ |
D | tst-scanf-round.c | 32 double b = 0; in do_test() local 42 double b = 0; in do_test() local
|
/glibc-2.36/misc/ |
D | tst-syscalls.c | 57 deallocate (struct Array b) in deallocate() 79 reallocate (struct Array b) in reallocate() 91 protect (struct Array b) in protect() 109 do_read (int fd, void *ptr, struct Array b) in do_read() 121 do_write (int fd, void *ptr, struct Array b) in do_write()
|
/glibc-2.36/elf/ |
D | tst-tlsmod13a.c | 1 __thread int b[2] __attribute__ ((tls_model ("initial-exec"))); variable
|
D | tst-unique4lib.cc | 17 static int b __attribute__ ((used)) = S<1>::j; variable
|
/glibc-2.36/dirent/ |
D | alphasort.c | 24 alphasort (const struct dirent **a, const struct dirent **b) in alphasort()
|
D | versionsort.c | 24 versionsort (const struct dirent **a, const struct dirent **b) in versionsort()
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | e_exp10f.c | 4 #define libm_alias_finite(a, b) argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | ioperm.c | 45 outb (unsigned char b, unsigned long int port) in outb() 51 outw (unsigned short b, unsigned long int port) in outw() 57 outl (unsigned int b, unsigned long int port) in outl()
|
/glibc-2.36/crypt/ |
D | md5-block.c | 5 #define FF(b, c, d) (d ^ (b & (c ^ d))) argument 6 #define FG(b, c, d) FF (d, b, c) argument 7 #define FH(b, c, d) (b ^ c ^ d) argument 8 #define FI(b, c, d) (c ^ (b | ~d)) argument 49 #define OP(a, b, c, d, s, T) \ in __md5_process_block() argument 91 #define OP(f, a, b, c, d, k, s, T) \ in __md5_process_block() argument
|
/glibc-2.36/sysdeps/sparc/sparc32/ |
D | q_add.c | 23 long double _Q_add(const long double a, const long double b) in _Q_add()
|
D | q_cmp.c | 23 int _Q_cmp(const long double a, const long double b) in _Q_cmp()
|
D | q_cmpe.c | 24 int _Q_cmpe(const long double a, const long double b) in _Q_cmpe()
|
D | q_div.c | 23 long double _Q_div(const long double a, const long double b) in _Q_div()
|
D | q_feq.c | 23 int _Q_feq(const long double a, const long double b) in _Q_feq()
|
D | q_fge.c | 23 int _Q_fge(const long double a, const long double b) in _Q_fge()
|
D | q_fgt.c | 23 int _Q_fgt(const long double a, const long double b) in _Q_fgt()
|
D | q_fle.c | 23 int _Q_fle(const long double a, const long double b) in _Q_fle()
|
D | q_flt.c | 23 int _Q_flt(const long double a, const long double b) in _Q_flt()
|
D | q_fne.c | 23 int _Q_fne(const long double a, const long double b) in _Q_fne()
|