Searched refs:state1 (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/contrib/ntp/lib/isc/ |
| D | lfsr.c | 147 isc_uint32_t state1, state2; in isc_lfsr_generate32() local 157 state1 = lfsr_skipgenerate(lfsr1, skip2); in isc_lfsr_generate32() 160 return (state1 ^ state2); in isc_lfsr_generate32()
|
| /freebsd-10-stable/contrib/byacc/ |
| D | lalr.c | 186 Value_t state1; in set_goto_map() local 230 state1 = sp->number; in set_goto_map() 240 from_state[k] = state1; in set_goto_map() 363 Value_t state1; in build_relations() local 379 state1 = from_state[i]; in build_relations() 385 states[0] = state1; in build_relations() 386 stateno = state1; in build_relations()
|
| /freebsd-10-stable/bin/sh/ |
| D | main.c | 128 goto state1; in main() 153 state1: in main()
|
| /freebsd-10-stable/contrib/flex/ |
| D | nfa.c | 96 void dumpnfa (state1) in dumpnfa() argument 97 int state1; in dumpnfa() 105 state1);
|
| /freebsd-10-stable/contrib/ntp/sntp/libevent/test/ |
| D | regress_ssl.c | 278 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING; in open_ssl_bufevs() local 282 base, fd_pair[0], ssl1, state1, flags); in open_ssl_bufevs() 287 base, underlying_pair[0], ssl1, state1, flags); in open_ssl_bufevs()
|
| /freebsd-10-stable/sys/dev/drm2/i915/ |
| D | intel_pm.c | 2940 unsigned long t, corr, state1, corr2, state2; in i915_gfx_val() local 2947 state1 = ext_v; in i915_gfx_val() 2961 corr = corr * ((150142 * state1) / 10000 - 78642); in i915_gfx_val() 2965 state2 = (corr2 * state1) / 10000; in i915_gfx_val()
|
| /freebsd-10-stable/sys/cam/scsi/ |
| D | scsi_cd.h | 129 uint8_t state1; member
|
| /freebsd-10-stable/contrib/gcc/ |
| D | genautomata.c | 3739 intersected_state_reservs_p (state_t state1, state_t state2) in intersected_state_reservs_p() argument 3741 gcc_assert (state1->automaton == state2->automaton); in intersected_state_reservs_p() 3742 return reserv_sets_are_intersected (state1->reservs, state2->reservs); in intersected_state_reservs_p() 3749 states_union (state_t state1, state_t state2, reserv_sets_t reservs) in states_union() argument 3754 gcc_assert (state1->automaton == state2->automaton); in states_union() 3755 result = get_free_state (1, state1->automaton); in states_union() 3756 reserv_sets_or (result->reservs, state1->reservs, state2->reservs); in states_union()
|
| /freebsd-10-stable/contrib/gcc/config/ia64/ |
| D | ia64.c | 7328 const struct bundle_state * state1 = (struct bundle_state *) bundle_state_1; in bundle_state_eq_p() local 7331 return (state1->insn_num == state2->insn_num in bundle_state_eq_p() 7332 && memcmp (state1->dfa_state, state2->dfa_state, in bundle_state_eq_p()
|
| /freebsd-10-stable/sys/cam/ctl/ |
| D | ctl.c | 10414 hdr->state1 = 0x00; in ctl_mechanism_status()
|