HomeSort by relevance Sort by last modified time
    Searched full:jumps (Results 201 - 225 of 454) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/callgrind/
main.c 856 /* First pass over a BB to instrument, counting instructions and jumps
899 /* if the last instructions of BB conditionally jumps to next instruction
920 * - jmps_passed has number of cond.jumps passed in last executed BB
    [all...]
dump.c 586 /* objects among jumps should be the same.
734 /* print jcc's if there are: only jumps */
1244 VG_(fprintf)(fp, "desc: Option: --collect-jumps=%s\n",
    [all...]
  /libcore/expectations/
knownfailures.txt     [all...]
  /external/clang/www/
compatibility.html 37 <li><a href="#blocks-in-protected-scope">Jumps to within <tt>__block</tt> variable scope</a></li>
204 <h3 id="blocks-in-protected-scope">Jumps to within <tt>__block</tt> variable scope</h3>
207 <p>Clang disallows jumps into the scope of a <tt>__block</tt>
    [all...]
  /external/libpcap/
optimize.c     [all...]
  /external/pcre/dist/sljit/
sljitLir.c 568 compiler->jumps = jump;
865 jump = compiler->jumps;
867 /* All jumps have target. */
    [all...]
sljitLir.h 302 struct sljit_jump *jumps; member in struct:sljit_compiler
    [all...]
sljitNativeSPARC_common.c 296 jump = compiler->jumps;
345 jump = compiler->jumps;
    [all...]
  /external/v8/src/arm/
assembler-arm.h 724 // Label operations & relative jumps (PPUM Appendix D)
    [all...]
  /external/v8/src/
code-stubs.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_builtin.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 196 /* min & max without jumps */
201 /* absolute value without jumps */
    [all...]
  /external/pcre/dist/
pcrecpp_unittest.cc 222 "the quick brown fox jumps over the lazy dogs.",
223 "ethay quick brown fox jumps over the lazy dogs.",
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 108 "the quick brown fox jumps over the lazy dogs.",
109 "ethay quick brown fox jumps over the lazy dogs.",
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 637 clear_gdbserved_addresses(/* clear only jumps */ False);
744 clear_gdbserved_addresses(/* clear only jumps */ True);
    [all...]
  /external/valgrind/lackey/
lk_main.c 37 // executed, jumps executed, etc.
215 " --basic-counts=no|yes count instructions, jumps, etc. [yes]\n"
    [all...]
  /art/compiler/optimizing/
constant_folding_test.cc 479 * Three-register program with jumps leading to the creation of many
  /external/icu/icu4c/source/common/unicode/
bytestrie.h 384 // Reads a jump delta and jumps.
  /external/icu/icu4c/source/i18n/unicode/
stsearch.h 111 * UnicodeString target("The quick brown fox jumps over the lazy dog.");
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_horz.s 141 beq outer_loop_ht_4 @jumps to else condition
  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.cpp 219 // instructions in this function, there must be a code path that jumps over that epilogue.
  /external/llvm/lib/Target/Mips/
MipsCallingConv.td 308 // (indirect jumps and calls). T7 contains the mask for sandboxing memory
MipsLongBranch.cpp 124 // Split MBB if it has two direct jumps/branches.
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 398 // On PowerPC, indirect jumps use the counter register.

Completed in 1827 milliseconds

1 2 3 4 5 6 7 891011>>