Searched refs:state_ptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/flex/
H A Dtblcmp.c334 int *state_ptr, *chk_ptr; local
400 state_ptr = &state[1];
405 if (*(state_ptr++) != 0 && *chk_ptr != 0)
766 int *state_ptr; local
785 state_ptr = &state[1];
787 for (i = 1; i <= numecs; ++i, ++state_ptr)
788 if (*state_ptr != 0) {
790 nxt[position + i] = *state_ptr;
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.h769 char *lio_get_state_string(volatile int *state_ptr);
H A Dlio_device.c237 lio_get_state_string(volatile int *state_ptr) argument
239 int32_t istate = (int32_t)atomic_load_acq_int(state_ptr);

Completed in 110 milliseconds