Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dcode.h8 # define _Py_OPCODE(word) ((word) >> 8) macro
11 # define _Py_OPCODE(word) ((word) & 255) macro