Home
last modified time | relevance | path

Searched defs:POP (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/
H A Dpickle.py113 POP = b'0' # discard topmost stack item variable
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_32.c111 #define POP 0xe8bd0000 macro
H A DsljitNativeARM_T2_32.c159 #define POP 0xbc00 macro
/third_party/python/Modules/
H A D_pickle.c52 POP = '0', enumerator
/third_party/python/Python/
H A Dceval.c1454 #define POP() (assert(STACK_LEVEL() > 0), BASIC_POP()) macro
1467 #define POP() BASIC_POP() macro
[all...]

Completed in 26 milliseconds