Searched refs:PSIZE (Results 1 – 2 of 2) sorted by relevance
51 #ifdef PSIZE52 #undef PSIZE54 #define PSIZE 4096 /* page size (in byte) */ macro77 #define AITBL_OFF (SUPER1_OFF + PSIZE + (PSIZE << 1))95 #define JFS_PATH_MAX PSIZE
58 #define PSIZE sizeof(u_char *) macro85 (((u_char *)p + PSIZE - 1 - (u_char *) 0) & ~(PSIZE - 1)))99 if (size < PSIZE / 2) { /* Pointers must fit into 2 * size. */ in mergesort()115 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL) in mergesort()