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

/bionic/libc/bionic/
H A Djemalloc_wrapper.cpp36 // The man page for memalign says it fails if boundary is not a power of 2,
39 void* je_memalign_round_up_boundary(size_t boundary, size_t size) { argument
40 if (boundary != 0) {
41 if (!powerof2(boundary)) {
42 boundary = BIONIC_ROUND_UP_POWER_OF_2(boundary);
45 boundary = 1;
47 return je_memalign(boundary, size);
/bionic/libc/kernel/uapi/sound/
H A Dasound.h379 snd_pcm_uframes_t boundary; member in struct:snd_pcm_sw_params

Completed in 528 milliseconds