Searched defs:tbits (Results 1 – 2 of 2) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_compat.h | 802 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, tbits, b_pos) argument 805 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, tbits, 64 - tbits - b_pos) argument 808 #define _SQUASHFS_SWAP(value, p, pos, tbits, SHIFT) {\ argument
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs.h | 894 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, \ argument 898 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, \ argument 902 #define _SQUASHFS_SWAP(value, p, pos, tbits, SHIFT) {\ argument
|