Home
last modified time | relevance | path

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

/stdlib/
A Dmsort.c55 char *tmp = p->t; in msort_with_tmp() local
76 tmp += sizeof (uint32_t); in msort_with_tmp()
103 tmp += s; in msort_with_tmp()
135 tmp += sizeof (void *); in msort_with_tmp()
143 tmp = (char *) __mempcpy (tmp, b1, s); in msort_with_tmp()
149 tmp = (char *) __mempcpy (tmp, b2, s); in msort_with_tmp()
167 char *tmp = NULL; in __qsort_r() local
221 tmp = malloc (size); in __qsort_r()
223 if (tmp == NULL) in __qsort_r()
230 p.t = tmp; in __qsort_r()
[all …]

Completed in 4 milliseconds