/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/ |
D | bitalloc.c | 250 OI_UINT *excess) in adjustToFitBitpool() argument 294 *excess = bitpool - bitcount; in adjustToFitBitpool() 306 OI_INT excess) in allocAdjustedBits() argument 310 if (excess) { in allocAdjustedBits() 312 --excess; in allocAdjustedBits() 314 } else if ((bits == 1) && (excess > 1)) { in allocAdjustedBits() 316 excess -= 2; in allocAdjustedBits() 324 return excess; in allocAdjustedBits() 332 OI_INT excess) in allocExcessBits() argument 336 return excess - 1; in allocExcessBits() [all …]
|
D | bitalloc-sbc.c | 53 OI_UINT excess; in stereoBitAllocation() local 67 excess = ex; in stereoBitAllocation() 72 … excess = allocAdjustedBits(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation() 74 … excess = allocAdjustedBits(&common->bits.uint8[sbR], bitneeds.uint8[sbR] + bitadjust, excess); in stereoBitAllocation() 79 while (excess) { in stereoBitAllocation() 80 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation() 82 if (!excess) { in stereoBitAllocation() 85 excess = allocExcessBits(&common->bits.uint8[sbR], excess); in stereoBitAllocation()
|
/external/iproute2/tc/ |
D | q_atm.c | 56 __u32 excess = 0; in atm_parse_class_opt() local 135 if (!strcmp(*argv,"clp")) excess = 0; in atm_parse_class_opt() 136 else if (get_tc_classid(&excess,*argv)) { in atm_parse_class_opt() 183 if (excess) addattr_l(n,1024,TCA_ATM_EXCESS,&excess,sizeof(excess)); in atm_parse_class_opt() 222 __u32 excess; in atm_print_opt() local 224 if (RTA_PAYLOAD(tb[TCA_ATM_EXCESS]) < sizeof(excess)) in atm_print_opt() 227 excess = rta_getattr_u32(tb[TCA_ATM_EXCESS]); in atm_print_opt() 228 if (!excess) fprintf(f,"excess clp "); in atm_print_opt() 232 print_tc_classid(buf,sizeof(buf),excess); in atm_print_opt()
|
/external/libopus/celt/ |
D | rate.c | 435 opus_int32 excess, bit; in interp_bits2pulses() local 444 excess = MAX32(bit-cap[j],0); in interp_bits2pulses() 445 bits[j] = bit-excess; in interp_bits2pulses() 486 excess = MAX32(0,bit-(C<<BITRES)); in interp_bits2pulses() 487 bits[j] = bit-excess; in interp_bits2pulses() 495 if(excess > 0) in interp_bits2pulses() 499 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j]); in interp_bits2pulses() 502 fine_priority[j] = extra_bits >= excess-balance; in interp_bits2pulses() 503 excess -= extra_bits; in interp_bits2pulses() 505 balance = excess; in interp_bits2pulses()
|
/external/chromium_org/third_party/opus/src/celt/ |
D | rate.c | 435 opus_int32 excess, bit; in interp_bits2pulses() local 444 excess = MAX32(bit-cap[j],0); in interp_bits2pulses() 445 bits[j] = bit-excess; in interp_bits2pulses() 486 excess = MAX32(0,bit-(C<<BITRES)); in interp_bits2pulses() 487 bits[j] = bit-excess; in interp_bits2pulses() 495 if(excess > 0) in interp_bits2pulses() 499 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j]); in interp_bits2pulses() 502 fine_priority[j] = extra_bits >= excess-balance; in interp_bits2pulses() 503 excess -= extra_bits; in interp_bits2pulses() 505 balance = excess; in interp_bits2pulses()
|
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/ |
D | storage_api.py | 760 excess = buffered - self._maxrequestsize 762 excess = 0 764 excess = buffered % self._blocksize 766 if excess: 769 assert size >= excess 771 head, tail = over[:-excess], over[-excess:]
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 144 OI_UINT *excess); 148 OI_INT excess); 151 OI_INT excess);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/ |
D | LIST | 4 function-excess-args
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | recover2.test | 72 # Trim to remove excess pages from prior tests. 97 # Trim to remove excess pages from prior tests. 122 # Trim to remove excess pages from prior tests. 147 # Trim to remove excess pages from prior tests.
|
/external/clang/test/SemaOpenCL/ |
D | vector_literals_invalid.cl | 10 int4 b = (int4)(1,2,3,4,5); // expected-error{{excess elements in vector}}
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | malloc.c | 131 sqlite3_int64 excess; in sqlite3_soft_heap_limit64() local 144 excess = sqlite3_memory_used() - n; in sqlite3_soft_heap_limit64() 145 if( excess>0 ) sqlite3_release_memory((int)(excess & 0x7fffffff)); in sqlite3_soft_heap_limit64()
|
/external/chromium_org/media/blink/ |
D | buffered_resource_loader.cc | 464 int excess = buffer_.forward_bytes() - buffer_.forward_capacity(); in didReceiveData() local 465 bool success = buffer_.Seek(excess); in didReceiveData() 467 offset_ += first_offset_ + excess; in didReceiveData()
|
/external/chromium_org/chrome/common/extensions/docs/static/sass/ |
D | _normalize.scss | 86 * Remove excess height in iOS 5 devices. 571 * 2. Remove excess padding in IE 8/9/10. 572 * 3. Remove excess padding in IE 7. 573 * Known issue: excess padding remains in IE 6.
|
/external/llvm/docs/CommandGuide/ |
D | llc.rst | 94 .. option:: --disable-excess-fp-precision 96 Disable optimizations that may produce excess precision for floating point.
|
D | lli.rst | 127 **-disable-excess-fp-precision**
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
D | AnalyserNode.idl | 39 …// If the array has fewer elements than the frequencyBinCount, the excess elements will be dropped.
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 551 for (int excess = 0; excess <= 2; excess++) in init() 555 invalidUniformIndices.push_back(numActiveUniforms-1+excess); in init() 560 expectError(excess == 0 ? GL_NO_ERROR : GL_INVALID_VALUE); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeStateApiTests.cpp | 561 for (int excess = 0; excess <= 2; excess++) in get_active_uniformsiv() local 565 invalidUniformIndices.push_back(numActiveUniforms-1+excess); in get_active_uniformsiv() 570 ctx.expectError(excess == 0 ? GL_NO_ERROR : GL_INVALID_VALUE); in get_active_uniformsiv()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | AutoTableLayout.cpp | 563 int excess = tableLogicalWidth * (totalPercent - 100) / 100; in layout() local 568 int reduction = std::min(cellLogicalWidth, excess); in layout() 570 excess -= reduction; in layout()
|
/external/chromium_org/third_party/icu/patches/ |
D | bidi.patch | 59 /* array of nested isolated sequence entries; can never excess UBIDI_MAX_EXPLICIT_LEVEL
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/ |
D | generated.gyp | 56 # FIXME: This is too conservative, and causes excess rebuilds:
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | generated.gyp | 66 # FIXME: This is too conservative, and causes excess rebuilds:
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
D | scripts.gni | 141 # FIXME: This is too conservative, and causes excess rebuilds:
|
/external/chromium_org/third_party/libsrtp/srtp/ |
D | CHANGES | 13 Cleaned up sha1 and hmac code significantly, got rid of some excess
|
/external/srtp/ |
D | Changes | 13 Cleaned up sha1 and hmac code significantly, got rid of some excess
|