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

1 2

  /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/chromium_org/third_party/mesa/src/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
70 * The ordering of strengths roughly reflects the way jumps are
71 * lowered: jumps with higher strength tend to be lowered to jumps of
145 * Note that identical jumps are usually unified though.
521 ir_jump* jumps[2]; local
523 /* Recursively lower nested jumps. This satisfies the
525 * unconditional jumps at the end of ir->then_instructions and
538 jumps[i] = 0
    [all...]
  /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
70 * The ordering of strengths roughly reflects the way jumps are
71 * lowered: jumps with higher strength tend to be lowered to jumps of
145 * Note that identical jumps are usually unified though.
521 ir_jump* jumps[2]; local
523 /* Recursively lower nested jumps. This satisfies the
525 * unconditional jumps at the end of ir->then_instructions and
538 jumps[i] = 0
    [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/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 \
  /external/clang/test/SemaCXX/
exceptions.cpp 35 void jumps() { function
  /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_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 32 ; A couple of jumps to "normal" absolute addresses.
  /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) {
  /build/core/
llvm_config.mk 41 -fno-align-jumps \
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
function_sequence.js 69 * Finishes sequence processing and jumps to the last step.
  /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/chromium_org/v8/test/mjsunit/
escape.js 70 example = example + " The quick brown fox jumps over the lazy dog."
  /external/v8/test/mjsunit/
escape.js 70 example = example + " The quick brown fox jumps over the lazy dog."
  /external/llvm/test/MC/Mips/
mips-jump-instructions.s 7 # for jumps and branches.
  /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 33 LOCAL_CFLAGS += -fno-align-jumps
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js 184 var defaultSampleText = 'The quick brown fox jumps over the lazy dog.';
  /external/valgrind/main/
Android.mk 417 callgrind/jumps.c \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 96 jumps over
104 jumps over
111 jumps over\n\
118 jumps over\n\
py3_test_grammar.py 102 jumps over
110 jumps over
117 jumps over\n\
124 jumps over\n\
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 91 jumps over
99 jumps over
106 jumps over\n\
113 jumps over\n\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 96 jumps over
104 jumps over
111 jumps over\n\
118 jumps over\n\
py3_test_grammar.py 102 jumps over
110 jumps over
117 jumps over\n\
124 jumps over\n\

Completed in 1131 milliseconds

1 2