Home
last modified time | relevance | path

Searched refs:tsz (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dtbl_term.c66 size_t rmargin, maxrmargin, tsz; in term_tbl() local
95 tsz = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) in term_tbl()
98 tsz += tp->tbl.cols[ic].width + 3; in term_tbl()
99 tsz -= 3; in term_tbl()
100 if (offset + tsz > rmargin) in term_tbl()
101 tsz -= 1; in term_tbl()
102 tp->offset = (offset + rmargin > tsz) ? in term_tbl()
103 (offset + rmargin - tsz) / 2 : 0; in term_tbl()
/titanic_50/usr/src/tools/ctf/stabs/common/
H A Dgenassym.c181 ssize_t tsz; in ga_process_name() local
183 for (shift = -1, tsz = sz; tsz > 0; tsz >>= 1, shift++) in ga_process_name()
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1045 ssize_t tsz; in ctf_dwarf_member_offset() local
1075 if ((tsz = ctf_type_size(cup->cu_ctfp, mid)) == CTF_ERR) { in ctf_dwarf_member_offset()
1082 tsz = bytesz; in ctf_dwarf_member_offset()
1084 tsz *= 8; in ctf_dwarf_member_offset()
1088 *offp = off + tsz - bitoff - bitsz; in ctf_dwarf_member_offset()
/titanic_50/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c3667 int tsz; in dname_to_bankslot() local
3675 tsz = OPL_MAX_DIMMS; in dname_to_bankslot()
3681 tsz = 2 * OPL_MAX_DIMMS; in dname_to_bankslot()
3684 for (i = 0; i < tsz; i++) { in dname_to_bankslot()
3689 if (i == tsz) { in dname_to_bankslot()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_sched.c2483 size_t tsz = 0; in mac_srs_pick_chain() local
2511 if ((tsz + sz + mac_srs->srs_bw->mac_bw_used) > in mac_srs_pick_chain()
2524 tsz += sz; in mac_srs_pick_chain()
2543 *chain_sz = tsz; in mac_srs_pick_chain()