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

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlfsr.c147 isc_uint32_t state1, state2; local
157 state1 = lfsr_skipgenerate(lfsr1, skip2);
160 return (state1 ^ state2);
/freebsd-11-stable/bin/sh/
H A Dmain.c128 goto state1;
155 state1:
/freebsd-11-stable/contrib/byacc/
H A Dlalr.c186 Value_t state1; local
230 state1 = sp->number;
240 from_state[k] = state1;
363 Value_t state1; local
379 state1 = from_state[i];
385 states[0] = state1;
386 stateno = state1;
/freebsd-11-stable/contrib/flex/
H A Dnfa.c96 void dumpnfa (state1)
97 int state1;
105 state1);
107 /* We probably should loop starting at firstst[state1] and going to
108 * lastst[state1], but they're not maintained properly when we "or"
113 /* for ( ns = firstst[state1]; ns <= lastst[state1]; ++ns ) */
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c278 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING; local
282 base, fd_pair[0], ssl1, state1, flags);
287 base, underlying_pair[0], ssl1, state1, flags);
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c363 int state1, state2; local
365 state1 = mad_get_field(fabric1_port->info, 0,
370 if (state1 != state2)
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_cd.h129 uint8_t state1; member in struct:scsi_mechanism_status_header
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c3145 unsigned long t, corr, state1, corr2, state2; local
3154 state1 = ext_v;
3168 corr = corr * ((150142 * state1) / 10000 - 78642);
3172 state2 = (corr2 * state1) / 10000;
/freebsd-11-stable/contrib/gcc/
H A Dgenautomata.c3754 intersected_state_reservs_p (state_t state1, state_t state2)
3756 gcc_assert (state1->automaton == state2->automaton);
3757 return reserv_sets_are_intersected (state1->reservs, state2->reservs);
3764 states_union (state_t state1, state_t state2, reserv_sets_t reservs)
3769 gcc_assert (state1->automaton == state2->automaton);
3770 result = get_free_state (1, state1->automaton);
3771 reserv_sets_or (result->reservs, state1->reservs, state2->reservs);
3739 intersected_state_reservs_p(state_t state1, state_t state2) argument
3749 states_union(state_t state1, state_t state2, reserv_sets_t reservs) argument
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c7343 const struct bundle_state * state1 = (struct bundle_state *) bundle_state_1;
7346 return (state1->insn_num == state2->insn_num
7347 && memcmp (state1->dfa_state, state2->dfa_state,
7328 const struct bundle_state * state1 = (struct bundle_state *) bundle_state_1; local
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c10386 hdr->state1 = 0x00;

Completed in 205 milliseconds