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

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkedimaximg.c21 # define HOST_TO_LE16(x) (x) macro
24 # define HOST_TO_LE16(x) bswap_16(x) macro
H A Dosbridge-crc.c22 # define HOST_TO_LE16(x) (x) macro
27 # define HOST_TO_LE16(x) bswap_16(x) macro
H A Dmkmylofw.c38 # define HOST_TO_LE16(x) (x) macro
41 # define HOST_TO_LE16(x) bswap_16(x) macro
H A Dmkcasfw.c28 # define HOST_TO_LE16(x) (x) macro
33 # define HOST_TO_LE16(x) bswap_16(x) macro
H A Dmkcsysimg.c43 # define HOST_TO_LE16(x) (x) macro
48 # define HOST_TO_LE16(x) bswap_16(x) macro
H A Dmkzynfw.c34 # define HOST_TO_LE16(x) (x) macro
47 # define HOST_TO_LE16(x) bswap_16(x) macro

Completed in 33 milliseconds