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

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkplanexfw.c24 # define HOST_TO_BE32(x) (x) macro
27 # define HOST_TO_BE32(x) bswap_32(x) macro
H A Dmkzcfw.c24 # define HOST_TO_BE32(x) (x) macro
29 # define HOST_TO_BE32(x) bswap_32(x) macro
H A Dmkzynfw.c39 # define HOST_TO_BE32(x) bswap_32(x) macro
44 # define HOST_TO_BE32(x) (x) macro

Completed in 34 milliseconds