Searched refs:COPY (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/stdlib/
H A Dheapsort.c64 #define COPY(a, b, count, size, tmp1, tmp2) { \ macro
120 COPY(par, child, count, size, tmp1, tmp2); \
128 COPY(child, k, count, size, tmp1, tmp2); \
131 COPY(child, par, count, size, tmp1, tmp2); \
176 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
177 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2);
H A Dmerge.c175 goto COPY;
182 COPY: b = t;

Completed in 40 milliseconds