Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/
H A Dn3.c55 #define blisti(i) (((i)-ENV_BLK*BLK) / BLK)
65 tchar wbuf[BLK];
66 tchar rbuf[BLK];
446 j = (filep)i * BLK + ENV_BLK * BLK; in alloc()
524 if (wbfi >= BLK)
540 if ((woff & (~(BLK - 1))) == (roff & (~(BLK - 1)))) in wbfl()
562 j = ip & ~(BLK - 1); in rbf()
569 i = rbuf[ip & (BLK-1)]; in rbf()
571 i = rbuf[ip & (BLK-1)]; in rbf()
583 if ((p & (BLK - 1)) == 0) { in rbf()
[all …]
H A Dtdef.h305 #define BLK 128 /* alloc block in tchars */ macro
323 #define RD_OFFSET (NBLIST * BLK)
325 #define ENV_BLK ((NEV * sizeof(env) / sizeof(tchar) + BLK-1) / BLK)
H A Dn5.c874 pushi(NBLIST*BLK, PAIR('r','d')); in caserd()
H A Dn1.c1030 if ((++ip & (BLK - 1)) == 0) { in getch0()
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dtgdk.h165 #define LBLK2SEC(BLK, SHF) (daddr_t)((BLK) >> (SHF)) argument
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h32 #define BLK sizeof (struct blk) macro
H A Ddc.c2154 while (h < hfree + (HEADSZ/BLK)) in morehd()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dgetlnbuf.in851 UBL->BLK
903 UBL->BLK
1010 BLK->UBL
H A Dgetlnbuf.ok851 UBL->BLK
903 UBL->BLK
1010 BLK->UBL
/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