/external/pcre/dist/testdata/ |
D | grepinput | 15 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 16 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox 17 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 18 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 20 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 21 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox 22 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 23 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 25 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 26 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox [all …]
|
D | grepinputv | 2 fox jumps 4 This time it jumps and jumps and jumps.
|
D | grepoutput | 115 583:brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 456 This time it jumps and jumps and jumps. 643 testdata/grepinputv:fox jumps 665 The quick brown fx jumps over the lazy dog. 668 The quick brown fx jumps over the lazy dog. 671 The quick brown fx jumps over the lazy dog.
|
/external/mesa3d/src/glsl/ |
D | lower_jumps.cpp | 521 ir_jump* jumps[2]; in visit() local 538 jumps[i] = 0; in visit() 540 jumps[i] = (ir_jump*)list.get_tail(); in visit() 554 if(jumps[i]) { in visit() 556 assert(jump_strengths[i] == get_jump_strength(jumps[i])); in visit() 580 jumps[0]->remove(); in visit() 581 jumps[1]->remove(); in visit() 589 jumps[0] = 0; in visit() 590 jumps[1] = 0; in visit() 606 should_lower[i] = should_lower_jump(jumps[i]); in visit() [all …]
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 1049 ArrayList jumps = makeJumpList(code, code.length); in changeLdcToLdcW() local 1051 addLdcW(ldcs, jumps); in changeLdcToLdcW() 1056 byte[] r = insertGap2w(code, 0, 0, false, jumps, pointers); in changeLdcToLdcW() 1060 private static void addLdcW(CodeAttribute.LdcEntry ldcs, ArrayList jumps) { in addLdcW() argument 1063 int s = jumps.size(); in addLdcW() 1065 if (where < ((Branch)jumps.get(i)).orgPos) { in addLdcW() 1066 jumps.add(i, ldcw); in addLdcW() 1070 jumps.add(ldcw); in addLdcW() 1093 ArrayList jumps = makeJumpList(code, code.length); in insertGapCore0w() 1095 byte[] r = insertGap2w(code, where, gapLength, exclusive, jumps, pointers); in insertGapCore0w() [all …]
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | MethodAnalyzer.java | 53 private final List<Jump> jumps = new ArrayList<Jump>(); field in MethodAnalyzer 165 jumps.add(new Jump(lastInsn, label)); in visitJumpInsn() 193 jumps.add(new Jump(lastInsn, dflt)); in visitSwitchInsn() 197 jumps.add(new Jump(lastInsn, l)); in visitSwitchInsn() 254 jumps.add(new Jump(lastInsn, label)); in visitSwitchTarget() 265 for (final Jump j : jumps) { in visitEnd()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 14 1 . [t] jump optimization (jumps to jumps, etc) 17 4 . [t] Jump threading (jumps to jumps with identical or inverse conditions)
|
/external/tcpdump/tests/ |
D | pgm_zmtp1v.out | 25 0x0010: 666f 7820 6a75 6d70 7320 6f76 6572 2074 fox.jumps.over.t 28 0x0040: 206a 756d 7073 206f 7665 7220 7468 6520 .jumps.over.the. 39 0x0020: 666f 7820 6a75 6d70 7320 6f76 6572 2074 fox.jumps.over.t 42 0x0050: 206a 756d 7073 206f 7665 7220 7468 6520 .jumps.over.the. 52 0x0020: 6272 6f77 6e20 666f 7820 6a75 6d70 7320 brown.fox.jumps.
|
D | epgm_zmtp1v.out | 29 0x0010: 666f 7820 6a75 6d70 7320 6f76 6572 2074 fox.jumps.over.t 32 0x0040: 206a 756d 7073 206f 7665 7220 7468 6520 .jumps.over.the. 46 0x0050: 726f 776e 2066 6f78 206a 756d 7073 206f rown.fox.jumps.o 57 0x0030: 6272 6f77 6e20 666f 7820 6a75 6d70 7320 brown.fox.jumps.
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.cpp | 181 unsigned jumps = 0, jump1 = 0, jumpr = 0; in check() local 227 ++jumps; in check() 241 ++jumps, ++jump1; // DEALLOC_RETURN is of type LD. in check() 263 ++jumps, ++jump1; in check() 282 if (jump1 && jumps > 1) { in check() 313 if (jumps > 1) { in check()
|
/external/valgrind/docs/internals/ |
D | t-chaining-notes.txt | 49 ppc: chain_XDirect: generate short form jumps when possible 60 (somewhat implausible) for jumps to disp_cp_indir, have multiple 90 dispatch points, to which the generated code jumps. There 96 unconditional jumps to destinations known at JIT time. The 103 Old-style table lookup and go; used for indirect jumps 109 Code jumps here when the event check fails. 113 XDirect is used for chainable jumps. It is compiled into a 117 XIndir is used for indirect jumps. It is compiled into a jump
|
D | notes.txt | 108 both amd64 and x86, by redirecting jumps to the vsyscall entry 115 says it is. Reroute all jumps to that to a suitable stub. 139 and then all jumps/calls to FOO get redirected there. Problem is
|
/external/llvm/test/CodeGen/X86/ |
D | tail-call-win64.ll | 4 ; in-function jumps from function exiting jumps.
|
D | fp-une-cmp.ll | 4 ; Make sure we don't generate more jumps than we need to. We used to generate
|
/external/clang/test/Profile/ |
D | c-general.c | 134 void jumps() { in jumps() function 553 jumps(); in main()
|
/external/libhevc/common/arm/ |
D | ihevc_inter_pred_chroma_vert_w16out.s | 117 ble end_loops @jumps to end 127 bgt outer_loop_wd_2 @jumps to loop handling wd ==2 170 b end_loops @jumps to end 211 b end_loops @jumps to end 271 ble epilog @jumps to epilog 328 bgt kernel_8 @jumps to kernel_8
|
D | ihevc_inter_pred_chroma_vert.s | 116 ble end_loops @jumps to end 126 bgt outer_loop_wd_2 @jumps to loop handling wd ==2 170 b end_loops @jumps to end 212 b end_loops @jumps to end 275 ble epilog @jumps to epilog 339 bgt kernel_8 @jumps to kernel_8
|
D | ihevc_inter_pred_chroma_vert_w16inp_w16out.s | 123 bgt core_loop_ht_2 @jumps to loop handles wd 2 126 beq core_loop_ht_4 @jumps to loop handles ht mul of 4 166 b end_loops @jumps to end 227 beq epilog @jumps to epilog 278 bgt kernel_4 @jumps to kernel_4
|
D | ihevc_inter_pred_chroma_vert_w16inp.s | 123 bgt core_loop_ht_2 @jumps to loop handles wd 2 126 beq core_loop_ht_4 @jumps to loop handles ht mul of 4 168 b end_loops @jumps to end 230 beq epilog @jumps to epilog 285 bgt kernel_4 @jumps to kernel_4
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
D | plot_neteq_delay.m | 170 jumps=find(abs((diff(x)-1))>65000); 172 while ~isempty(jumps) 173 n=jumps(1); 182 jumps=find(abs((diff(x(n+1:end))-1))>65000);
|
/external/clang/test/Profile/Inputs/ |
D | c-general.proftext | 37 jumps
|
/external/icu/icu4c/source/config/ |
D | mh-beos | 16 # -ffunction-cse -fstrength-reduce -fthread-jumps -fcse-follow-jumps \
|
/external/llvm/test/Transforms/PlaceSafepoints/ |
D | split-backedge.ll | 19 ; Test for the case where a single conditional branch jumps to two
|
/external/llvm/test/CodeGen/SystemZ/ |
D | branch-05.ll | 1 ; Test indirect jumps.
|
/external/clang/test/SemaCXX/ |
D | exceptions.cpp | 35 void jumps() { in jumps() function
|