Searched defs:SQUASHFS_SWAP_INTS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.h29 #define SQUASHFS_SWAP_INTS(d, s, n) swap_le32_num(s, d, n) macro
38 #define SQUASHFS_SWAP_INTS(d, s, n) memcpy(d, s, n * sizeof(int)) macro
H A Dmksquashfs.h29 #define SQUASHFS_SWAP_INTS(s, d, n) swap_le32_num(s, d, n) macro
38 #define SQUASHFS_SWAP_INTS(s, d, n) memcpy(d, s, n * sizeof(int)) macro

Completed in 47 milliseconds