Searched refs:state0 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dprng.h68 uint32_t ret, state0, state1; local
73 state0 = atomic_load_u32(state, ATOMIC_RELAXED);
77 state1 = prng_state_next_u32(state0);
78 } while (!atomic_compare_exchange_weak_u32(state, &state0,
81 state1 = prng_state_next_u32(state0);
105 size_t ret, state0, state1; local
110 state0 = atomic_load_zu(state, ATOMIC_RELAXED);
114 state1 = prng_state_next_zu(state0);
115 } while (atomic_compare_exchange_weak_zu(state, &state0,
118 state1 = prng_state_next_zu(state0);
[all...]
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dprng.h68 uint32_t ret, state0, state1; local
73 state0 = atomic_load_u32(state, ATOMIC_RELAXED);
77 state1 = prng_state_next_u32(state0);
78 } while (!atomic_compare_exchange_weak_u32(state, &state0,
81 state1 = prng_state_next_u32(state0);
105 size_t ret, state0, state1; local
110 state0 = atomic_load_zu(state, ATOMIC_RELAXED);
114 state1 = prng_state_next_zu(state0);
115 } while (atomic_compare_exchange_weak_zu(state, &state0,
118 state1 = prng_state_next_zu(state0);
[all...]
/netbsd-current/sys/dev/i2c/
H A Dsensirion_voc_algorithm.h134 * @param state0 State0 to be stored
137 void VocAlgorithm_get_states(VocAlgorithmParams* params, int32_t* state0,
147 * @param state0 State0 to be restored
150 void VocAlgorithm_set_states(VocAlgorithmParams* params, int32_t state0,
H A Dsensirion_voc_algorithm.c366 void VocAlgorithm_get_states(VocAlgorithmParams* params, int32_t* state0, argument
369 *state0 = VocAlgorithm__mean_variance_estimator__get_mean(params);
374 void VocAlgorithm_set_states(VocAlgorithmParams* params, int32_t state0, argument
378 params, state0, state1, F16(VocAlgorithm_PERSISTENCE_UPTIME_GAMMA));
379 params->mSraw = state0;
/netbsd-current/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_kmkbd.c196 int state0; local
208 state0 = ST_ALL_UP;
211 state0 = ST_DISABLED;
222 kmkbd_new_state(sc, state0);
/netbsd-current/external/mit/lua/dist/src/
H A Dlmathlib.c311 Rand64 state0 = state[0]; local
313 Rand64 state2 = state[2] ^ state0;
316 state[0] = state0 ^ state3;
/netbsd-current/games/atc/
H A Dinput.c138 RULE state0[] = { { ALPHATOKEN, 1, "%c:", setplane}, variable
205 DEF_STATE(state0), DEF_STATE(state1), DEF_STATE(state2),

Completed in 116 milliseconds