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

  /external/lzma/CPP/Windows/
Window.cpp 32 if (IS_INTRESOURCE(wndClass->lpszMenuName))
39 if (IS_INTRESOURCE(wndClass->lpszClassName))
82 if (IS_INTRESOURCE(className))
91 if (IS_INTRESOURCE(windowName))
  /external/lzma/CPP/Windows/Control/
Dialog.cpp 218 if (IS_INTRESOURCE(templateName))
239 if (IS_INTRESOURCE(templateName))
Window2.cpp 91 if (IS_INTRESOURCE(className))
  /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 490 milliseconds