Home
last modified time | relevance | path

Searched refs:BLK (Results 1 – 8 of 8) sorted by relevance

/titanic_50/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; in alloc()
510 if (!((++offset) & (BLK - 1))) {
526 if (wbfi >= BLK)
542 if ((woff & (~(BLK - 1))) == (roff & (~(BLK - 1)))) in wbfl()
556 if (ip == NBLIST*BLK) { /* for rdtty */ in rbf()
564 j = ip & ~(BLK - 1); in rbf()
[all …]
H A Dtdef.h307 #define BLK 128 /* alloc block in tchars */ macro
325 #define RD_OFFSET (NBLIST * BLK)
327 #define ENV_BLK ((NEV * sizeof(env) / sizeof(tchar) + BLK-1) / BLK)
H A Dn5.c876 pushi(NBLIST*BLK, PAIR('r','d')); in caserd()
H A Dn1.c1031 if ((++ip & (BLK - 1)) == 0) { in getch0()
/titanic_50/usr/src/uts/common/sys/dktp/
H A Dtgdk.h165 #define LBLK2SEC(BLK, SHF) (daddr_t)((BLK) >> (SHF)) argument
/titanic_50/usr/src/cmd/dc/
H A Ddc.h34 #define BLK sizeof (struct blk) macro
H A Ddc.c2156 while (h < hfree + (HEADSZ/BLK)) in morehd()
/titanic_50/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