HomeSort by relevance Sort by last modified time
    Searched defs:IS_INTRESOURCE (Results 1 - 3 of 3) 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h 117 #define IS_INTRESOURCE(_r) ((((ULONG_PTR)(_r)) >> 16)==0)
    [all...]

Completed in 788 milliseconds