HomeSort by relevance Sort by last modified time
    Searched defs:RoundUpTo (Results 1 - 2 of 2) sorted by null

  /external/giflib/
gifalloc.c 118 int i, j, CrntSlot, RoundUpTo, NewGifBitSize;
176 RoundUpTo = (1 << NewGifBitSize);
178 if (RoundUpTo != ColorUnion->ColorCount) {
186 for (j = CrntSlot; j < RoundUpTo; j++)
190 if (RoundUpTo < ColorUnion->ColorCount) {
192 RoundUpTo, sizeof(GifColorType));
201 ColorUnion->ColorCount = RoundUpTo;
  /external/compiler-rt/lib/interception/
interception_win.cc 163 static uptr RoundUpTo(uptr size, uptr boundary) {
312 void *page = ::VirtualAlloc((void*)RoundUpTo(address, granularity),

Completed in 79 milliseconds