/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 = *(__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/ |
D | LIST | 4 function-excess-args
|
/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/webkit/Source/WebCore/webaudio/ |
D | RealtimeAnalyserNode.idl | 41 …// If the array has fewer elements than the frequencyBinCount, the excess elements will be dropped.
|
/external/llvm/docs/CommandGuide/ |
D | llc.pod | 81 =item B<--disable-excess-fp-precision> 83 Disable optimizations that may produce excess precision for floating point.
|
D | lli.pod | 101 =item B<-disable-excess-fp-precision>
|
/external/webkit/Source/WebCore/rendering/ |
D | AutoTableLayout.cpp | 550 int excess = tableLogicalWidth * (totalPercent - 100) / 100; in layout() local 554 int reduction = min(cellLogicalWidth, excess); in layout() 556 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/webkit/PerformanceTests/SunSpider/ |
D | ChangeLog | 410 * tests/ubench/function-excess-args.js: Added.
|
/external/jpeg/ |
D | usage.doc | 483 suppresses all comments and other excess baggage
|
/external/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 88 ;# To avoid excess transposes, we filter all 3 vertical luma subblock
|
/external/libvpx/examples/includes/geshi/docs/ |
D | CHANGES | 571 - Removed excess characters after ?> in ada.php, apache.php and cpp.php that caused
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 2423 "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/ |
D | ARMISelLowering.cpp | 1557 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/ |
D | OChangeLog | 1050 Remove excess % from error messages.
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 2390 * 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/ |
D | README.txt | 1145 leading to excess stack traffic. This could be handled by GVN with some crazy
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 14940 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/ |
D | en-GB_lexpos.utf | 2749 N "excess" "'ekses" 4927 V "excess" "Iks'es"
|
/external/bluetooth/glib/ |
D | NEWS | 2811 * Fix excess relocations in Unicode tables [Andrew Taylor]
|
/external/libffi/ |
D | ChangeLog | 503 negative due to excess precision on ix86 targets.
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 425 queries. Now some queries will succeed, and the excess
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 2557 putting back some excess text you scanned, use yyless().
|