Home
last modified time | relevance | path

Searched defs:JUMPTO (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dceval.c1339 #define JUMPTO(x) (next_instr = first_instr + (x)) macro
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c627 #define JUMPTO(type, label) \ macro