Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/wind/
HDnormalize.c64 enum { t_count = 28}; enumerator
65 enum { n_count = v_count * t_count};
80 v = v_base + (s_index % n_count) / t_count; in hangul_decomp()
81 t = t_base + s_index % t_count; in hangul_decomp()
107 return (l_index * v_count + v_index) * t_count + s_base; in hangul_composition()
112 if (s_index % t_count != 0) in hangul_composition()
114 if (in[1] < t_base || in[1] >= t_base + t_count) in hangul_composition()
/NextBSD/lib/libdispatch/src/
HDqueue.c3385 uint32_t j, t_count; in _dispatch_queue_wakeup_global_slow() local
3387 t_count = dispatch_atomic_load2o(qc, dgq_thread_pool_size, seq_cst); in _dispatch_queue_wakeup_global_slow()
3389 if (!t_count) { in _dispatch_queue_wakeup_global_slow()
3394 j = i > t_count ? t_count : i; in _dispatch_queue_wakeup_global_slow()
3395 } while (!dispatch_atomic_cmpxchgvw2o(qc, dgq_thread_pool_size, t_count, in _dispatch_queue_wakeup_global_slow()
3396 t_count - j, &t_count, acquire)); in _dispatch_queue_wakeup_global_slow()