Searched refs:CBLOCK (Results 1 – 1 of 1) sorted by relevance
197 #define CBLOCK 64 /* Clist block size, must be a power of 2. */ macro198 #define CBQSIZE (CBLOCK/NBBY) /* Quote bytes/cblock - can do better. */200 #define CBSIZE (CBLOCK - (int)sizeof(struct cblock *) - CBQSIZE)201 #define CROUND (CBLOCK - 1) /* Clist rounding. */