Searched refs:BLK (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/troff/
H A Dn3.c57 #define blisti(i) (((i)-ENV_BLK*BLK) / BLK)
65 tchar corebuf[(ENV_BLK + NBLIST + 1) * BLK];
67 tchar wbuf[BLK];
68 tchar rbuf[BLK];
448 j = (filep)i * BLK + ENV_BLK * BLK;
510 if (!((++offset) & (BLK - 1))) {
526 if (wbfi >= BLK)
542 if ((woff & (~(BLK
[all...]
H A Dtdef.h288 #define BLK 128
302 * BLK must be a power of 2
307 #define BLK 128 /* alloc block in tchars */ macro
321 * these are respectively NBLIST*BLK and 0.
325 #define RD_OFFSET (NBLIST * BLK)
327 #define ENV_BLK ((NEV * sizeof(env) / sizeof(tchar) + BLK-1) / BLK)
328 /* rounded up to even BLK */
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dtgdk.h165 #define LBLK2SEC(BLK, SHF) (daddr_t)((BLK) >> (SHF))
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h34 #define BLK sizeof (struct blk) macro
H A Ddc.c2156 while (h < hfree + (HEADSZ/BLK))
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s999 ! offset of 8*BLK+8 bytes works best over range of (src-dst) mod 1K
1004 ! initial prefetches, 5*BLK works best over range of (src-dst) mod 1K

Completed in 67 milliseconds