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

  /external/pcre/dist2/src/
pcre2_jit_compile.c 563 #define JUMPTO(type, label) \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 783 #define JUMPTO(x) (next_instr = first_instr + (x))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 781 #define JUMPTO(x) (next_instr = first_instr + (x))
    [all...]
  /external/python/cpython2/Python/
ceval.c 877 #define JUMPTO(x) (next_instr = first_instr + (x))
    [all...]

Completed in 699 milliseconds