Searched defs:tbits (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_integer_sequence.cpp | 575 static const uint8_t tbits[4] { 2, 2, 1, 2 }; in encode_ise() local 634 static const uint8_t tbits[2] { 3, 2 }; in encode_ise() local
|
/aosp_15_r20/external/squashfs-tools/kernel-2.4/include/linux/ |
H A 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
|
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A 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
|