OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jumps
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/SemaCXX/
exceptions.cpp
35
void
jumps
() {
function
/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/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/javassist/src/main/javassist/bytecode/
CodeIterator.java
1049
ArrayList
jumps
= makeJumpList(code, code.length);
local
1157
ArrayList
jumps
= new ArrayList();
local
[
all
...]
/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/robolectric/lib/main/
javassist-3.14.0-GA.jar
Completed in 5379 milliseconds