Searched defs:state (Results 1 - 25 of 1455) sorted by path

1234567891011>>

/freebsd-current/bin/cpuset/
H A Dcpuset.c93 enum { NONE, NUM, DASH } state; local
[all...]
/freebsd-current/bin/ps/
H A Dprint.c210 state(KINFO *k, VARENT *ve __unused) function
/freebsd-current/bin/sh/
H A Dexpand.c80 enum wordstate state; member in struct:worddest
[all...]
H A Djobs.c95 char state; /* true if job is finished */ member in struct:job
1226 int state = done? JOBDONE : JOBSTOPPED; local
[all...]
H A Dmain.c96 volatile int state; local
[all...]
H A Dparser.c1411 struct tokenstate *state = state_static; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c124 int state = Pstate(dpr->dpr_proc); local
/freebsd-current/contrib/arm-optimized-routines/string/include/
H A Dbenchlib.h25 static uint64_t state = 0xb707be451df0bb19ULL; local
/freebsd-current/contrib/bc/include/
H A Drand.h428 BcRandState state; member in struct:BcRNGData
[all...]
/freebsd-current/contrib/bc/src/
H A Drand.c319 bc_rand_seedState(BcRandState* state, ulong val1, ulong val2) argument
[all...]
/freebsd-current/contrib/bearssl/inc/
H A Dbearssl_hash.h316 uint64_t (*state)(const br_hash_class *const *ctx, void *dst); member in struct:br_hash_class_
[all...]
/freebsd-current/contrib/bearssl/src/hash/
H A Dmultihash.c134 unsigned char *state; local
155 const unsigned char *state; local
[all...]
/freebsd-current/contrib/bearssl/src/ssl/
H A Dssl_io.c55 unsigned state; local
[all...]
/freebsd-current/contrib/bearssl/src/symcipher/
H A Daes_small_dec.c56 add_round_key(unsigned *state, const uint32_t *skeys) argument
72 inv_sub_bytes(unsigned *state) argument
82 inv_shift_rows(unsigned *state) argument
116 inv_mix_columns(unsigned *state) argument
156 unsigned state[16]; local
[all...]
H A Daes_small_enc.c30 add_round_key(unsigned *state, const uint32_t *skeys) argument
46 sub_bytes(unsigned *state) argument
56 shift_rows(unsigned *state) argument
81 mix_columns(unsigned *state) argument
109 unsigned state[16]; local
[all...]
H A Dchacha20_ct.c48 uint32_t state[16]; local
[all...]
/freebsd-current/contrib/blocklist/bin/
H A Dblacklistd.c75 static DB *state; variable
[all...]
/freebsd-current/contrib/bmake/
H A Dcond.c1052 IfState state; local
[all...]
/freebsd-current/contrib/bmake/filemon/
H A Dfilemon_ktrace.c105 } state; member in struct:filemon
[all...]
/freebsd-current/contrib/byacc/
H A Dlalr.c251 map_goto(int state, int symbol) argument
H A Doutput.c936 int state = matching_vector(i); local
1691 int state; local
[all...]
H A Dreader.c1104 int state = curly; local
/freebsd-current/contrib/byacc/test/btyacc/
H A Dbtyacc_calc1.tab.c460 int state; /* saved parser state */ member in struct:YYParseState_s
[all...]
H A Dbtyacc_demo.tab.c590 int state; /* saved parser state */ member in struct:YYParseState_s
[all...]
H A Dbtyacc_destroy1.tab.c439 int state; /* saved parser state */ member in struct:YYParseState_s
[all...]

Completed in 260 milliseconds

1234567891011>>