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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Djfs.h51 #ifdef PSIZE
52 #undef PSIZE macro
54 #define PSIZE 4096 /* page size (in byte) */ macro
59 * PSIZE >= file system block size >= PBSIZE >= DISIZE
77 #define AITBL_OFF (SUPER1_OFF + PSIZE + (PSIZE << 1))
95 #define JFS_PATH_MAX PSIZE
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c83 #define PSIZE sizeof(gptr) macro
85 /* If PSIZE is power of 2, make PSHIFT that power, if that helps */
94 #define PNBYTE(N) ((N) * (PSIZE))

Completed in 40 milliseconds