Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dnormalize.c66 enum { t_count = 28}; enumerator
67 enum { n_count = v_count * t_count};
82 v = v_base + (s_index % n_count) / t_count; in hangul_decomp()
83 t = t_base + s_index % t_count; in hangul_decomp()
109 return (l_index * v_count + v_index) * t_count + s_base; in hangul_composition()
114 if (s_index % t_count != 0) in hangul_composition()
116 if (in[1] < t_base || in[1] >= t_base + t_count) in hangul_composition()
/netbsd/sys/arch/sparc64/sparc64/
H A Dclock.c230 return (u_int)ldxa((vaddr_t)&timerreg_4u.t_timer[1].t_count, in counter_get_timecount()
299 cnt = &(timerreg_4u.t_timer[0].t_count); in timerattach()
715 timerreg_4u.t_timer[0].t_count, timerreg_4u.t_timer[1].t_count, in statintr()
H A Dtimerreg.h116 volatile int64_t t_count; /* counter reg */ member
/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-scheme.c2357 unsigned int t_count, const enum format_arg_type *t_types, in check_params() argument
2361 unsigned int orig_t_count = t_count; in check_params()
2363 for (; paramcount > 0 && t_count > 0; in check_params()
2364 params++, paramcount--, t_types++, t_count--) in check_params()
H A Dformat-lisp.c2331 unsigned int t_count, const enum format_arg_type *t_types, in check_params() argument
2335 unsigned int orig_t_count = t_count; in check_params()
2337 for (; paramcount > 0 && t_count > 0; in check_params()
2338 params++, paramcount--, t_types++, t_count--) in check_params()