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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 68 #define PSIZE sizeof(unsigned char *)
92 /* Assumption: PSIZE is a power of 2. */
95 (((unsigned char *)p + PSIZE - 1 - (unsigned char *) 0) & ~(PSIZE - 1)))
114 if (size < PSIZE / 2) { /* Pointers must fit into 2 * size. */
132 if ((list2 = yasm_xmalloc(nmemb * size + PSIZE)) == 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...]

Completed in 106 milliseconds