Home
last modified time | relevance | path

Searched defs:bitpos (Results 1 - 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dqcelpdata.h78 uint8_t bitpos; /**< position of the lowest bit in the value's byte */ member
H A Dagm.c921 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 Dpassword.c31 int bitpos = i*6, bits = bitpos/8; in get_salt() local
H A Ddeflate.c35 int fd, bitpos, len, max; member
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_symbolic_physical.cpp261 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 Dastc_symbolic_physical.cpp186 int bitpos = 2; in physical_to_symbolic() local
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_exp.c489 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 Dbn_exp.c481 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 Dcompress_fragment.c366 const size_t bitpos = new_storage_ix & 7; in RewindBitPosition() local
H A Dcompress_fragment_two_pass.c542 const size_t bitpos = new_storage_ix & 7; in RewindBitPosition() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcompress_fragment.c366 const size_t bitpos = new_storage_ix & 7; in RewindBitPosition() local
H A Dcompress_fragment_two_pass.c542 const size_t bitpos = new_storage_ix & 7; in RewindBitPosition() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c1233 int bitpos; in hostapd_parse_he_srg_bitmap() local
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc6410 int bitpos = ((reg_field[0] - '0') * 10) + (reg_field[1] - '0'); in Disassembler() local
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c384 int bitpos = 0; in decode_longvarint64() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c335 int bitpos = 0; in decode_longvarint64() local
7331 int bitpos; in upb_pbdecoder_decode_varint_slow() local
[all...]

Completed in 55 milliseconds