Home
last modified time | relevance | path

Searched refs:tindex (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c73 unsigned tindex; in _nc_extend_names() local
82 tindex = tp->num_Booleans; in _nc_extend_names()
88 tindex = tp->num_Numbers; in _nc_extend_names()
94 tindex = tp->num_Strings; in _nc_extend_names()
125 tindex = n - first; in _nc_extend_names()
128 tindex += BOOLCOUNT; in _nc_extend_names()
131 tindex += NUMCOUNT; in _nc_extend_names()
134 tindex += STRCOUNT; in _nc_extend_names()
142 for (last = (unsigned) (max - 1); last > tindex; last--) in _nc_extend_names()
182 temp.nte_index = (short) tindex; in _nc_extend_names()
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A Ducdata.c650 krb5_ui_4 tindex = ch - TBase; in uccomp_hangul() local
651 if (tindex <= (krb5_ui_4) TCount) { in uccomp_hangul()
653 last += tindex; in uccomp_hangul()
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8822c.c3493 u32 tmp, val_integerd_b, tindex; in rtw8822c_psd_log2base() local
3505 tindex = tmp / 5; in rtw8822c_psd_log2base()
3507 if (tindex >= ARRAY_SIZE(table_fraction)) in rtw8822c_psd_log2base()
3508 tindex = ARRAY_SIZE(table_fraction) - 1; in rtw8822c_psd_log2base()
3510 val_fractiond_b = table_fraction[tindex]; in rtw8822c_psd_log2base()
/freebsd/crypto/krb5/src/util/et/
H A Dtexinfo.tex916 \def\tindex {\tpindex}