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

  /external/flac/libFLAC/include/private/
memory.h 48 void *FLAC__memory_alloc_aligned(size_t bytes, void **aligned_address);
  /external/webrtc/webrtc/system_wrappers/source/
aligned_malloc_unittest.cc 43 const uintptr_t aligned_address = reinterpret_cast<uintptr_t> (scoped.get()); local
44 const uintptr_t misaligned_address = aligned_address - left_misalignment;
  /external/flac/libFLAC/
memory.c 45 void *FLAC__memory_alloc_aligned(size_t bytes, void **aligned_address)
49 FLAC__ASSERT(0 != aligned_address);
54 *aligned_address = (void*)(((uintptr_t)x + 31L) & -32L);
57 *aligned_address = x;
  /toolchain/binutils/binutils-2.25/gold/
output.cc 3827 uint64_t aligned_address = align_address(address, p->addralign()); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 9975 addressT aligned_address; local
    [all...]

Completed in 396 milliseconds