HomeSort by relevance Sort by last modified time
    Searched defs:PSIZE (Results 1 - 2 of 2) 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/
windef.h 262 } SIZE,*PSIZE,*LPSIZE;

Completed in 65 milliseconds