Home
last modified time | relevance | path

Searched refs:SQUASHFS_SWAP_SHORTS (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dxattr.c336 SQUASHFS_SWAP_SHORTS(&c_byte, xattr_table + xattr_bytes, 1); in get_xattr_space()
517 SQUASHFS_SWAP_SHORTS(&c_byte, xattr_table + xattr_bytes, 1); in write_xattrs()
Dsquashfs_swap.h284 #define SQUASHFS_SWAP_SHORTS(s, d, n) swap_le16_num(s, d, n) macro
391 #define SQUASHFS_SWAP_SHORTS(s, d, n) memcpy(d, s, n * sizeof(short)) macro
Dmksquashfs.c515 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1); in get_inode()
656 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1); in write_inodes()
695 SQUASHFS_SWAP_SHORTS(&c_byte, in write_directories()
1404 SQUASHFS_SWAP_SHORTS(&c_byte, in write_dir()
1778 SQUASHFS_SWAP_SHORTS(&c_byte, cbuffer, 1); in generic_write_table()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h514 #define SQUASHFS_SWAP_SHORTS(s, d, n) {\ macro