Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c112 #define IS_INTRESOURCE(x) (((size_t)(x) >> 16) == 0) macro
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c118 #define IS_INTRESOURCE(x) (((size_t)(x) >> 16) == 0) macro