Searched defs:SQUASHFS_SWAP_INTS (Results 1 – 2 of 2) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_swap.h | 285 #define SQUASHFS_SWAP_INTS(s, d, n) swap_le32_num(s, d, n) macro 392 #define SQUASHFS_SWAP_INTS(s, d, n) memcpy(d, s, n * sizeof(int)) macro
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs.h | 524 #define SQUASHFS_SWAP_INTS(s, d, n) {\ macro
|