Home
last modified time | relevance | path

Searched refs:excess (Results 1 – 25 of 39) sorted by relevance

12

/external/iproute2/tc/
Dq_atm.c56 __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/
Drate.c435 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/
DLIST4 function-excess-args
/external/chromium_org/third_party/sqlite/src/test/
Drecover2.test72 # 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.
Drecover0.test109 main.backing excess,
Dcapi3.test145 set sql16 [utf16 {PRAGMA table_info("TableName"); --excess text}]
/external/clang/test/SemaOpenCL/
Dvector_literals_invalid.cl10 int4 b = (int4)(1,2,3,4,5); // expected-error{{excess elements in vector}}
/external/chromium/webkit/glue/media/
Dbuffered_resource_loader.cc358 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/
Dmalloc.c131 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/
Dbuffered_resource_loader.cc459 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/
DAnalyserNode.idl39 …// If the array has fewer elements than the frequencyBinCount, the excess elements will be dropped.
/external/llvm/docs/CommandGuide/
Dllc.rst94 .. option:: --disable-excess-fp-precision
96 Disable optimizations that may produce excess precision for floating point.
Dlli.rst127 **-disable-excess-fp-precision**
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DAutoTableLayout.cpp544 int excess = tableLogicalWidth * (totalPercent - 100) / 100; in layout() local
549 int reduction = min(cellLogicalWidth, excess); in layout()
551 excess -= reduction; in layout()
/external/srtp/
DChanges13 Cleaned up sha1 and hmac code significantly, got rid of some excess
/external/dropbear/libtommath/
Dbn.tex548 … 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/
Dwebsite_settings_bubble_controller.mm982 // Also adjust the horizontal position to remove excess space due to the
/external/jpeg/
Dusage.doc483 suppresses all comments and other excess baggage
/external/qemu/distrib/jpeg-6b/
Dusage.doc483 suppresses all comments and other excess baggage
/external/libvpx/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm88 ;# To avoid excess transposes, we filter all 3 vertical luma subblock
/external/libvpx/libvpx/examples/includes/geshi/docs/
DCHANGES571 - Removed excess characters after ?> in ada.php, apache.php and cpp.php that caused
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1826 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/
DChangeLog-19981050 Remove excess % from error messages.
/external/clang/docs/
DUsersManual.rst439 Warn about excess tokens at the end of a preprocessor directive.
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td3667 "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">;

12