Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n64/
Dposix_fadvise64.c19 #define weak_alias(a, b) argument
21 #define strong_alias(a, b) argument
/glibc-2.36/nptl/
Dtst-cleanup4aux.c46 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
Dtst-tls5modb.c4 static __thread int b; variable
/glibc-2.36/include/
Dintprops.h109 #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/
Ds_lrint-generic.S3 #define weak_alias(a,b) argument
5 #define strong_alias(a,b) argument
Ds_lrintf-generic.S3 #define weak_alias(a,b) argument
5 #define strong_alias(a,b) argument
/glibc-2.36/stdio-common/
Dtst-scanf-round.c32 double b = 0; in do_test() local
42 double b = 0; in do_test() local
/glibc-2.36/misc/
Dtst-syscalls.c57 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/
Dtst-tlsmod13a.c1 __thread int b[2] __attribute__ ((tls_model ("initial-exec"))); variable
Dtst-unique4lib.cc17 static int b __attribute__ ((used)) = S<1>::j; variable
/glibc-2.36/dirent/
Dalphasort.c24 alphasort (const struct dirent **a, const struct dirent **b) in alphasort()
Dversionsort.c24 versionsort (const struct dirent **a, const struct dirent **b) in versionsort()
/glibc-2.36/sysdeps/ia64/fpu/
De_exp10f.c4 #define libm_alias_finite(a, b) argument
/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Dioperm.c45 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/
Dmd5-block.c5 #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/
Dq_add.c23 long double _Q_add(const long double a, const long double b) in _Q_add()
Dq_cmp.c23 int _Q_cmp(const long double a, const long double b) in _Q_cmp()
Dq_cmpe.c24 int _Q_cmpe(const long double a, const long double b) in _Q_cmpe()
Dq_div.c23 long double _Q_div(const long double a, const long double b) in _Q_div()
Dq_feq.c23 int _Q_feq(const long double a, const long double b) in _Q_feq()
Dq_fge.c23 int _Q_fge(const long double a, const long double b) in _Q_fge()
Dq_fgt.c23 int _Q_fgt(const long double a, const long double b) in _Q_fgt()
Dq_fle.c23 int _Q_fle(const long double a, const long double b) in _Q_fle()
Dq_flt.c23 int _Q_flt(const long double a, const long double b) in _Q_flt()
Dq_fne.c23 int _Q_fne(const long double a, const long double b) in _Q_fne()

12345678910>>...16