Searched defs:BzeroCacheLine (Results 1 – 1 of 1) sorted by relevance
34 struct BzeroCacheLine { struct35 static constexpr size_t SIZE = 64;37 LIBC_INLINE static void block(Ptr dst, uint8_t) { in block()45 LIBC_INLINE static void loop_and_tail(Ptr dst, uint8_t value, size_t count) { in loop_and_tail()