Searched refs:SQUASHFS_SWAP_INTS (Results 1 - 6 of 6) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dunsquash-4.c200 SQUASHFS_SWAP_INTS(block_ptr +
H A Dread_fs.c273 SQUASHFS_SWAP_INTS(cur_ptr, block_list, blocks);
329 SQUASHFS_SWAP_INTS(cur_ptr, block_list, blocks);
H A Dsquashfs_swap.h285 #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
H A Dmksquashfs.c706 SQUASHFS_SWAP_INTS(&id_table[i]->id, p + i, 1);
999 SQUASHFS_SWAP_INTS(block_list, inode + off, offset);
1039 SQUASHFS_SWAP_INTS(block_list, inode + off, offset);
1177 SQUASHFS_SWAP_INTS(&xattr, inode + off + byte, 1);
/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs.h524 #define SQUASHFS_SWAP_INTS(s, d, n) {\ macro
862 #define SQUASHFS_SWAP_FRAGMENT_INDEXES_2(s, d, n) SQUASHFS_SWAP_INTS(s, d, n)
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dinode.c1296 SQUASHFS_SWAP_INTS(((unsigned int *)block_list),

Completed in 48 milliseconds