Searched refs:state1 (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dprng.h68 uint32_t ret, state0, state1; local
77 state1 = prng_state_next_u32(state0);
79 state1, ATOMIC_RELAXED, ATOMIC_RELAXED));
81 state1 = prng_state_next_u32(state0);
82 atomic_store_u32(state, state1, ATOMIC_RELAXED);
84 ret = state1 >> (32 - lg_range);
91 uint64_t ret, state1; local
96 state1 = prng_state_next_u64(*state);
97 *state = state1;
98 ret = state1 >> (6
105 size_t ret, state0, state1; local
[all...]
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dprng.h68 uint32_t ret, state0, state1; local
77 state1 = prng_state_next_u32(state0);
79 state1, ATOMIC_RELAXED, ATOMIC_RELAXED));
81 state1 = prng_state_next_u32(state0);
82 atomic_store_u32(state, state1, ATOMIC_RELAXED);
84 ret = state1 >> (32 - lg_range);
91 uint64_t ret, state1; local
96 state1 = prng_state_next_u64(*state);
97 *state = state1;
98 ret = state1 >> (6
105 size_t ret, state0, state1; local
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dlfsr.c149 isc_uint32_t state1, state2; local
159 state1 = lfsr_skipgenerate(lfsr1, skip2);
162 return (state1 ^ state2);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlfsr.c141 uint32_t state1, state2; local
151 state1 = lfsr_skipgenerate(lfsr1, skip2);
154 return (state1 ^ state2);
/netbsd-current/sys/dev/i2c/
H A Dsensirion_voc_algorithm.h135 * @param state1 State1 to be stored
138 int32_t* state1);
148 * @param state1 State1 to be restored
151 int32_t state1);
H A Dsensirion_voc_algorithm.c367 int32_t* state1) {
370 *state1 = VocAlgorithm__mean_variance_estimator__get_std(params);
375 int32_t state1) {
378 params, state0, state1, F16(VocAlgorithm_PERSISTENCE_UPTIME_GAMMA));
366 VocAlgorithm_get_states(VocAlgorithmParams* params, int32_t* state0, int32_t* state1) argument
374 VocAlgorithm_set_states(VocAlgorithmParams* params, int32_t state0, int32_t state1) argument
/netbsd-current/sys/dev/pci/qat/
H A Dqat_hw17.c369 uint8_t *state1, *state2; local
390 state1 = auth->max.state1;
391 state2 = auth->max.state1 + auth_cd_ctrl->inner_state1_sz;
392 qat_crypto_hmac_precompute(desc, cria, hash_def, state1, state2);
H A Dqat_hw15.c575 uint8_t *state1, *state2; local
617 state1 = (uint8_t *)(auth_setup + 1);
618 state2 = state1 + auth_hdr->inner_state1_sz;
627 memset(state1 + state_size, 0, state1_pad_len);
635 qat_crypto_hmac_precompute(desc, cria, hash_def, state1, state2);
H A Dqat.c1346 struct qat_sym_hash_def const *hash_def, uint8_t *state1, uint8_t *state2)
1386 memcpy(state1, ((uint8_t *)ctx) + state_offset, state_size);
1388 qat_memcpy_htobe(state1, ((uint8_t *)ctx) + state_offset,
1345 qat_crypto_hmac_precompute(struct qat_crypto_desc *desc, struct cryptoini *cria, struct qat_sym_hash_def const *hash_def, uint8_t *state1, uint8_t *state2) argument
H A Dqatreg.h1420 uint8_t state1[HW_SHA512_STATE1_SZ]; member in struct:hw_auth_sha512
1421 /* Slice state1 variable */
/netbsd-current/bin/sh/
H A Dmain.c188 goto state1;
236 state1:
/netbsd-current/external/bsd/byacc/dist/
H A Dlalr.c233 Value_t state1 = sp->number; local
244 from_state[k] = state1;
379 Value_t state1 = from_state[i]; local
384 states[0] = state1;
385 stateno = state1;
/netbsd-current/external/mit/lua/dist/src/
H A Dlmathlib.c312 Rand64 state1 = state[1]; local
314 Rand64 state3 = state[3] ^ state1;
315 Rand64 res = rotl(state1 * 5, 7) * 9;
317 state[1] = state1 ^ state2;
318 state[2] = state2 ^ (state1 << 17);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_ssl.c280 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING; local
284 base, fd_pair[0], ssl1, state1, flags);
289 base, underlying_pair[0], ssl1, state1, flags);
/netbsd-current/external/bsd/flex/dist/src/
H A Dnfa.c97 void dumpnfa (int state1) argument
104 state1);
106 /* We probably should loop starting at firstst[state1] and going to
107 * lastst[state1], but they're not maintained properly when we "or"
112 /* for ( ns = firstst[state1]; ns <= lastst[state1]; ++ns ) */
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcp6.c467 const struct dhcp6_state *state1; local
488 if ((state1 = D6_CSTATE(ifp1)) == NULL)
490 if (state1->send != NULL &&
491 state1->send->xid[0] == m->xid[0] &&
492 state1->send->xid[1] == m->xid[1] &&
493 state1->send->xid[2] == m->xid[2])
3702 const struct dhcp6_state *state1; local
3706 state1 = D6_CSTATE(ifp1);
3707 if (state1 == NULL || state1
[all...]
H A Ddhcp.c1465 const struct dhcp_state *state1; local
1483 if ((state1 = D_CSTATE(ifp1)) == NULL)
1485 if (state1->xid == state->xid)
/netbsd-current/games/atc/
H A Dinput.c141 state1[] = { { 't', 2, " turn", turn }, variable
205 DEF_STATE(state0), DEF_STATE(state1), DEF_STATE(state2),
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_ssl.c435 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING; local
440 base, fd_pair[0], ssl1, state1, flags);
445 base, underlying_pair[0], ssl1, state1, flags);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_rps.c1149 unsigned long t, corr, state1, corr2, state2; local
1158 state1 = ext_v;
1171 corr = corr * 150142 * state1 / 10000 - 78642;
1175 state2 = corr2 * state1 / 10000;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c3886 intersected_state_reservs_p (state_t state1, state_t state2)
3888 gcc_assert (state1->automaton == state2->automaton);
3889 return reserv_sets_are_intersected (state1->reservs, state2->reservs);
3896 states_union (state_t state1, state_t state2, reserv_sets_t reservs)
3901 gcc_assert (state1->automaton == state2->automaton);
3902 result = get_free_state (1, state1->automaton);
3903 reserv_sets_or (result->reservs, state1->reservs, state2->reservs);
3871 intersected_state_reservs_p(state_t state1, state_t state2) argument
3881 states_union(state_t state1, state_t state2, reserv_sets_t reservs) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc3886 intersected_state_reservs_p (state_t state1, state_t state2)
3888 gcc_assert (state1->automaton == state2->automaton);
3889 return reserv_sets_are_intersected (state1->reservs, state2->reservs);
3896 states_union (state_t state1, state_t state2, reserv_sets_t reservs)
3901 gcc_assert (state1->automaton == state2->automaton);
3902 result = get_free_state (1, state1->automaton);
3903 reserv_sets_or (result->reservs, state1->reservs, state2->reservs);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c8705 bundle_state_hasher::equal (const bundle_state *state1,
8708 return (state1->insn_num == state2->insn_num
8709 && memcmp (state1->dfa_state, state2->dfa_state,
8689 equal(const bundle_state *state1, const bundle_state *state2) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc8705 bundle_state_hasher::equal (const bundle_state *state1,
8708 return (state1->insn_num == state2->insn_num
8709 && memcmp (state1->dfa_state, state2->dfa_state,

Completed in 464 milliseconds