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

  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 894 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, \
898 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, \
902 #define _SQUASHFS_SWAP(value, p, pos, tbits, SHIFT) {\
  /external/squashfs-tools/squashfs-tools/
squashfs_compat.h 802 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, tbits, b_pos)
805 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, tbits, 64 - tbits - b_pos)
808 #define _SQUASHFS_SWAP(value, p, pos, tbits, SHIFT) {\

Completed in 64 milliseconds