Searched refs:tbits (Results 1 – 4 of 4) 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 813 for(bits = 0; bits < (tbits + b_pos); bits += 8) \
|
/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 895 tbits, b_pos) 898 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, \ argument 899 tbits, 64 - tbits - b_pos) 902 #define _SQUASHFS_SWAP(value, p, pos, tbits, SHIFT) {\ argument 907 for(bits = 0; bits < (tbits + b_pos); bits += 8) \
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | shift-double-x86_64.ll | 124 %tbits = trunc i64 %bits to i8 125 %tand = and i8 %tbits, 63
|
D | shift-double.ll | 472 %tbits = trunc i32 %bits to i8 473 %tand = and i8 %tbits, 31
|