Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython.h157 #define Py_CHARMASK(c) ((unsigned char)((c) & 0xff)) macro
/external/python/cpython3/Include/
Dpymacro.h25 #define Py_CHARMASK(c) ((unsigned char)((c) & 0xff)) macro