Searched refs:aligned_address (Results 1 – 3 of 3) sorted by relevance
45 void *FLAC__memory_alloc_aligned(size_t bytes, void **aligned_address) in FLAC__memory_alloc_aligned() argument49 FLAC__ASSERT(0 != aligned_address); in FLAC__memory_alloc_aligned()54 *aligned_address = (void*)(((uintptr_t)x + 31L) & -32L); in FLAC__memory_alloc_aligned()57 *aligned_address = x; in FLAC__memory_alloc_aligned()
43 const uintptr_t aligned_address = reinterpret_cast<uintptr_t> (scoped.get()); in TEST() local44 const uintptr_t misaligned_address = aligned_address - left_misalignment; in TEST()
48 void *FLAC__memory_alloc_aligned(size_t bytes, void **aligned_address);