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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 834 #define BASIC_PUSH(v) (*stack_pointer++ = (v))
838 #define PUSH(v) { (void)(BASIC_PUSH(v), \
850 #define PUSH(v) BASIC_PUSH(v)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 832 #define BASIC_PUSH(v) (*stack_pointer++ = (v))
836 #define PUSH(v) { (void)(BASIC_PUSH(v), \
848 #define PUSH(v) BASIC_PUSH(v)
    [all...]
  /external/python/cpython2/Python/
ceval.c 931 #define BASIC_PUSH(v) (*stack_pointer++ = (v))
935 #define PUSH(v) { (void)(BASIC_PUSH(v), \
947 #define PUSH(v) BASIC_PUSH(v)
    [all...]
  /external/python/cpython3/Python/
ceval.c 938 #define BASIC_PUSH(v) (*stack_pointer++ = (v))
942 #define PUSH(v) { (void)(BASIC_PUSH(v), \
954 #define PUSH(v) BASIC_PUSH(v)
    [all...]

Completed in 582 milliseconds