Searched refs:out_state (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_modem_test.c56 uint32_t out_state; member in struct:modem
93 switch (modem.out_state & 3) {
108 modem.out_state++;
110 *buf = modem.out_state;
111 modem.out_state++;
112 modem.out_state %= 255;
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c2201 int out_state;
2204 out_state = 0;
2213 if (out_state == 0)
2216 out_state = 1;
2226 if (out_state)
2195 int out_state; local

Completed in 183 milliseconds