Home
last modified time | relevance | path

Searched refs:offset_to_next_cache_line (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libc/test/src/string/memory_utils/
Dutils_test.cpp100 EXPECT_EQ(offset_to_next_cache_line(forge(0)), I(0)); in TEST()
101 EXPECT_EQ(offset_to_next_cache_line(forge(1)), in TEST()
103 EXPECT_EQ(offset_to_next_cache_line(forge(LLVM_LIBC_CACHELINE_SIZE)), I(0)); in TEST()
104 EXPECT_EQ(offset_to_next_cache_line(forge(LLVM_LIBC_CACHELINE_SIZE - 1)), in TEST()
/external/llvm-project/libc/src/string/memory_utils/
Dutils.h59 static inline intptr_t offset_to_next_cache_line(const void *ptr) { in offset_to_next_cache_line() function