Home
last modified time | relevance | path

Searched defs:JUMP (Results 1 – 9 of 9) sorted by relevance

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DEdge.java46 static final int JUMP = 0; field in Edge
/external/brotli/c/enc/
Dhash.h331 #define JUMP 4 macro
340 #define JUMP 1 macro
/external/python/cpython2/Lib/
Dsre_constants.py51 JUMP = "jump" variable
/external/cronet/third_party/brotli/enc/
Dhash.h345 #define JUMP 4 macro
354 #define JUMP 1 macro
/external/sandboxed-api/sandboxed_api/sandbox2/util/
Dbpf_helper.h76 #define JUMP(labels, label) \ macro
/external/python/dateutil/dateutil/parser/
D_parser.py266 JUMP = [" ", ".", ",", ";", "-", "/", "'", variable in parserinfo
/external/mesa3d/src/freedreno/ir3/
Dir3.h2322 INSTR0(JUMP) in INSTR0() argument
/external/pcre/src/
Dpcre2_jit_compile.c651 #define JUMP(type) \ macro
/external/python/cpython3/Python/
Dcompile.c81 #define JUMP -5 macro