Searched defs:SWAP_BE32 (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.h119 #define SWAP_BE32(x) (x) macro
126 #define SWAP_BE32(x) bswap_32(x) macro

Completed in 211 milliseconds