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

/external/quake/quake/src/QW/client/
H A Dd_scan.c395 int count, doublecount, izistep; local
427 if ((doublecount = count >> 1) > 0)
437 } while (--doublecount > 0);
/external/quake/quake/src/WinQuake/
H A Dd_scan.cpp397 int count, doublecount, izistep; local
429 if ((doublecount = count >> 1) > 0)
439 } while (--doublecount > 0);

Completed in 132 milliseconds