Searched refs:tsz (Results 1 – 5 of 5) sorted by relevance
66 size_t rmargin, maxrmargin, tsz; in term_tbl() local95 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()
181 ssize_t tsz; in ga_process_name() local183 for (shift = -1, tsz = sz; tsz > 0; tsz >>= 1, shift++) in ga_process_name()
1045 ssize_t tsz; in ctf_dwarf_member_offset() local1075 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()
3667 int tsz; in dname_to_bankslot() local3675 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()
2483 size_t tsz = 0; in mac_srs_pick_chain() local2511 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()