HomeSort by: relevance | last modified time | path
    Searched defs:was_full (Results 1 - 2 of 2) sorted by relevancy

  /src/games/mille/
init.c 174 static int was_full = -1; local in function:newscore
177 if (was_full < 0)
178 was_full = (Window != W_FULL);
194 else if ((Window == W_FULL || Finished) ^ was_full) {
217 if (!was_full || new) {
236 if (was_full || new) {
255 was_full = (Window == W_FULL || Finished);
  /src/sys/dev/pci/ixgbe/
ixgbe.c 4635 bool was_full, is_full; local in function:ixgbe_handle_timer
4637 was_full =
4642 if (was_full ^ is_full)

Completed in 15 milliseconds