Searched refs:boundary (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/bionic/
H A Djemalloc_wrapper.cpp37 // The man page for memalign says it fails if boundary is not a power of 2,
40 void* je_memalign_round_up_boundary(size_t boundary, size_t size) { argument
41 if (boundary != 0) {
42 if (!powerof2(boundary)) {
43 boundary = BIONIC_ROUND_UP_POWER_OF_2(boundary);
46 boundary = 1;
48 return je_memalign(boundary, size);
/bionic/linker/
H A Dlinker_allocator.cpp178 small_object_page_record boundary; local
179 boundary.page_addr = addr;
181 page_records_.begin(), page_records_.end(), boundary);
/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S212 and $a0, $t0 # round jmpbuf addr DOWN to 8-byte boundary
327 and $a0, $t0 # round jmpbuf addr DOWN to 8-byte boundary
/bionic/libc/arch-mips64/bionic/
H A Dsetjmp.S212 and $a0, $t0 # round jmpbuf addr DOWN to 8-byte boundary
327 and $a0, $t0 # round jmpbuf addr DOWN to 8-byte boundary
/bionic/libc/kernel/uapi/sound/
H A Dasound.h324 snd_pcm_uframes_t boundary; member in struct:snd_pcm_sw_params
/bionic/libc/versioner-dependencies/common/kernel_uapi/sound/
H A Dasound.h324 snd_pcm_uframes_t boundary; member in struct:snd_pcm_sw_params
/bionic/tools/versioner/dependencies/common/kernel_uapi/sound/
H A Dasound.h324 snd_pcm_uframes_t boundary; member in struct:snd_pcm_sw_params

Completed in 153 milliseconds