Searched defs:SWAPLL (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-int.h69 #define SWAPLL(ull) ((ull & 0xff00000000000000) >> 56) | \ macro
84 #define SWAPLL(ull) ((ull & 0xff00000000000000LL) >> 56) | \ macro

Completed in 106 milliseconds