Searched refs:bswap_32 (Results 1 - 12 of 12) sorted by relevance

/netgear-R7800-V1.0.2.28/tools/include/
H A Dendian.h11 #define bswap_32(x) NXSwapInt(x) macro
16 #define bswap_32(x) bswap32(x) macro
21 #define bswap_32(x) swap32(x) macro
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkzcfw.c26 # define HOST_TO_LE32(x) bswap_32(x)
27 # define LE32_TO_HOST(x) bswap_32(x)
29 # define HOST_TO_BE32(x) bswap_32(x)
30 # define BE32_TO_HOST(x) bswap_32(x)
H A Dmkplanexfw.c27 # define HOST_TO_BE32(x) bswap_32(x)
28 # define BE32_TO_HOST(x) bswap_32(x)
H A Dosbridge-crc.c28 # define HOST_TO_LE32(x) bswap_32(x)
30 # define LE32_TO_HOST(x) bswap_32(x)
H A Dtrx2edips.c10 #define STORE32_LE(X) bswap_32(X)
11 #define LOAD32_LE(X) bswap_32(X)
H A Dtrx.c55 #define STORE32_LE(X) bswap_32(X)
56 #define LOAD32_LE(X) bswap_32(X)
H A Dmkedimaximg.c25 # define HOST_TO_LE32(x) bswap_32(x)
H A Dmkzynfw.c39 # define HOST_TO_BE32(x) bswap_32(x)
41 # define BE32_TO_HOST(x) bswap_32(x)
48 # define HOST_TO_LE32(x) bswap_32(x)
50 # define LE32_TO_HOST(x) bswap_32(x)
H A Dmkcasfw.c34 # define HOST_TO_LE32(x) bswap_32(x)
36 # define LE32_TO_HOST(x) bswap_32(x)
H A Dmkcsysimg.c49 # define HOST_TO_LE32(x) bswap_32(x)
51 # define LE32_TO_HOST(x) bswap_32(x)
H A Dmkmylofw.c42 # define HOST_TO_LE32(x) bswap_32(x)
/netgear-R7800-V1.0.2.28/tools/sstrip/src/
H A Dsstrip.c102 __res = bswap_32((X)); \
123 Y = bswap_32((uint32_t)(X)); \

Completed in 66 milliseconds