Home
last modified time | relevance | path

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

/stdlib/
A Dmsort.c41 char *b1, *b2; in msort_with_tmp() local
50 b2 = (char *) b + (n1 * p->s); in msort_with_tmp()
53 msort_with_tmp (p, b2, n2); in msort_with_tmp()
64 if ((*cmp) (b1, b2, arg) <= 0) in msort_with_tmp()
73 b2 += sizeof (uint32_t); in msort_with_tmp()
82 if ((*cmp) (b1, b2, arg) <= 0) in msort_with_tmp()
91 b2 += sizeof (uint64_t); in msort_with_tmp()
104 if ((*cmp) (b1, b2, arg) <= 0) in msort_with_tmp()
113 b2 += s; in msort_with_tmp()
132 b2 += sizeof (void *); in msort_with_tmp()
[all …]

Completed in 4 milliseconds