Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrBufferAllocPool.cpp155 size_t bytesInUse = 0; in validate() local
166 bytesInUse += bytes; in validate()
172 SkASSERT(bytesInUse == fBytesInUse); in validate()
/external/lzma/CPP/7zip/Archive/
DNtfsHandler.cpp1329 const UInt32 bytesInUse = Get32(p + 0x18);
1342 || (bytesInUse & 7) != 0
1343 || bytesInUse > limit
1347 limit = bytesInUse;