Home
last modified time | relevance | path

Searched refs:IS_INTRESOURCE (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DWindow.cpp32 if (IS_INTRESOURCE(wndClass->lpszMenuName)) in MyRegisterClass()
39 if (IS_INTRESOURCE(wndClass->lpszClassName)) in MyRegisterClass()
82 if (IS_INTRESOURCE(className)) in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
H A DWindow.h79 #define IS_INTRESOURCE(_r) (((ULONG_PTR)(_r) >> 16) == 0) macro
/third_party/lzma/CPP/Windows/Control/
H A DDialog.cpp413 if (IS_INTRESOURCE(templateName)) in Create()
434 if (IS_INTRESOURCE(templateName)) in Create()
H A DWindow2.cpp91 if (IS_INTRESOURCE(className)) in CreateEx()
/third_party/python/Modules/_ctypes/
H A D_ctypes.c121 #ifndef IS_INTRESOURCE
122 #define IS_INTRESOURCE(x) (((size_t)(x) >> 16) == 0) macro
3608 if (!IS_INTRESOURCE(name)) in PyCFuncPtr_FromDll()

Completed in 9 milliseconds