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

  /bionic/libc/kernel/uapi/asm-x86/asm/
bootparam.h 95 __u8 min_alignment; member in struct:setup_header
  /development/ndk/platforms/android-L/arch-x86/include/asm/
bootparam.h 92 __u8 min_alignment; member in struct:setup_header
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
bootparam.h 92 __u8 min_alignment; member in struct:setup_header
  /external/kernel-headers/original/uapi/asm-x86/asm/
bootparam.h 75 __u8 min_alignment; member in struct:setup_header
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/
bootparam.h 95 __u8 min_alignment; member in struct:setup_header
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/
bootparam.h 95 __u8 min_alignment; member in struct:setup_header
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 289 const uptr min_alignment = SHADOW_GRANULARITY; local
290 if (alignment < min_alignment)
291 alignment = min_alignment;
305 if (alignment > min_alignment)
314 CHECK(IsAligned(needed_size, min_alignment));
  /external/jemalloc/src/
jemalloc.c 996 imemalign(void **memptr, size_t alignment, size_t size, size_t min_alignment)
1002 assert(min_alignment != 0);
1013 || (alignment < min_alignment)) {
    [all...]

Completed in 171 milliseconds