Home
last modified time | relevance | path

Searched defs:PUSHORT (Results 1 – 9 of 9) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dminwindef.h27 typedef USHORT *PUSHORT; typedef
Dfci.h34 typedef USHORT *PUSHORT; typedef
Dsqltypes.h89 typedef USHORT *PUSHORT; typedef
Dwinsmcrd.h20 typedef USHORT *PUSHORT; typedef
Dfdi.h34 typedef USHORT *PUSHORT; typedef
Dmapidbg.h29 typedef USHORT *PUSHORT; typedef
Dntdef.h332 typedef unsigned short USHORT, *PUSHORT; typedef
Dmqoai.h363 typedef USHORT *PUSHORT; typedef
/third_party/python/Lib/ctypes/
Dwintypes.py198 PUSHORT = ctypes.POINTER(USHORT) variable