Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/string/memory_utils/
H A Dop_aarch64.h36 struct BzeroCacheLine { struct
37 static constexpr size_t SIZE = 64;
39 LIBC_INLINE static void block(Ptr dst, uint8_t) { in block()
47 LIBC_INLINE static void loop_and_tail(Ptr dst, uint8_t value, size_t count) { in loop_and_tail()