Home
last modified time | relevance | path

Searched defs:amount (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DMoveStorage.cpp32 #define CONSTRAIN(amount, low, high) \ argument
DEncryptInplace.cpp38 static uint64_t round_up(uint64_t val, size_t amount) { in round_up()
/system/core/libutils/
DVectorImpl.cpp377 void* VectorImpl::_grow(size_t where, size_t amount) in _grow()
453 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink()