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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 784 #define JUMPBY(x) (next_instr += (x))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 782 #define JUMPBY(x) (next_instr += (x))
    [all...]
  /external/python/cpython2/Python/
ceval.c 878 #define JUMPBY(x) (next_instr += (x))
    [all...]
  /external/python/cpython3/Python/
ceval.c 876 #define JUMPBY(x) (next_instr += (x) / sizeof(_Py_CODEUNIT))
    [all...]

Completed in 112 milliseconds