Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dcode.h13 # define _Py_OPCODE(word) ((word) >> 8) macro
16 # define _Py_OPCODE(word) ((word) & 255) macro