/third_party/ffmpeg/libavcodec/ |
H A D | qcelpdata.h | 78 uint8_t bitpos; /**< position of the lowest bit in the value's byte */ member
|
H A D | agm.c | 921 static void get_tree_codes(uint32_t *codes, Node *nodes, int idx, uint32_t pfx, int bitpos) in get_tree_codes() argument
|
/third_party/toybox/lib/ |
H A D | password.c | 31 int bitpos = i*6, bits = bitpos/8; in get_salt() local
|
H A D | deflate.c | 35 int fd, bitpos, len, max; member [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_symbolic_physical.cpp | 261 int bitpos = 2; in symbolic_to_physical() local 487 int bitpos = 2; in physical_to_symbolic() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_symbolic_physical.cpp | 186 int bitpos = 2; in physical_to_symbolic() local
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_exp.c | 489 static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos) in bn_get_bits() argument 499 ret >>= bitpos; in bn_get_bits() local
|
/third_party/openssl/crypto/bn/ |
H A D | bn_exp.c | 481 static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos) in bn_get_bits() argument 491 ret >>= bitpos; in bn_get_bits() local
|
/third_party/node/deps/brotli/c/enc/ |
H A D | compress_fragment.c | 366 const size_t bitpos = new_storage_ix & 7; in RewindBitPosition() local
|
H A D | compress_fragment_two_pass.c | 542 const size_t bitpos = new_storage_ix & 7; in RewindBitPosition() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | compress_fragment.c | 366 const size_t bitpos = new_storage_ix & 7; in RewindBitPosition() local
|
H A D | compress_fragment_two_pass.c | 542 const size_t bitpos = new_storage_ix & 7; in RewindBitPosition() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 1233 int bitpos; in hostapd_parse_he_srg_bitmap() local
|
/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.cc | 6410 int bitpos = ((reg_field[0] - '0') * 10) + (reg_field[1] - '0'); in Disassembler() local
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 384 int bitpos = 0; in decode_longvarint64() local
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 335 int bitpos = 0; in decode_longvarint64() local 7331 int bitpos; in upb_pbdecoder_decode_varint_slow() local [all...] |