Searched refs:amount (Results 1 – 7 of 7) sorted by relevance
/system/core/libpixelflinger/tinyutils/ |
D | VectorImpl.cpp | 245 ssize_t amount = new_capacity - size(); in setCapacity() local 246 if (amount <= 0) { in setCapacity() 273 void* VectorImpl::_grow(size_t where, size_t amount) in _grow() argument 281 const size_t new_size = mCount + amount; in _grow() 302 void* dest = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow() 313 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow() 318 mCount += amount; in _grow() 323 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink() argument 332 where = mCount - amount; in _shrink() 334 const size_t new_size = mCount - amount; in _shrink() [all …]
|
D | VectorImpl.h | 104 void* _grow(size_t where, size_t amount); 105 void _shrink(size_t where, size_t amount);
|
/system/core/sh/ |
D | memalloc.h | 74 #define STADJUST(amount, p) (p += (amount), sstrnleft -= (amount)) argument
|
D | show.c | 250 indent(int amount, char *pfx, FILE *fp) in indent() argument 254 for (i = 0 ; i < amount ; i++) { in indent() 255 if (pfx && i == amount - 1) in indent()
|
D | expand.c | 491 int amount; in subevalvar() local 505 amount = startp - expdest; in subevalvar() 506 STADJUST(amount, expdest); in subevalvar() 584 amount = ((str - 1) - (loc - startp)) - expdest; in subevalvar() 585 STADJUST(amount, expdest); in subevalvar() 591 amount = loc - expdest; in subevalvar() 592 STADJUST(amount, expdest); in subevalvar() 723 int amount = (expdest - stackblock() - patloc) + 1; in evalvar() local 724 STADJUST(-amount, expdest); in evalvar()
|
D | TOUR | 73 cluded that the optimal amount to indent is in the range of four
|
/system/media/wilhelm/doc/ |
D | Doxyfile | 46 # Enabling this option can be useful when feeding doxygen a huge amount of
|