Searched refs:SWAP_LE64 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.h34 #define SWAP_LE64(d, s) swap_le64(s, d) macro
H A Dmksquashfs.h34 #define SWAP_LE64(s, d) swap_le64(s, d) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dplatform.h123 #define SWAP_LE64(x) bswap_64(x) macro
130 #define SWAP_LE64(x) (x) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unlzma.c267 header.dst_size = SWAP_LE64(header.dst_size);

Completed in 119 milliseconds