Home
last modified time | relevance | path

Searched defs:tbits (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_integer_sequence.cpp575 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 Dsquashfs_fs.h894 #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 Dsquashfs_compat.h802 #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