Searched refs:SQUASHFS_SWAP_INTS (Results 1 - 5 of 5) 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
H A Dread_fs.c218 SQUASHFS_SWAP_INTS(block_list, cur_ptr, blocks);
268 SQUASHFS_SWAP_INTS(block_list, cur_ptr, blocks);
H A Dunsquash-4.c195 SQUASHFS_SWAP_INTS(&i.xattr, block_ptr +
H A Dmksquashfs.c1125 SQUASHFS_SWAP_INTS(&id_table[i]->id, p + i, 1);
1269 SQUASHFS_SWAP_INTS(block_list, inode + off, offset);
1293 SQUASHFS_SWAP_INTS(block_list, inode + off, offset);
1453 SQUASHFS_SWAP_INTS(&xattr, inode + off + byte, 1);

Completed in 53 milliseconds