Searched defs:RoundUpTo (Results 1 - 2 of 2) sorted by relevance

/external/giflib/
H A Dgifalloc.c132 int i, j, CrntSlot, RoundUpTo, NewBitSize; local
190 RoundUpTo = (1 << NewBitSize);
192 if (RoundUpTo != ColorUnion->ColorCount) {
200 for (j = CrntSlot; j < RoundUpTo; j++)
204 if (RoundUpTo < ColorUnion->ColorCount)
206 sizeof(GifColorType) * RoundUpTo);
209 ColorUnion->ColorCount = RoundUpTo;
/external/compiler-rt/lib/asan/
H A Dasan_internal.h337 inline size_t RoundUpTo(size_t size, size_t boundary) { function in namespace:__asan

Completed in 90 milliseconds