Home
last modified time | relevance | path

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

/stdlib/
A Dqsort.c28 #define SWAP(a, b, size) \ macro
122 SWAP (mid, lo, size); in _quicksort()
124 SWAP (mid, hi, size); in _quicksort()
128 SWAP (mid, lo, size); in _quicksort()
147 SWAP (left_ptr, right_ptr, size); in _quicksort()
219 SWAP (tmp_ptr, base_ptr, size); in _quicksort()
A Dstrtod_l.c165 #define SWAP(x, y) ({ typeof(x) _tmp = x; x = y; y = _tmp; }) macro
1236 (void) SWAP (psrc, pdest); in ____STRTOF_INTERNAL()
1437 (void) SWAP (psrc, pdest); in ____STRTOF_INTERNAL()

Completed in 8 milliseconds