Home
last modified time | relevance | path

Searched refs:fatbytes (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/QW/server/
Dsv_ents.c34 int fatbytes; variable
52 for (i=0 ; i<fatbytes ; i++) in SV_AddToFatPVS()
82 fatbytes = (sv.worldmodel->numleafs+31)>>3; in SV_FatPVS()
83 Q_memset (fatpvs, 0, fatbytes); in SV_FatPVS()
/external/quake/quake/src/WinQuake/
Dsv_main.cpp364 int fatbytes; variable
382 for (i=0 ; i<fatbytes ; i++) in SV_AddToFatPVS()
412 fatbytes = (sv.worldmodel->numleafs+31)>>3; in SV_FatPVS()
413 Q_memset (fatpvs, 0, fatbytes); in SV_FatPVS()