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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dplatform.h120 #define SWAP_BE64(x) (x) macro
127 #define SWAP_BE64(x) bswap_64(x) macro

Completed in 91 milliseconds