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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 833 #define BASIC_STACKADJ(n) (stack_pointer += n)
843 #define STACKADJ(n) { (void)(BASIC_STACKADJ(n), \
852 #define STACKADJ(n) BASIC_STACKADJ(n)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 831 #define BASIC_STACKADJ(n) (stack_pointer += n)
841 #define STACKADJ(n) { (void)(BASIC_STACKADJ(n), \
850 #define STACKADJ(n) BASIC_STACKADJ(n)
    [all...]
  /external/python/cpython2/Python/
ceval.c 930 #define BASIC_STACKADJ(n) (stack_pointer += n)
940 #define STACKADJ(n) { (void)(BASIC_STACKADJ(n), \
949 #define STACKADJ(n) BASIC_STACKADJ(n)
    [all...]
  /external/python/cpython3/Python/
ceval.c 937 #define BASIC_STACKADJ(n) (stack_pointer += n)
947 #define STACKADJ(n) { (void)(BASIC_STACKADJ(n), \
956 #define STACKADJ(n) BASIC_STACKADJ(n)
    [all...]

Completed in 57 milliseconds