Home
last modified time | relevance | path

Searched refs:PSIZE (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Tools/msi/
Dmsisupport.c24 #define PSIZE 1024 in CheckDir() macro
25 WCHAR wpath[PSIZE]; in CheckDir()
26 char path[PSIZE]; in CheckDir()
28 DWORD size = PSIZE; in CheckDir()
/external/syslinux/gpxe/src/arch/i386/core/
Dwince_loader.c59 #define PSIZE (1500) //Max Packet Size macro
60 #define DSIZE (PSIZE+12)
/external/python/cpython3/Lib/ctypes/
Dwintypes.py192 LPSIZE = PSIZE = ctypes.POINTER(SIZE)
/external/mesa3d/src/gallium/state_trackers/nine/
Dvertexdeclaration9.c132 NINE_DECLUSAGE_CASE0(PSIZE); in nine_d3d9_to_nine_declusage()
Dnine_dump.c705 CAP_CASE(FVFCaps, D3DFVFCAPS, PSIZE); in nine_dump_D3DCAPS9()