Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dmergesort.c68 #define PSIZE sizeof(unsigned char *) macro
95 (((unsigned char *)p + PSIZE - 1 - (unsigned char *) 0) & ~(PSIZE - 1)))
114 if (size < PSIZE / 2) { /* Pointers must fit into 2 * size. */ in yasm__mergesort()
132 if ((list2 = yasm_xmalloc(nmemb * size + PSIZE)) == NULL) in yasm__mergesort()