Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestMemoryInternal.cpp86 int mapCount = 0; in GetAshmemMappingsCount() local
89 ++mapCount; in GetAshmemMappingsCount()
92 return mapCount; in GetAshmemMappingsCount()
/packages/modules/Connectivity/netbpfload/
Dloader.cpp636 int mapCount = mdData.size() / sizeOfBpfMapDef; in createMaps() local
637 md.resize(mapCount); in createMaps()