Searched refs:b1 (Results 1 – 3 of 3) sorted by relevance
41 char *b1, *b2; in msort_with_tmp() local49 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 …]
13 compare (void const *a1, void const *b1) in compare() argument16 struct big const *b = b1; in compare()
9 compare (const void *a1, const void *b1) in compare() argument12 const char *b = b1; in compare()
Completed in 6 milliseconds