Searched defs:SWAP (Results 1 – 8 of 8) sorted by relevance
36 # define SWAP(n) bswap_64 (n) macro38 # define SWAP(n) \ macro49 # define SWAP(n) (n) macro
36 # define SWAP(n) bswap_32 (n) macro39 # define SWAP(n) \ macro52 # define SWAP(n) (n) macro
55 # define SWAP(n) \ macro58 # define SWAP(n) (n) macro
277 #define SWAP(x) (swapping ? SWAPU32 (x) : (x)) in __open_catalog() macro
110 # define SWAP(i) bswap_32 (i) macro114 SWAP (nls_uint32 i) in SWAP() function
28 #define SWAP(a, b, size) \ macro
165 #define SWAP(x, y) ({ typeof(x) _tmp = x; x = y; y = _tmp; }) macro
525 #define SWAP(x,y) do { fde * tmp = x; x = y; y = tmp; } while (0) in frame_heapsort() macro