Home
last modified time | relevance | path

Searched refs:UNPACK_EX (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h229 [UNPACK_EX] = UNPACK_EX,
336 [UNPACK_EX] = "UNPACK_EX",
/third_party/python/Include/
H A Dopcode.h54 #define UNPACK_EX 94 macro
/third_party/python/Python/
H A Dcompile.c1007 case UNPACK_EX: in stack_effect()
4475 ADDOP_I(c, UNPACK_EX, (i + ((n-i-1) << 8))); in unpack_helper()
6420 ADDOP_I(c, UNPACK_EX, (i + ((n-i-1) << 8))); in pattern_unpack_helper()
6453 // UNPACK_SEQUENCE / UNPACK_EX. This is more efficient for patterns with a
H A Dceval.c2868 TARGET(UNPACK_EX) {

Completed in 30 milliseconds