HomeSort by relevance Sort by last modified time
    Searched defs:Py_CHARMASK (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python.h 154 #define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python.h 154 #define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))

Completed in 501 milliseconds