/aosp_15_r20/external/pdfium/core/fxcodec/fax/ |
H A D | faxmodule.cpp | 150 inline bool NextBit(const uint8_t* src_buf, int* bitpos) { in NextBit() 272 int* bitpos, in FaxGetRun() 299 int* bitpos, in FaxG4GetRow() 425 void FaxSkipEOL(const uint8_t* src_buf, int bitsize, int* bitpos) { in FaxSkipEOL() 438 int* bitpos, in FaxGet1DLine() 635 int bitpos = starting_bitpos; in FaxG4Decode() local
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_entropy_structs.h | 73 #define EXTRACT_BIT(val, x, bitpos) \ argument 83 #define INSERT_BIT(x, bitpos, y) ((x) |= ((y) << (bitpos))) argument 90 #define SET_BITS(x, bitpos, n) ((x) |= (((1 << (n)) - 1) << (bitpos))) argument 97 #define CLEAR_BITS(x, bitpos, n) ((x) &= (~(((1 << (n)) - 1) << (bitpos)))) argument
|
H A D | ihevce_common_utils.h | 116 #define SET_BIT(x, bitpos) ((x) | (1 << (bitpos))) argument 118 #define CLEAR_BIT(x, bitpos) ((x) & (~(1 << (bitpos)))) argument
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | cfx_bitstream_unittest.cpp | 13 uint32_t ReferenceGetBits32(const uint8_t* pData, int bitpos, int nbits) { in ReferenceGetBits32() 187 for (size_t bitpos = 0; bitpos < sizeof(kData) * 8 - nbits; ++bitpos) { in TEST() local
|
/aosp_15_r20/external/leveldb/util/ |
H A D | bloom.cc | 49 const uint32_t bitpos = h % bits; in CreateFilter() local 75 const uint32_t bitpos = h % bits; in KeyMayMatch() local
|
/aosp_15_r20/external/coreboot/src/device/ |
H A D | pnp_device.c | 66 u8 tmp, bitpos; in pnp_set_enable() local 83 u8 tmp, bitpos; in pnp_read_enable() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_symbolic_physical.cpp | 229 int bitpos = 2; in symbolic_to_physical() local 447 int bitpos = 2; in physical_to_symbolic() local
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | blkmap64_ba.c | 331 unsigned long bitpos = start - bitmap->start; in ba_find_first_zero() local 405 unsigned long bitpos = start - bitmap->start; in ba_find_first_set() local
|
/aosp_15_r20/external/deqp/external/vulkancts/scripts/ |
H A D | gen_framework.py | 228 def __init__ (self, name, value, bitpos): argument 339 def __init__ (self, name, extends, alias, value, extnumber, offset, bitpos, vdir, comment): argument 410 def addEnumerator(self, targetEnum, name, value, offset, extnumber, bitpos, dir = None): argument 1232 def generateEntry(lines, bitfieldName, entryName, bitpos, value): argument
|
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_nan.c | 54 int bitpos; /* index into words (in bits) */ in _scan_nan() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/decode/ |
H A D | decode.rs | 68 let bitpos = (self.len & 7) as u8; in push() localVariable 97 let bitpos = self.ptr & 7; in take_bits() localVariable
|
/aosp_15_r20/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_sampledfunc.cpp | 130 FX_SAFE_INT32 bitpos = pos; in v_Call() local
|
/aosp_15_r20/external/nanopb-c/ |
H A D | pb_decode.c | 213 uint_fast8_t bitpos = 7; in pb_decode_varint32_eof() local 258 uint_fast8_t bitpos = 0; in pb_decode_varint() local
|
/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_symbolic_physical.cpp | 186 int bitpos = 2; in physical_to_symbolic() local
|
/aosp_15_r20/external/toybox/lib/ |
H A D | password.c | 34 int bitpos = i*6, bits = bitpos/8; in get_salt() local
|
H A D | deflate.c | 35 int fd, bitpos, len, max; member
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/registry/ |
H A D | vkconventions.py | 275 def valid_flag_bit(self, bitpos): argument
|
/aosp_15_r20/external/vulkan-headers/registry/ |
H A D | vkconventions.py | 275 def valid_flag_bit(self, bitpos): argument
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | AMPEG4AudioAssembler.cpp | 231 size_t bitpos = totalNumBits & 7; in parseAudioSpecificConfig() local
|
/aosp_15_r20/external/vulkan-headers/registry/spec_tools/ |
H A D | conventions.py | 510 def valid_flag_bit(self, bitpos): argument
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/registry/spec_tools/ |
H A D | conventions.py | 510 def valid_flag_bit(self, bitpos): argument
|
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/ |
H A D | t1.c | 303 static OPJ_INT16 opj_t1_getnmsedec_sig(OPJ_UINT32 x, OPJ_UINT32 bitpos) in opj_t1_getnmsedec_sig() 312 static OPJ_INT16 opj_t1_getnmsedec_ref(OPJ_UINT32 x, OPJ_UINT32 bitpos) in opj_t1_getnmsedec_ref()
|
/aosp_15_r20/external/brotli/c/enc/ |
H A D | compress_fragment_two_pass.c | 542 const size_t bitpos = new_storage_ix & 7; in RewindBitPosition() local
|
/aosp_15_r20/external/cronet/third_party/brotli/enc/ |
H A D | compress_fragment_two_pass.c | 554 const size_t bitpos = new_storage_ix & 7; in RewindBitPosition() local
|
/aosp_15_r20/external/coreboot/src/drivers/spi/ |
H A D | spi_sdcard.c | 95 int bitpos = width - i - 1; in extract_bits() local
|