| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
| H A D | lfsr.c | 141 uint32_t state1, state2; in isc_lfsr_generate32() local 151 state1 = lfsr_skipgenerate(lfsr1, skip2); in isc_lfsr_generate32() 154 return (state1 ^ state2); in isc_lfsr_generate32()
|
| /netbsd-src/sys/dev/i2c/ |
| H A D | sensirion_voc_algorithm.h | 138 int32_t* state1); 151 int32_t state1);
|
| H A D | sensirion_voc_algorithm.c | 367 int32_t* state1) { in VocAlgorithm_get_states() argument 370 *state1 = VocAlgorithm__mean_variance_estimator__get_std(params); in VocAlgorithm_get_states() 375 int32_t state1) { in VocAlgorithm_set_states() argument 378 params, state0, state1, F16(VocAlgorithm_PERSISTENCE_UPTIME_GAMMA)); in VocAlgorithm_set_states()
|
| /netbsd-src/sys/dev/pci/qat/ |
| H A D | qat_hw17.c | 369 uint8_t *state1, *state2; in qat_hw17_crypto_setup_auth_desc() local 390 state1 = auth->max.state1; in qat_hw17_crypto_setup_auth_desc() 391 state2 = auth->max.state1 + auth_cd_ctrl->inner_state1_sz; in qat_hw17_crypto_setup_auth_desc() 392 qat_crypto_hmac_precompute(desc, cria, hash_def, state1, state2); in qat_hw17_crypto_setup_auth_desc()
|
| H A D | qat_hw15.c | 575 uint8_t *state1, *state2; in qat_crypto_setup_auth_desc() local 617 state1 = (uint8_t *)(auth_setup + 1); in qat_crypto_setup_auth_desc() 618 state2 = state1 + auth_hdr->inner_state1_sz; in qat_crypto_setup_auth_desc() 627 memset(state1 + state_size, 0, state1_pad_len); in qat_crypto_setup_auth_desc() 635 qat_crypto_hmac_precompute(desc, cria, hash_def, state1, state2); in qat_crypto_setup_auth_desc()
|
| H A D | qat.c | 1346 struct qat_sym_hash_def const *hash_def, uint8_t *state1, uint8_t *state2) in qat_crypto_hmac_precompute() argument 1386 memcpy(state1, ((uint8_t *)ctx) + state_offset, state_size); in qat_crypto_hmac_precompute() 1388 qat_memcpy_htobe(state1, ((uint8_t *)ctx) + state_offset, in qat_crypto_hmac_precompute()
|
| H A D | qatreg.h | 1420 uint8_t state1[HW_SHA512_STATE1_SZ]; member
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | scfi.c | 153 cmp_scfi_state (scfi_stateS *state1, scfi_stateS *state2) in cmp_scfi_state() argument 157 if (!state1 || !state2) in cmp_scfi_state() 162 ret = memcmp (state1->regs, state2->regs, in cmp_scfi_state() 169 gas_assert (state1->regs[REG_CFA].base == state2->regs[REG_CFA].base); in cmp_scfi_state() 170 if (state1->regs[REG_CFA].base == REG_SP) in cmp_scfi_state() 171 ret |= state1->stack_size != state2->stack_size; in cmp_scfi_state() 173 ret |= state1->traceable_p != state2->traceable_p; in cmp_scfi_state()
|
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | lmathlib.c | 312 Rand64 state1 = state[1]; in nextrand() local 314 Rand64 state3 = state[3] ^ state1; in nextrand() 315 Rand64 res = rotl(state1 * 5, 7) * 9; in nextrand() 317 state[1] = state1 ^ state2; in nextrand() 318 state[2] = state2 ^ (state1 << 17); in nextrand()
|
| /netbsd-src/bin/sh/ |
| H A D | main.c | 188 goto state1; in main() 236 state1: in main()
|
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | nfa.c | 97 void dumpnfa (int state1) in dumpnfa() argument 104 state1); in dumpnfa()
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | dhcp6.c | 467 const struct dhcp6_state *state1; in dhcp6_newxid() local 488 if ((state1 = D6_CSTATE(ifp1)) == NULL) in dhcp6_newxid() 490 if (state1->send != NULL && in dhcp6_newxid() 491 state1->send->xid[0] == m->xid[0] && in dhcp6_newxid() 492 state1->send->xid[1] == m->xid[1] && in dhcp6_newxid() 493 state1->send->xid[2] == m->xid[2]) in dhcp6_newxid() 3702 const struct dhcp6_state *state1; in dhcp6_recvmsg() local 3706 state1 = D6_CSTATE(ifp1); in dhcp6_recvmsg() 3707 if (state1 == NULL || state1->send == NULL) in dhcp6_recvmsg() 3709 if (r->xid[0] == state1->send->xid[0] && in dhcp6_recvmsg() [all …]
|
| H A D | dhcp.c | 1465 const struct dhcp_state *state1; in dhcp_new_xid() local 1483 if ((state1 = D_CSTATE(ifp1)) == NULL) in dhcp_new_xid() 1485 if (state1->xid == state->xid) in dhcp_new_xid()
|
| /netbsd-src/games/atc/ |
| H A D | input.c | 141 state1[] = { { 't', 2, " turn", turn }, variable 205 DEF_STATE(state0), DEF_STATE(state1), DEF_STATE(state2),
|
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | regress_ssl.c | 435 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING; in open_ssl_bufevs() local 440 base, fd_pair[0], ssl1, state1, flags); in open_ssl_bufevs() 445 base, underlying_pair[0], ssl1, state1, flags); in open_ssl_bufevs()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| H A D | intel_rps.c | 1149 unsigned long t, corr, state1, corr2, state2; in __ips_gfx_val() local 1158 state1 = ext_v; in __ips_gfx_val() 1171 corr = corr * 150142 * state1 / 10000 - 78642; in __ips_gfx_val() 1175 state2 = corr2 * state1 / 10000; in __ips_gfx_val()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | rk3288-rock2-square.dts | 46 label = "rock2:green:state1";
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | genautomata.cc | 3871 intersected_state_reservs_p (state_t state1, state_t state2) in intersected_state_reservs_p() argument 3873 gcc_assert (state1->automaton == state2->automaton); in intersected_state_reservs_p() 3874 return reserv_sets_are_intersected (state1->reservs, state2->reservs); in intersected_state_reservs_p() 3881 states_union (state_t state1, state_t state2, reserv_sets_t reservs) in states_union() argument 3886 gcc_assert (state1->automaton == state2->automaton); in states_union() 3887 result = get_free_state (1, state1->automaton); in states_union() 3888 reserv_sets_or (result->reservs, state1->reservs, state2->reservs); in states_union()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | genautomata.c | 3871 intersected_state_reservs_p (state_t state1, state_t state2) in intersected_state_reservs_p() argument 3873 gcc_assert (state1->automaton == state2->automaton); in intersected_state_reservs_p() 3874 return reserv_sets_are_intersected (state1->reservs, state2->reservs); in intersected_state_reservs_p() 3881 states_union (state_t state1, state_t state2, reserv_sets_t reservs) in states_union() argument 3886 gcc_assert (state1->automaton == state2->automaton); in states_union() 3887 result = get_free_state (1, state1->automaton); in states_union() 3888 reserv_sets_or (result->reservs, state1->reservs, state2->reservs); in states_union()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| H A D | ia64.cc | 8689 bundle_state_hasher::equal (const bundle_state *state1, in equal() argument 8692 return (state1->insn_num == state2->insn_num in equal() 8693 && memcmp (state1->dfa_state, state2->dfa_state, in equal()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
| H A D | ia64.c | 8689 bundle_state_hasher::equal (const bundle_state *state1, in equal() argument 8692 return (state1->insn_num == state2->insn_num in equal() 8693 && memcmp (state1->dfa_state, state2->dfa_state, in equal()
|