Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 3 of 3) sorted by relevance

/stdlib/
A Dmsort.c41 char *b1, *b2; in msort_with_tmp() local
49 b1 = b; in msort_with_tmp()
52 msort_with_tmp (p, b1, n1); in msort_with_tmp()
64 if ((*cmp) (b1, b2, arg) <= 0) in msort_with_tmp()
67 b1 += sizeof (uint32_t); in msort_with_tmp()
82 if ((*cmp) (b1, b2, arg) <= 0) in msort_with_tmp()
85 b1 += sizeof (uint64_t); in msort_with_tmp()
107 b1 += s; in msort_with_tmp()
126 b1 += sizeof (void *); in msort_with_tmp()
144 b1 += s; in msort_with_tmp()
[all …]
A Dtst-qsort.c13 compare (void const *a1, void const *b1) in compare() argument
16 struct big const *b = b1; in compare()
A Dtst-qsort2.c9 compare (const void *a1, const void *b1) in compare() argument
12 const char *b = b1; in compare()

Completed in 6 milliseconds