Home
last modified time | relevance | path

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

123

/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 = *(__u32 *) RTA_DATA(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/webkit/PerformanceTests/SunSpider/tests/ubench/
DLIST4 function-excess-args
/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/webkit/Source/WebCore/webaudio/
DRealtimeAnalyserNode.idl41 …// If the array has fewer elements than the frequencyBinCount, the excess elements will be dropped.
/external/llvm/docs/CommandGuide/
Dllc.pod81 =item B<--disable-excess-fp-precision>
83 Disable optimizations that may produce excess precision for floating point.
Dlli.pod101 =item B<-disable-excess-fp-precision>
/external/webkit/Source/WebCore/rendering/
DAutoTableLayout.cpp550 int excess = tableLogicalWidth * (totalPercent - 100) / 100; in layout() local
554 int reduction = min(cellLogicalWidth, excess); in layout()
556 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/webkit/PerformanceTests/SunSpider/
DChangeLog410 * tests/ubench/function-excess-args.js: Added.
/external/jpeg/
Dusage.doc483 suppresses all comments and other excess baggage
/external/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm88 ;# To avoid excess transposes, we filter all 3 vertical luma subblock
/external/libvpx/examples/includes/geshi/docs/
DCHANGES571 - Removed excess characters after ?> in ada.php, apache.php and cpp.php that caused
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td2423 "excess elements in %select{array|vector|scalar|union|struct}0 initializer">;
2425 "excess elements in %select{array|vector|scalar|union|struct}0 initializer">;
2427 "excess elements in char array initializer">;
2429 "excess elements in char array initializer">;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1557 unsigned excess = 4 * (ARM::R4 - reg); in HandleByVal() local
1558 assert(size >= excess && "expected larger existing stack allocation"); in HandleByVal()
1559 size -= excess; in HandleByVal()
/external/bison/
DOChangeLog1050 Remove excess % from error messages.
/external/bluetooth/glib/docs/reference/
DChangeLog2390 * glib/tmpl/messages.sgml: Remove excess markup and fix a markup
3514 * glib/tmpl/markup.sgml: Remove excess listitem from long
/external/llvm/lib/Target/
DREADME.txt1145 leading to excess stack traffic. This could be handled by GVN with some crazy
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1414940 so that excess copies can be avoided.
14951 functions. Added a FIXME about a remaining rare excess copy.
14958 (KXMLCore::HashTable::deleteBucket): Use assignDeleted to avoid excess copies.
14992 deleted value w/o excess copies.
15096 and therefore was using the default one, which can lead to excess derefs
17702 * kjs/grammar.y: Add a missing semicolon (and remove an excess one).
19499 - remove one of the many excess "APPLE_CHANGES" ifdefs
21001 … (PostfixNode::evaluate): Change code so that it doesn't make an excess Number, and so that it
21006 (PrefixNode::evaluate): Change code so that it doesn't make an excess Number, and so that it
21010 (NegateNode::evaluate): Change code so that it doesn't make an excess Number, and so that it
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf2749 N "excess" "'ekses"
4927 V "excess" "Iks'es"
/external/bluetooth/glib/
DNEWS2811 * Fix excess relocations in Unicode tables [Andrew Taylor]
/external/libffi/
DChangeLog503 negative due to excess precision on ix86 targets.
/external/dnsmasq/
DCHANGELOG.archive425 queries. Now some queries will succeed, and the excess
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man2557 putting back some excess text you scanned, use yyless().

123