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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.h33 #define SWAP_LE32(d, s) swap_le32(s, d) macro
H A Dmksquashfs.h33 #define SWAP_LE32(s, d) swap_le32(s, d) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dplatform.h122 #define SWAP_LE32(x) bswap_32(x) macro
129 #define SWAP_LE32(x) (x) macro

Completed in 63 milliseconds