HomeSort by relevance Sort by last modified time
    Searched full:sc_base (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
d_surf.c 30 surfcache_t *sc_rover, *sc_base; variable
60 s = (byte *)sc_base + sc_size;
71 s = (byte *)sc_base + sc_size;
89 sc_base = (surfcache_t *)buffer;
90 sc_rover = sc_base;
92 sc_base->next = NULL;
93 sc_base->owner = NULL;
94 sc_base->size = sc_size;
109 if (!sc_base)
112 for (c = sc_base ; c ; c = c->next)
    [all...]
  /external/quake/quake/src/WinQuake/
d_surf.cpp 30 surfcache_t *sc_rover, *sc_base; variable
60 s = (byte *)sc_base + sc_size;
71 s = (byte *)sc_base + sc_size;
90 sc_base = (surfcache_t *)buffer;
91 sc_rover = sc_base;
93 sc_base->next = NULL;
94 sc_base->owner = NULL;
95 sc_base->size = sc_size;
110 if (!sc_base)
113 for (c = sc_base ; c ; c = c->next)
    [all...]
WinQuake.ncb     [all...]

Completed in 345 milliseconds