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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwmapi.h 222 PSIZE pSize
windef.h 262 } SIZE,*PSIZE,*LPSIZE;
wtypes.h 130 typedef struct tagSIZE *PSIZE;
ntgdi.h 190 W32KAPI WINBOOL WINAPI NtGdiGetBitmapDimension(HBITMAP hbm,LPSIZE psize);
201 W32KAPI WINBOOL WINAPI NtGdiGetTextExtentExW(HDC hdc,LPWSTR lpwsz,ULONG cwc,ULONG dxMax,ULONG *pcCh,PULONG pdxOut,LPSIZE psize,FLONG fl);
265 W32KAPI WINBOOL WINAPI NtGdiDoBanding(HDC hdc,WINBOOL bStart,POINTL *pptl,PSIZE pSize);
290 W32KAPI WINBOOL WINAPI NtGdiGetTextExtent(HDC hdc,LPWSTR lpwsz,int cwc,LPSIZE psize,UINT flOpts);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 54 #define PSIZE (Hmode && !Nmode ? L_32 : L_16)
391 *mode = PSIZE | REG | direction;
433 *mode = PSIZE | REG | direction;
726 if (((mode & SIZE) != PSIZE)
838 if (((mode & SIZE) != PSIZE)
848 if (((mode & SIZE) != PSIZE)
853 op->mode = direction | IND | PSIZE;
    [all...]

Completed in 85 milliseconds