Home
last modified time | relevance | path

Searched refs:b (Results 1 – 14 of 14) sorted by relevance

/stdlib/
A Dmsort.c49 b1 = b; in msort_with_tmp()
50 b2 = (char *) b + (n1 * p->s); in msort_with_tmp()
159 memcpy (b, p->t, (n - n2) * s); in msort_with_tmp()
215 _quicksort (b, n, s, cmp, arg); in __qsort_r()
227 _quicksort (b, n, s, cmp, arg); in __qsort_r()
241 char *ip = (char *) b; in __qsort_r()
259 for (i = 0, ip = (char *) b; i < n; i++, ip += s) in __qsort_r()
268 size_t k = (kp - (char *) b) / s; in __qsort_r()
292 && ((char *) b - (char *) 0) in __qsort_r()
296 msort_with_tmp (&p, b, n); in __qsort_r()
[all …]
A Dtst-qsort.c16 struct big const *b = b1; in compare() local
22 && array <= b && b < array_end)) in compare()
26 return b->c[0] - a->c[0]; in compare()
A Dtst-tls-atexit-lib.c35 static __thread A b; in reg_dtor() local
36 __cxa_thread_atexit_impl (A_dtor, &b, __dso_handle); in reg_dtor()
A Dtst-qsort2.c12 const char *b = b1; in compare() local
15 && array <= b && b < array_end)) in compare()
20 int ret = b[0] - a[0]; in compare()
24 return b[1] - a[1]; in compare()
A Dtst-tininess.c25 volatile float b = 0x1.0008p-1; variable
43 c = a * b; in do_test()
A Dtestsort.c6 compare (const void *a, const void *b) in compare() argument
8 return strcmp (*(char **) a, *(char **) b); in compare()
A Dtst-strfrom.h28 #define _CONCAT(a, b) a ## b argument
29 #define CONCAT(a, b) _CONCAT (a, b) argument
A Dgrouping.c24 #define MAX(a,b) ({ typeof(a) _a = (a); typeof(b) _b = (b); \ argument
A Dtst-setcontext.c77 test_stack (volatile int a, volatile int b, in test_stack() argument
94 if (b != 2) in test_stack()
A Dtst-strtod-round-skeleton.c47 #define _CONCAT(a, b) a ## b argument
48 #define CONCAT(a, b) _CONCAT (a, b) argument
A Dqsort.c28 #define SWAP(a, b, size) \ argument
32 char *__a = (a), *__b = (b); \
A Dlonglong.h249 # define umul_ppmm(xh, xl, a, b) \ argument
269 "r" ((USItype) (b)) __CLOBBER_CC ); \
273 # define umul_ppmm(xh, xl, a, b) \ argument
276 register UDItype __t0 = (UDItype)(USItype)(a) * (USItype)(b); \
664 #define umul_ppmm(xh, xl, a, b) \ argument
694 "g" ((USItype) (b)) \
700 #define umul_ppmm(xh, xl, a, b) \ argument
730 "g" ((USItype) (b)) \
1058 #define __muluw3(a, b) ((UWtype)(a) * (UWtype)(b)) argument
1069 #define __muluw3(a, b) \ argument
[all …]
A DVersions20 # b*
A Dstrtod_l.c142 #define PASTE(a,b) PASTE1(a,b) argument
143 #define PASTE1(a,b) a##b argument

Completed in 25 milliseconds