/external/iproute2/tc/ |
D | q_netem.c | 132 struct tc_netem_reorder reorder; in netem_parse_opt() local 140 memset(&reorder, 0, sizeof(reorder)); in netem_parse_opt() 193 if (get_percent(&reorder.probability, *argv)) { in netem_parse_opt() 200 if (get_percent(&reorder.correlation, *argv)) { in netem_parse_opt() 260 if (reorder.probability) { in netem_parse_opt() 286 addattr_l(n, 1024, TCA_NETEM_REORDER, &reorder, sizeof(reorder)) < 0) in netem_parse_opt() 307 const struct tc_netem_reorder *reorder = NULL; in netem_print_opt() local 333 if (RTA_PAYLOAD(tb[TCA_NETEM_REORDER]) < sizeof(*reorder)) in netem_print_opt() 335 reorder = RTA_DATA(tb[TCA_NETEM_REORDER]); in netem_print_opt() 369 if (reorder && reorder->probability) { in netem_print_opt() [all …]
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
D | balloon_view.mm | 80 // reorder here (shouldDelayWindowOrderingForEvent is called during mouseDown) 81 // and then complete canceling the reorder by [NSApp preventWindowOrdering] in
|
/external/openssl/crypto/bn/asm/ |
D | mips3.s | 56 .set reorder 62 .set reorder define 73 .set reorder define 145 .set reorder define 202 .set reorder define 256 .set reorder define 301 .set reorder define 348 .set reorder define 388 .set reorder define 443 .set reorder define [all …]
|
/external/icu4c/layout/ |
D | KhmerReordering.h | 117 static le_int32 reorder(const LEUnicode *theChars, le_int32 charCount, le_int32 scriptCode,
|
D | TibetanReordering.h | 136 static le_int32 reorder(const LEUnicode *theChars, le_int32 charCount, le_int32 scriptCode,
|
D | KhmerLayoutEngine.cpp | 75 …le_int32 outCharCount = KhmerReordering::reorder(&chars[offset], count, fScriptCode, outChars, gly… in characterProcessing()
|
D | TibetanLayoutEngine.cpp | 81 …le_int32 outCharCount = TibetanReordering::reorder(&chars[offset], count, fScriptCode, outChars, g… in characterProcessing()
|
D | IndicLayoutEngine.cpp | 123 …outCharCount = IndicReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage… in characterProcessing()
|
D | IndicReordering.h | 150 static le_int32 reorder(const LEUnicode *theChars, le_int32 charCount, le_int32 scriptCode,
|
D | KhmerReordering.cpp | 359 le_int32 KhmerReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32 /*scriptCode… in reorder() function in KhmerReordering
|
D | TibetanReordering.cpp | 322 le_int32 TibetanReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32, in reorder() function in TibetanReordering
|
D | IndicReordering.cpp | 625 le_int32 IndicReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32 scriptCode, in reorder() function in IndicReordering
|
/external/icu4c/tools/gennorm2/ |
D | n2builder.h | 90 void reorder(Norm *p, BuilderReorderingBuffer &buffer);
|
D | n2builder.cpp | 570 Normalizer2DataBuilder::reorder(Norm *p, BuilderReorderingBuffer &buffer) { in reorder() function in Normalizer2DataBuilder 952 reorder(norms+i, buffer); in processData()
|
/external/icu4c/test/testdata/ |
D | te.txt | 96 Sequence {"[reorder Grek] & A < a\u0308 , A\u0308 & C < c\u0327 , C\u0327 & G < g"
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-tbh.ll | 3 ; Thumb2 target should reorder the bb's in order to use tbb / tbh.
|
/external/libffi/src/mips/ |
D | o32.S | 239 .set reorder define
|
/external/clang/include/clang/Basic/ |
D | DiagnosticGroups.td | 167 def Reorder : DiagGroup<"reorder">;
|
/external/oprofile/events/x86-64/family11h/ |
D | events | 102 …ro minimum:500 name:DISPATCH_STALL_FOR_REORDER_BUFFER_FULL : Dispatch stall for reorder buffer full
|
/external/oprofile/events/x86-64/hammer/ |
D | events | 97 …ro minimum:500 name:DISPATCH_STALL_FOR_REORDER_BUFFER_FULL : Dispatch stall for reorder buffer full
|
/external/libvpx/ |
D | CHANGELOG | 161 reorder data to use wider instructions
|
/external/oprofile/events/x86-64/family10/ |
D | events | 120 …ro minimum:500 name:DISPATCH_STALL_FOR_REORDER_BUFFER_FULL : Dispatch stall for reorder buffer full
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 430 // automatic reodering, we should reorder ourselves.
|
/external/oprofile/events/i386/nehalem/ |
D | unit_masks | 237 0x10 rob_full Counts the cycles of stall due to reorder buffer full
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-10 | 333 non-exlusive pools for at most a 1/2 second. Do not reorder tasks
|