Home
last modified time | relevance | path

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

/system/core/sh/
Dmemalloc.h74 #define STADJUST(amount, p) (p += (amount), sstrnleft -= (amount)) argument
Dshow.c250 indent(int amount, char *pfx, FILE *fp) in indent()
Dexpand.c491 int amount; in subevalvar() local
723 int amount = (expdest - stackblock() - patloc) + 1; in evalvar() local
/system/core/libpixelflinger/codeflinger/tinyutils/
DVectorImpl.cpp247 ssize_t amount = new_capacity - size(); in setCapacity() local
275 void* VectorImpl::_grow(size_t where, size_t amount) in _grow()
325 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink()