Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Djfs.h51 #ifdef PSIZE
52 #undef PSIZE
54 #define PSIZE 4096 /* page size (in byte) */ macro
77 #define AITBL_OFF (SUPER1_OFF + PSIZE + (PSIZE << 1))
95 #define JFS_PATH_MAX PSIZE
/illumos-gate/usr/src/test/libc-tests/tests/qsort/
H A Dmerge.c58 #define PSIZE sizeof(u_char *) macro
85 (((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()