Home
last modified time | relevance | path

Searched defs:nelem (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libion/test/
Dion_test_fixture.cpp211 const size_t nelem = bigger_than_cache / sizeof(unsigned int); in blowCache() local
232 const size_t nelem = size / sizeof(unsigned int); in dirtyCache() local
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlibint.h343 # define Xcalloc(nelem, elsize) calloc(((nelem) == 0 ? 1 : (nelem)), (elsize)) argument
349 # define Xcalloc(nelem, elsize) calloc((nelem), (elsize)) argument