Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/string/memory_utils/
H A 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()
/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Dutils.h71 static inline intptr_t offset_to_next_cache_line(const void *ptr) { in offset_to_next_cache_line() function