Home
last modified time | relevance | path

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

/stdlib/
A Dtst-tininess.c25 volatile float b = 0x1.0008p-1; variable
A Dtst-tls-atexit-lib.c35 static __thread A b; in reg_dtor() local
A Dtestsort.c6 compare (const void *a, const void *b) in compare()
A Dtst-qsort.c16 struct big const *b = b1; in compare() local
A Dtst-qsort2.c12 const char *b = b1; in compare() local
A Dmsort.c39 msort_with_tmp (const struct msort_param *p, void *b, size_t n) in msort_with_tmp()
164 __qsort_r (void *b, size_t n, size_t s, __compar_d_fn_t cmp, void *arg) in __qsort_r()
A Dgrouping.c24 #define MAX(a,b) ({ typeof(a) _a = (a); typeof(b) _b = (b); \ argument
A Dtst-strfrom.h28 #define _CONCAT(a, b) a ## b argument
29 #define CONCAT(a, b) _CONCAT (a, b) argument
A Dtst-setcontext.c77 test_stack (volatile int a, volatile int b, in test_stack()
A Dqsort.c28 #define SWAP(a, b, size) \ argument
A Dtst-strtod-round-skeleton.c47 #define _CONCAT(a, b) a ## b argument
48 #define CONCAT(a, b) _CONCAT (a, b) argument
A Dstrtod_l.c142 #define PASTE(a,b) PASTE1(a,b) argument
143 #define PASTE1(a,b) a##b argument
A Dlonglong.h249 # define umul_ppmm(xh, xl, a, b) \ argument
273 # define umul_ppmm(xh, xl, a, b) \ argument
664 #define umul_ppmm(xh, xl, a, b) \ argument
700 #define umul_ppmm(xh, xl, a, b) \ argument
1058 #define __muluw3(a, b) ((UWtype)(a) * (UWtype)(b)) argument
1069 #define __muluw3(a, b) \ argument

Completed in 24 milliseconds