HomeSort by relevance Sort by last modified time
    Searched refs:AlignUp (Results 1 - 25 of 31) sorted by null

1 2

  /external/vixl/src/aarch64/
abi-aarch64.h 99 unsigned operand_size = AlignUp(size, kWRegSizeInBytes);
125 NGRN_ = AlignUp(NGRN_, 2);
136 stack_offset_ = AlignUp(stack_offset_, std::max(type_alignment, 8));
  /art/runtime/base/
safe_copy.cc 58 src_iovs[iovecs_used].iov_len = AlignUp(cur, PAGE_SIZE) - cur;
bit_utils.h 174 inline T* AlignUp(T* x, uintptr_t n) WARN_UNUSED;
177 inline T* AlignUp(T* x, uintptr_t n) {
arena_allocator.cc 209 memory_ = AlignUp(unaligned_memory_, ArenaAllocator::kArenaAlignment);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
arena.h 312 if (pBlock == AlignUp(pBlock, align))
390 size_t offset = AlignUp(m_offset, align);
407 blockSize = AlignUp(blockSize, ARENA_BLOCK_ALIGN);
frontend.cpp 708 cutPrimStride = AlignUp(state.gsState.maxNumVerts * 2 / 8, 4);
881 const uint32_t streamIdPrimStride = AlignUp(state.gsState.maxNumVerts * 2 / 8, 4);
    [all...]
utils.h     [all...]
  /art/runtime/gc/accounting/
card_table-inl.h 62 uint8_t* const card_end = CardFromAddr(AlignUp(scan_end, kCardSize));
142 uint8_t* card_end = CardFromAddr(AlignUp(scan_end, kCardSize));
card_table_test.cc 135 for (uint8_t* cur = start; cur < AlignUp(end, CardTable::kCardSize);
mod_union_table.cc 573 for (uint8_t* addr = space_->Begin(); addr < AlignUp(space_->End(), CardTable::kCardSize);
585 for (uint8_t* addr = space_->Begin(); addr < AlignUp(space_->End(), CardTable::kCardSize);
596 for (uint8_t* addr = space_->Begin(); addr < AlignUp(space_->End(), CardTable::kCardSize);
mod_union_table_test.cc 246 for (auto* ptr = space->Begin(); ptr < AlignUp(space->End(), CardTable::kCardSize);
  /external/vixl/src/
code-buffer-vixl.cc 139 byte* end = AlignUp(cursor_, 4);
utils-vixl.h 472 T AlignUp(T pointer, size_t alignment) {
  /art/runtime/
vdex_file.cc 140 data = AlignUp(data, 4);
indirect_reference_table.cc 439 auto* release_start = AlignUp(reinterpret_cast<uint8_t*>(&table_[top_index]), kPageSize);
mem_map.cc     [all...]
utils.cc 945 begin = AlignUp(begin, kPageSize);
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 817 uint32_t size = AlignUp(cb->buffer_size, 4);
    [all...]
  /art/runtime/gc/space/
region_space.cc 419 uint8_t* end_addr = AlignUp(reinterpret_cast<uint8_t*>(large_obj) + bytes_allocated, kRegionSize);
image_space.cc     [all...]
  /art/runtime/gc/collector/
semi_space.cc 483 size_t page_remain = AlignUp(byte_dest, kPageSize) - byte_dest;
    [all...]
mark_sweep.cc     [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 641 /*! @function AlignUp
646 #define AlignUp( X, Y ) ( ( ( X ) + ( ( Y ) - 1 ) ) & ~( ( Y ) - 1 ) )
    [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc 1164 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4);
1214 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4);
1220 ASSERT_LITERAL_POOL_SIZE(AlignUp(string_size + 1, 4) + l1.GetSize());
1269 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4);
    [all...]
  /art/imgdiag/
imgdiag.cc     [all...]

Completed in 786 milliseconds

1 2