Home
last modified time | relevance | path

Searched refs:s_count (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/lib/wind/
H A Dnormalize.c58 enum { s_count = 11172}; enumerator
76 if (u < s_base || u >= s_base + s_count) in hangul_decomp()
108 } else if (in[0] >= s_base && in[0] < s_base + s_count) { in hangul_composition()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp4890 int S, rem, gap, s_count; in __kmp_partition_places() local
4892 s_count = 0; in __kmp_partition_places()
4902 s_count++; in __kmp_partition_places()
4904 if ((s_count == S) && rem && (gap_ct == gap)) { in __kmp_partition_places()
4906 } else if ((s_count == S + 1) && rem && (gap_ct == gap)) { in __kmp_partition_places()
4915 s_count = 0; in __kmp_partition_places()
4918 } else if (s_count == S) { // place full; don't add extra in __kmp_partition_places()
4927 s_count = 0; in __kmp_partition_places()
4955 int s_count, rem, gap, gap_ct; in __kmp_partition_places() local
4969 s_count = 1; in __kmp_partition_places()
[all …]
/freebsd/sys/kern/
H A Dinit_main.c509 refcount_init(&session0.s_count, 1); in proc0_init()
H A Dkern_proc.c611 refcount_init(&sess->s_count, 1); in enterpgrp()
1001 refcount_acquire(&s->s_count); in sess_hold()
1008 if (refcount_release(&s->s_count)) { in sess_release()
1044 pgrp->pg_session->s_count, in DB_SHOW_COMMAND_FLAGS()
H A Dtty.c2437 tp->t_session->s_count, tp->t_session->s_leader, in DB_SHOW_COMMAND()
/freebsd/sys/sys/
H A Dproc.h86 u_int s_count; /* Ref cnt; pgrps in session - atomic. */ member