OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RoundUpTo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
ASanStackFrameLayout.cpp
36
static size_t
RoundUpTo
(size_t X, size_t RoundTo) {
51
return
RoundUpTo
(Res, Alignment);
/external/giflib/
gifalloc.c
117
int i, j, CrntSlot,
RoundUpTo
, NewGifBitSize;
175
RoundUpTo
= (1 << NewGifBitSize);
177
if (
RoundUpTo
!= ColorUnion->ColorCount) {
185
for (j = CrntSlot; j <
RoundUpTo
; j++)
189
if (
RoundUpTo
< ColorUnion->ColorCount)
191
sizeof(GifColorType) *
RoundUpTo
);
194
ColorUnion->ColorCount =
RoundUpTo
;
Completed in 143 milliseconds