/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/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/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.
|
D | recover0.test | 109 main.backing excess,
|
D | capi3.test | 145 set sql16 [utf16 {PRAGMA table_info("TableName"); --excess text}]
|
/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/webkit/glue/media/ |
D | buffered_resource_loader.cc | 358 size_t excess = buffer_->forward_bytes() - buffer_->forward_capacity(); in didReceiveData() local 359 bool success = buffer_->Seek(excess); in didReceiveData() 361 offset_ += first_offset_ + excess; in didReceiveData()
|
/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/content/renderer/media/ |
D | buffered_resource_loader.cc | 459 int excess = buffer_.forward_bytes() - buffer_.forward_capacity(); in didReceiveData() local 460 bool success = buffer_.Seek(excess); in didReceiveData() 462 offset_ += first_offset_ + excess; in didReceiveData()
|
/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/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/core/rendering/ |
D | AutoTableLayout.cpp | 544 int excess = tableLogicalWidth * (totalPercent - 100) / 100; in layout() local 549 int reduction = min(cellLogicalWidth, excess); in layout() 551 excess -= reduction; in layout()
|
/external/srtp/ |
D | Changes | 13 Cleaned up sha1 and hmac code significantly, got rid of some excess
|
/external/dropbear/libtommath/ |
D | bn.tex | 548 … in a state where it won't be changed again\footnote{A Diffie-Hellman modulus for instance.} excess 556 This will remove excess digits of the mp\_int $a$. If the operation fails the mp\_int should be in… 557 excess digits being removed. Note that you can use a shrunk mp\_int in further computations, howev…
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | website_settings_bubble_controller.mm | 982 // Also adjust the horizontal position to remove excess space due to the
|
/external/jpeg/ |
D | usage.doc | 483 suppresses all comments and other excess baggage
|
/external/qemu/distrib/jpeg-6b/ |
D | usage.doc | 483 suppresses all comments and other excess baggage
|
/external/libvpx/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 88 ;# To avoid excess transposes, we filter all 3 vertical luma subblock
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
D | CHANGES | 571 - Removed excess characters after ?> in ada.php, apache.php and cpp.php that caused
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1826 unsigned excess = 4 * (ARM::R4 - reg); in HandleByVal() local 1832 if (Subtarget->isAAPCS_ABI() && NSAAOffset != 0 && size > excess) { in HandleByVal() 1845 unsigned ByValRegEnd = (size < excess) ? reg + size/4 : (unsigned)ARM::R4; in HandleByVal() 1858 if (size < excess) in HandleByVal() 1861 size -= excess; in HandleByVal()
|
/external/bison/ |
D | ChangeLog-1998 | 1050 Remove excess % from error messages.
|
/external/clang/docs/ |
D | UsersManual.rst | 439 Warn about excess tokens at the end of a preprocessor directive.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 3667 "excess elements in %select{array|vector|scalar|union|struct}0 initializer">; 3669 "excess elements in %select{array|vector|scalar|union|struct}0 initializer">; 3671 "excess elements in char array initializer">; 3673 "excess elements in char array initializer">;
|