HomeSort by relevance Sort by last modified time
    Searched refs:SQUASHFS_SWAP_SHORTS (Results 1 - 4 of 4) sorted by null

  /external/squashfs-tools/squashfs-tools/
xattr.c 336 SQUASHFS_SWAP_SHORTS(&c_byte, xattr_table + xattr_bytes, 1);
517 SQUASHFS_SWAP_SHORTS(&c_byte, xattr_table + xattr_bytes, 1);
squashfs_swap.h 284 #define SQUASHFS_SWAP_SHORTS(s, d, n) swap_le16_num(s, d, n)
391 #define SQUASHFS_SWAP_SHORTS(s, d, n) memcpy(d, s, n * sizeof(short))
mksquashfs.c 502 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1);
643 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1);
682 SQUASHFS_SWAP_SHORTS(&c_byte,
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 514 #define SQUASHFS_SWAP_SHORTS(s, d, n) {\

Completed in 164 milliseconds