Searched defs:SWAP (Results 1 – 2 of 2) sorted by relevance
298 #define SWAP(a,b) { unsigned long t = a; a = b; b = t; t = 0; } macro