BSD 3 development
[unix-history] / usr / include / pagsiz.h
#define NBPG 512
#define PGOFSET 511
#define CLSIZE 2
#define CLOFSET 1023
#define BSIZE 1024
#define BMASK 1023
#define BSHIFT 10
#define PAGSIZ (NBPG*CLSIZE)
#define PAGRND ((PAGSIZ)-1)