| /external/webp/src/dsp/ | 
| D | lossless_common.h | 100                                                   int* const extra_bits) {  in VP8LPrefixEncodeBitsNoLUT()108                                               int* const extra_bits,  in VP8LPrefixEncodeNoLUT()
 127                                              int* const extra_bits) {  in VP8LPrefixEncodeBits()
 138                                          int* const extra_bits,  in VP8LPrefixEncode()
 
 | 
| /external/cronet/third_party/brotli/enc/ | 
| D | prefix.h | 28                                                    uint32_t* extra_bits) {  in PrefixEncodeCopyDistance()
 | 
| D | metablock.c | 91   double extra_bits = 0.0;  in ComputeDistanceCost()  local
 | 
| D | brotli_bit_stream.c | 660           const uint32_t extra_bits = reps - (1u << run_length_prefix);  in RunLengthCodeZeros()  local665           const uint32_t extra_bits = (1u << max_prefix) - 1u;  in RunLengthCodeZeros()  local
 
 | 
| /external/brotli/c/enc/ | 
| D | prefix.h | 28                                                    uint32_t* extra_bits) {  in PrefixEncodeCopyDistance()
 | 
| D | metablock.c | 91   double extra_bits = 0.0;  in ComputeDistanceCost()  local
 | 
| D | brotli_bit_stream.c | 663           const uint32_t extra_bits = reps - (1u << run_length_prefix);  in RunLengthCodeZeros()  local668           const uint32_t extra_bits = (1u << max_prefix) - 1u;  in RunLengthCodeZeros()  local
 
 | 
| /external/webp/src/utils/ | 
| D | huffman_encode_utils.h | 26   uint8_t extra_bits;   // extra bits for escape codes  member
 | 
| /external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ | 
| D | vad.cc | 86   char extra_bits = 0;  in main()  local
 | 
| /external/rust/crates/num-bigint/src/ | 
| D | biguint.rs | 397                 let extra_bits = bits - (core::f64::MAX_EXP as u64 - 1);  in nth_root()  localVariable445                 let extra_bits = bits - (core::f64::MAX_EXP as u64 - 1);  in sqrt()  localVariable
 486                 let extra_bits = bits - (core::f64::MAX_EXP as u64 - 1);  in cbrt()  localVariable
 
 | 
| /external/protobuf/src/google/protobuf/compiler/objectivec/ | 
| D | objectivec_field.cc | 442     int extra_bits = field_generators_[i]->ExtraRuntimeHasBitsNeeded();  in CalculateHasBits()  local
 | 
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/ | 
| D | objectivec_field.cc | 443     int extra_bits = field_generators_[i]->ExtraRuntimeHasBitsNeeded();  in CalculateHasBits()  local
 | 
| /external/webp/src/enc/ | 
| D | backward_references_cost_enc.c | 110   int code, extra_bits;  in GetLengthCost()  local117   int code, extra_bits;  in GetDistanceCost()  local
 
 | 
| /external/brotli/c/dec/ | 
| D | decode.c | 551   uint32_t extra_bits = 3;  /* for BROTLI_REPEAT_ZERO_CODE_LENGTH */  in ProcessRepeatedCodeLength()  local629       uint32_t extra_bits =  in ReadSymbolCodeLengths()  local
 673       uint32_t extra_bits = code_len - 14U;  in SafeReadSymbolCodeLengths()  local
 
 | 
| /external/libopus/celt/ | 
| D | rate.c | 506          int extra_bits;  in interp_bits2pulses()  local
 | 
| /external/rust/crates/libz-sys/src/zlib-ng/ | 
| D | trees.c | 49     const int     *extra_bits;  /* extra bits for each code or NULL */  member
 | 
| /external/cronet/third_party/brotli/dec/ | 
| D | decode.c | 552   uint32_t extra_bits = 3;  /* for BROTLI_REPEAT_ZERO_CODE_LENGTH */  in ProcessRepeatedCodeLength()  local630       uint32_t extra_bits =  in ReadSymbolCodeLengths()  local
 674       uint32_t extra_bits = code_len - 14U;  in SafeReadSymbolCodeLengths()  local
 
 | 
| /external/rust/crates/bitflags/src/ | 
| D | lib.rs | 482                 let extra_bits = self.bits & !Self::all().bits();  localVariable
 | 
| /external/zlib/ | 
| D | trees.c | 119     const intf *extra_bits;      /* extra bits for each code or NULL */  member
 | 
| /external/tflite-support/third_party/zlib/ | 
| D | trees.c | 119     const intf *extra_bits;      /* extra bits for each code or NULL */  member
 | 
| /external/python/cpython2/Modules/zlib/ | 
| D | trees.c | 119     const intf *extra_bits;      /* extra bits for each code or NULL */  member
 | 
| /external/rust/crates/libz-sys/src/zlib/ | 
| D | trees.c | 119     const intf *extra_bits;      /* extra bits for each code or NULL */  member
 | 
| /external/libwebsockets/win32port/zlib/ | 
| D | trees.c | 124     const intf *extra_bits;      /* extra bits for each code or NULL */  member
 | 
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/ | 
| D | java_helpers.cc | 1050   int extra_bits = field->is_required() ? kRequiredBit : 0;  in GetExperimentalJavaFieldType()  local
 | 
| /external/protobuf/src/google/protobuf/compiler/java/ | 
| D | helpers.cc | 1052   int extra_bits = field->is_required() ? kRequiredBit : 0;  in GetExperimentalJavaFieldType()  local
 |