Searched refs:amount (Results 1 – 7 of 7) sorted by relevance
/system/core/libpixelflinger/codeflinger/tinyutils/ |
D | VectorImpl.cpp | 247 ssize_t amount = new_capacity - size(); in setCapacity() local 248 if (amount <= 0) { in setCapacity() 275 void* VectorImpl::_grow(size_t where, size_t amount) in _grow() argument 283 const size_t new_size = mCount + amount; in _grow() 304 void* dest = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow() 315 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow() 320 mCount += amount; in _grow() 325 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink() argument 334 where = mCount - amount; in _shrink() 336 const size_t new_size = mCount - amount; in _shrink() [all …]
|
D | VectorImpl.h | 113 void* _grow(size_t where, size_t amount); 114 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/core/fastboot/ |
D | fastboot_protocol.txt | 48 send the indicated amount of data. Short packets are always
|