Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Delements.h298 const auto tail_value = T::load(src + offset);
299 T::store(dst + offset, tail_value);
363 const auto tail_value = TailT::load(src + tail_offset);
369 TailT::store(dst + tail_offset, tail_value);
H A Dalgorithm.h234 const auto tail_value = in move() local
242 SizedOpT::store(tailAddr<BLOCK_SIZE>(dst, runtime_size), tail_value); in move()