Searched defs:AlignUp (Results 1 - 5 of 5) sorted by relevance

/external/perfetto/include/perfetto/base/
H A Dutils.h67 constexpr size_t AlignUp(size_t size) { function in namespace:perfetto::base
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_read_validator.cpp20 FX_FILESIZE AlignUp(FX_FILESIZE offset) { function in namespace:__anon17705
98 std::min(file_size_, AlignUp(end_segment_offset.ValueOrDie()));
/external/vixl/src/
H A Dutils-vixl.h478 T AlignUp(T pointer, function in namespace:vixl
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dutils.h1099 static T1 AlignUp(T1 value, T2 alignment) function
1110 static T1* AlignUp(T1* value, T2 alignment) function
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h641 /*! @function AlignUp
646 #define AlignUp( X, Y ) ( ( ( X ) + ( ( Y ) - 1 ) ) & ~( ( Y ) - 1 ) ) macro

Completed in 277 milliseconds