HomeSort by relevance Sort by last modified time
    Searched refs:jumps (Results 1 - 23 of 23) sorted by null

  /external/mesa3d/src/glsl/
lower_jumps.cpp 27 * This pass lowers jumps (break, continue, and return) to if/else structures.
30 * 1. Pull jumps out of ifs where possible
81 * Note that identical jumps are usually unified though.
305 ir_jump* jumps[2]; local
313 jumps[i] = 0;
315 jumps[i] = (ir_jump*)list.get_tail();
322 if(jumps[i]) {
324 assert(jump_strengths[i] == get_jump_strength(jumps[i]));
329 /* move both jumps out if possible */
343 jumps[0]->remove()
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ParticleDepositionHeightMap.java 54 private int jumps; field in class:ParticleDepositionHeightMap
65 * @param jumps number of areas to drop particles. Can also think
85 int jumps,
93 || jumps < 0
111 this.jumps = jumps;
156 for (int i = 0; i < jumps; i++) {
328 * <code>setJumps</code> sets the number of jumps or peaks that will
330 * @param jumps the number of jumps to use for next load.
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 1049 ArrayList jumps = makeJumpList(code, code.length); local
1157 ArrayList jumps = new ArrayList(); local
    [all...]
  /external/clang/test/SemaCXX/
exceptions.cpp 35 void jumps() { function
  /external/grub/
Android.mk 31 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
87 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
124 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
config.status 535 s,@CPPFLAGS@, -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef,;t t
    [all...]
  /external/oprofile/events/mips/vr5432/
events 8 event:0x4 counters:0,1 um:zero minimum:500 name:BRANCHES : Branch execution (no jumps or jump registers)
  /external/chromium/net/base/
dnsrr_resolver.cc 479 unsigned jumps = 0; local
497 if (jumps > 100)
507 if (jumps == 0) {
511 jumps++;
529 if (jumps == 0) {
  /external/llvm/test/MC/Mips/
mips-jump-instructions.s 3 # for jumps and branches.
  /build/core/
llvm_config.mk 39 -fno-align-jumps \
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 230 // Jumps if input not available; will have (incorrectly) incremented already!
367 void addIndirectJumpEntry(int32_t stackOffset, JumpList jumps)
369 JumpList::JumpVector jumpVector = jumps.jumps();
374 jumps.empty();
449 void addJumpsToNextInteration(JumpList jumps)
451 m_jumpsToNextInteration.append(jumps);
723 void jumpToBacktrack(YarrGenerator* generator, JumpList& jumps)
727 jumps.linkTo(*m_backtrackSourceLabel, generator);
729 m_backtrackSourceJumps->append(jumps);
731 generator->m_expressionState.addIndirectJumpEntry(getStackOffset(), jumps); local
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 292 BasicBlock[] jumps = makeArray(to.block);
293 makeMark(marks, pos, jumps, size, true);
303 BasicBlock[] jumps = makeArray(to.block, next.block);
304 makeMark(marks, pos, jumps, size, false);
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 114 /* Information about labels and jumps-to-labels. This is used to do variable in typeref:struct:sed_label
116 static struct sed_label *jumps = NULL;
1211 jumps = setup_label(jumps, vector->v_length, read_label(), NULL);
    [all...]
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 46 gravity and allows the player to make difficult jumps.
  /external/v8/test/mjsunit/
escape.js 70 example = example + " The quick brown fox jumps over the lazy dog."
  /external/webkit/Source/JavaScriptCore/assembler/
AbstractMacroAssembler.h 400 // All jumps in the set will be linked to the same destination.
443 const JumpVector& jumps() { return m_jumps; } function in class:JSC::AbstractMacroAssembler::JumpList
  /external/oprofile/events/mips/74K/
events 21 event:0x3 counters:0,2 um:zero minimum:500 name:REDIRECT_STALLS : 3-0 Stall cycles due to register indirect jumps (including non-predicted JR $31), ERET/WAIT instructions, and IFU determined exception
103 event:0x409 counters:1,3 um:zero minimum:500 name:KILLED_FETCH_SLOTS : 9-1 Valid fetch slots killed due to taken branches/jumps or stalling instructions
  /dalvik/vm/
Dvm.mk 27 LOCAL_CFLAGS += -fstrict-aliasing -Wstrict-aliasing=2 -fno-align-jumps
  /external/valgrind/main/
Android.mk 399 callgrind/jumps.c \
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 281 const JumpList::JumpVector& jumpVector = jumpList.jumps();
  /external/quake/quake/src/QW/
Makefile.Linux 48 -malign-jumps=2 -malign-functions=2
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
gbemu.js     [all...]
pdfjs.js     [all...]

Completed in 1377 milliseconds