Searched refs:CCOPY_LIST (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | mergesort.c | 78 #define CCOPY_LIST(src, dst, last) \ macro 204 CCOPY_LIST(f2, tp2, b); in yasm__mergesort() 212 CCOPY_LIST(f1, tp2, b); in yasm__mergesort() 221 CCOPY_LIST(f2, tp2, l2); in yasm__mergesort() 226 CCOPY_LIST(f1, tp2, l1); in yasm__mergesort()
|