Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dqsort.c51 #define swapcode(TYPE, parmi, parmj, n) { \ macro
70 swapcode(long, a, b, n) in swapfunc()
72 swapcode(int, a, b, n) in swapfunc()
74 swapcode(char, a, b, n) in swapfunc()