Home
last modified time | relevance | path

Searched defs:or_mask (Results 1 – 4 of 4) sorted by relevance

/bionic/benchmarks/tests/
Dbenchmark_test.cpp23 for (size_t or_mask = 0; or_mask < alignment; ++or_mask) { in TEST() local
/bionic/benchmarks/
Dutil.cpp29 char* GetAlignedMemory(char* orig_ptr, size_t alignment, size_t or_mask) { in GetAlignedMemory()
/bionic/libc/kernel/uapi/linux/
Dvboxguest.h121 __u32 or_mask; member
131 __u32 or_mask; member
/bionic/tests/
Dbuffer_tests.cpp196 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) { in GetAlignedPtr()