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

  /external/libtextclassifier/utils/memory/
mmap.cc 87 const int64 aligned_offset = (segment_offset / kPageSize) * kPageSize; local
88 const int64 alignment_shift = segment_offset - aligned_offset;
111 aligned_offset);
  /external/eigen/Eigen/src/SparseLU/
SparseLU_kernel_bmod.h 68 Index aligned_offset = internal::first_default_aligned(tempv.data()+segsize, PacketSize); local
70 Map<Matrix<Scalar,Dynamic,1>, 0, OuterStride<> > l(tempv.data()+segsize+aligned_offset+aligned_with_B_offset, nrow, OuterStride<>(ldl) );
  /art/dex2oat/linker/arm64/
relative_patcher_arm64.cc 166 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, InstructionSet::kArm64); local
173 CHECK_EQ(entry.second, aligned_offset + i * kAdrpThunkSize);
176 uint32_t aligned_code_delta = aligned_offset - offset;
183 offset = aligned_offset + current_method_thunks_.size();
  /art/dex2oat/linker/arm/
relative_patcher_arm_base.cc 208 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, instruction_set_); local
210 pending_thunks_.front()->GetPendingOffset() == aligned_offset) {
212 uint32_t aligned_code_delta = aligned_offset - offset;
219 offset = aligned_offset + pending_thunks_.front()->CodeSize();
228 aligned_offset = CompiledMethod::AlignCode(offset, instruction_set_);
230 DCHECK(pending_thunks_.empty() || pending_thunks_.front()->GetPendingOffset() > aligned_offset);
  /art/libdexfile/dex/
dex_file_verifier.cc 705 uint32_t aligned_offset,
707 if (offset < aligned_offset) {
708 if (!CheckListSize(begin_ + offset, aligned_offset - offset, sizeof(uint8_t), "section")) {
711 while (offset < aligned_offset) {
1754 size_t aligned_offset = (offset + alignment_mask) & ~alignment_mask; local
    [all...]
  /external/libdrm/radeon/
radeon_surface.c 1626 uint64_t aligned_offset = offset; local
2223 uint64_t aligned_offset = offset; local
    [all...]

Completed in 2800 milliseconds