Home
last modified time | relevance | path

Searched refs:LPLONG (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
DThread.cpp107 if (ReleaseSemaphore(_mutex,1,(LPLONG) NULL) == TRUE) in unlock()
/external/python/cpython3/Lib/ctypes/
Dwintypes.py184 LPLONG = PLONG = ctypes.POINTER(LONG) variable