Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/sys/dev/liquidio/base/
H A Dlio_device.c237 lio_get_state_string(volatile int *state_ptr) in lio_get_state_string() argument
239 int32_t istate = (int32_t)atomic_load_acq_int(state_ptr); in lio_get_state_string()
H A Dlio_device.h769 char *lio_get_state_string(volatile int *state_ptr);