Searched refs:PLT_SWAP (Results 1 – 2 of 2) sorted by relevance
130 PLT_SWAP(ref_arr[x], ref_arr[x + 1]); in sort_multi_array()131 PLT_SWAP(arr1[x], arr1[x + 1]); in sort_multi_array()132 PLT_SWAP(arr2[x], arr2[x + 1]); in sort_multi_array()133 PLT_SWAP(arr3[x], arr3[x + 1]); in sort_multi_array()
51 #define PLT_SWAP RTE_SWAP macro