Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc_xr.c69 size_t ssz, nsz, tsz; in mandoc_xr_add() local
79 tsz = ssz + nsz; in mandoc_xr_add()
80 xr = mandoc_malloc(sizeof(*xr) + tsz); in mandoc_xr_add()
90 pend = xr->hashkey + tsz; in mandoc_xr_add()
92 slot = ohash_lookup_memory(xr_hash, xr->hashkey, tsz, hv); in mandoc_xr_add()
H A Dtbl_term.c168 size_t coloff, tsz; in term_tbl() local
197 tsz = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) in term_tbl()
200 tsz += tp->tbl.cols[ic].width + in term_tbl()
203 tsz += tp->tbl.cols[sp->opts->cols - 1].width; in term_tbl()
204 if (offset + tsz > tp->tcol->rmargin) in term_tbl()
205 tsz -= 1; in term_tbl()
206 offset = offset + tp->tcol->rmargin > tsz ? in term_tbl()
207 (offset + tp->tcol->rmargin - tsz) / 2 : 0; in term_tbl()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c599 uint32_t tsz; in ucode_list_amd() local
605 tsz = *(uint32_t *)(buf + 8); in ucode_list_amd()
629 tsz = *(uint32_t *)(buf + 4); in ucode_list_amd()
636 uh->uh_cpu_rev, uh->uh_patch_id, uh->uh_date, tsz); in ucode_list_amd()
638 buf += (tsz + 8); in ucode_list_amd()
639 size -= (tsz + 8); in ucode_list_amd()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1214 ssize_t tsz; in ctf_dwarf_member_offset() local
1244 if ((tsz = ctf_type_size(cup->cu_ctfp, mid)) == CTF_ERR) { in ctf_dwarf_member_offset()
1251 tsz = bytesz; in ctf_dwarf_member_offset()
1253 tsz *= 8; in ctf_dwarf_member_offset()
1257 *offp = off + tsz - bitoff - bitsz; in ctf_dwarf_member_offset()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c2488 size_t tsz = 0; in mac_srs_pick_chain() local
2516 if ((tsz + sz + mac_srs->srs_bw->mac_bw_used) > in mac_srs_pick_chain()
2529 tsz += sz; in mac_srs_pick_chain()
2548 *chain_sz = tsz; in mac_srs_pick_chain()