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

  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 117 #ifndef IS_INTRESOURCE
118 #define IS_INTRESOURCE(x) (((size_t)(x) >> 16) == 0)
    [all...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes.c 111 #ifndef IS_INTRESOURCE
112 #define IS_INTRESOURCE(x) (((size_t)(x) >> 16) == 0)
    [all...]

Completed in 406 milliseconds