Searched refs:state0 (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/dev/i2c/ |
| H A D | sensirion_voc_algorithm.h | 137 void VocAlgorithm_get_states(VocAlgorithmParams* params, int32_t* state0, 150 void VocAlgorithm_set_states(VocAlgorithmParams* params, int32_t state0,
|
| H A D | sensirion_voc_algorithm.c | 366 void VocAlgorithm_get_states(VocAlgorithmParams* params, int32_t* state0, in VocAlgorithm_get_states() argument 369 *state0 = VocAlgorithm__mean_variance_estimator__get_mean(params); in VocAlgorithm_get_states() 374 void VocAlgorithm_set_states(VocAlgorithmParams* params, int32_t state0, in VocAlgorithm_set_states() argument 378 params, state0, state1, F16(VocAlgorithm_PERSISTENCE_UPTIME_GAMMA)); in VocAlgorithm_set_states() 379 params->mSraw = state0; in VocAlgorithm_set_states()
|
| /netbsd-src/sys/arch/evbarm/g42xxeb/ |
| H A D | g42xxeb_kmkbd.c | 196 int state0; in kmkbd_attach() local 208 state0 = ST_ALL_UP; in kmkbd_attach() 211 state0 = ST_DISABLED; in kmkbd_attach() 222 kmkbd_new_state(sc, state0); in kmkbd_attach()
|
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | lmathlib.c | 311 Rand64 state0 = state[0]; in nextrand() local 313 Rand64 state2 = state[2] ^ state0; in nextrand() 316 state[0] = state0 ^ state3; in nextrand()
|
| /netbsd-src/games/atc/ |
| H A D | input.c | 138 RULE state0[] = { { ALPHATOKEN, 1, "%c:", setplane}, variable 205 DEF_STATE(state0), DEF_STATE(state1), DEF_STATE(state2),
|