Searched defs:b (Results 1 – 13 of 13) sorted by relevance
/stdlib/ |
A D | tst-tininess.c | 25 volatile float b = 0x1.0008p-1; variable
|
A D | tst-tls-atexit-lib.c | 35 static __thread A b; in reg_dtor() local
|
A D | testsort.c | 6 compare (const void *a, const void *b) in compare()
|
A D | tst-qsort.c | 16 struct big const *b = b1; in compare() local
|
A D | tst-qsort2.c | 12 const char *b = b1; in compare() local
|
A D | msort.c | 39 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 D | grouping.c | 24 #define MAX(a,b) ({ typeof(a) _a = (a); typeof(b) _b = (b); \ argument
|
A D | tst-strfrom.h | 28 #define _CONCAT(a, b) a ## b argument 29 #define CONCAT(a, b) _CONCAT (a, b) argument
|
A D | tst-setcontext.c | 77 test_stack (volatile int a, volatile int b, in test_stack()
|
A D | qsort.c | 28 #define SWAP(a, b, size) \ argument
|
A D | tst-strtod-round-skeleton.c | 47 #define _CONCAT(a, b) a ## b argument 48 #define CONCAT(a, b) _CONCAT (a, b) argument
|
A D | strtod_l.c | 142 #define PASTE(a,b) PASTE1(a,b) argument 143 #define PASTE1(a,b) a##b argument
|
A D | longlong.h | 249 # 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