Searched refs:CCOPY_LIST (Results 1 – 1 of 1) sorted by relevance
/haiku/src/system/libroot/posix/stdlib/ |
H A D | merge.c | 77 #define CCOPY_LIST(src, dst, last) \ macro 190 CCOPY_LIST(f2, tp2, b); in mergesort() 198 CCOPY_LIST(f1, tp2, b); in mergesort() 207 CCOPY_LIST(f2, tp2, l2); in mergesort() 212 CCOPY_LIST(f1, tp2, l1); in mergesort()
|