Home
last modified time | relevance | path

Searched defs:POP (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLByteCode.cpp364 auto POP = [&] { SkASSERT(sp >= stack); return *(sp--); }; in innerRun() local
/third_party/python/Lib/
Dpickle.py113 POP = b'0' # discard topmost stack item variable
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_T2_32.c159 #define POP 0xbc00 macro
DsljitNativeARM_32.c109 #define POP 0xe8bd0000 macro
/third_party/python/Python/
Dceval.c1410 #define POP() ((void)(lltrace && prtrace(tstate, TOP(), "pop")), \ macro
1429 #define POP() BASIC_POP() macro
/third_party/python/Modules/
D_pickle.c40 POP = '0', enumerator