Searched refs:AlignUp (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/vixl/ |
D | code-buffer.cc | 74 byte* end = AlignUp(cursor_, 4); in Align()
|
D | utils.h | 256 T AlignUp(T pointer, size_t alignment) { in AlignUp() function
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 646 #define AlignUp( X, Y ) ( ( ( X ) + ( ( Y ) - 1 ) ) & ~( ( Y ) - 1 ) ) macro
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.cc | 2172 AlignUp(strlen(format) + 1, kInstructionSize) + 2 * kInstructionSize); in PrintfNoPreserve()
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 15096 uint32_t * wp = AlignUp(wp_data + 1, kWRegSizeInBytes * 2) - 1; in TEST() 15100 uint64_t * xp = AlignUp(xp_data + 1, kXRegSizeInBytes * 2) - 1; in TEST() 15197 uint32_t * wp = AlignUp(wp_data + 1, kWRegSizeInBytes * 2) - 1; in TEST() 15201 uint64_t * xp = AlignUp(xp_data + 1, kXRegSizeInBytes * 2) - 1; in TEST() 15291 uint64_t * data_aligned = AlignUp(data, kXRegSizeInBytes * 2); in TEST() 15395 uint64_t * data_aligned = AlignUp(data, kXRegSizeInBytes * 2); in TEST() 15479 uint64_t * data_aligned = AlignUp(data, kXRegSizeInBytes * 2); in TEST()
|