Searched refs:state_size (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c114 "state_size", 1, 0x7fffffff,
305 ipf_state_seed_alloc(u_int state_size, u_int state_max) argument
309 KMALLOCS(state_seed, u_long *, state_size * sizeof(*state_seed));
313 for (i = 0; i < state_size; i++) {
320 state_seed[i] = ((u_long)state_seed + i) * state_size;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgnu-nat.c376 mach_msg_type_number_t state_size = THREAD_STATE_SIZE;
379 (thread_state_t) &proc->state, &state_size);
373 mach_msg_type_number_t state_size = THREAD_STATE_SIZE; local
/freebsd-10-stable/contrib/gcc/config/mips/
H A Dmips.c8759 tmp_state = alloca (state_size ());
8761 || (memcpy (tmp_state, state->dfa_state, state_size ()),
8917 mips_sim_init (&state, alloca (state_size ()));
/freebsd-10-stable/contrib/gcc/
H A Dhaifa-sched.c2831 dfa_state_size = state_size ();
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dia64.c8284 dfa_state_size = state_size ();

Completed in 121 milliseconds