HomeSort by relevance Sort by last modified time
    Searched refs:align_up (Results 1 - 7 of 7) sorted by null

  /bionic/libc/private/
bionic_macros.h 55 static constexpr uintptr_t align_up(uintptr_t p, size_t align) { function
65 static inline T* align_up(T* p, size_t align) { function
66 return reinterpret_cast<T*>(align_up(reinterpret_cast<uintptr_t>(p), align));
CFIShadow.h 43 // align_up(P, 2**kShadowGranularity) - (V - 2) * (2 ** kCfiCheckGranularity)
72 align_up((kMaxTargetAddr >> (kShadowGranularity - 1)), PAGE_SIZE);
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 1172 unsigned long align_up(unsigned long alignme, unsigned long align_to) function
1206 sz = align_up(sz, sz_alignment);
1246 sz = align_up(sz, sz_alignment);
    [all...]
  /bionic/linker/
linker_phdr.cpp 533 size_t mmap_size = align_up(size, align) + align - PAGE_SIZE;
540 uint8_t* first = align_up(mmap_ptr, align);
    [all...]
  /external/v8/tools/
grokdump.py 2389 def align_up(self, a, size): member in class:InspectionWebFormatter
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 5255 static size_t align_up(size_t size) { function
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 1904 static size_t align_up(size_t size) { function
    [all...]

Completed in 388 milliseconds