Home
last modified time | relevance | path

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

/external/lua/src/
Dlgc.c1288 lu_mem numobjs; in entergen() local
1291 numobjs = atomic(L); /* propagates all and then do the atomic stuff */ in entergen()
1293 return numobjs; in entergen()
1415 lu_mem numobjs = fullgen(L, g); /* do a major collection */ in genstep() local
1422 g->lastatomic = numobjs; /* signal that last collection was bad */ in genstep()
/external/mesa3d/src/freedreno/vulkan/
Dmsm_kgsl.h1455 unsigned int numobjs; member