Searched refs:runtime_size (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libc/src/string/memory_utils/ |
| H A D | algorithm.h | 139 LIBC_ASSERT(runtime_size >= SizedOpT::SIZE); in copy() 141 Tail<SizedOpT>::copy(dst, src, runtime_size); in copy() 146 LIBC_ASSERT(runtime_size >= SizedOpT::SIZE); in move() 159 LIBC_ASSERT(runtime_size >= SizedOpT::SIZE); in set() 161 Tail<SizedOpT>::set(dst, value, runtime_size); in set() 167 LIBC_ASSERT(runtime_size >= SizedOpT::SIZE); in isDifferent() 182 LIBC_ASSERT(runtime_size >= SizedOpT::SIZE && in threeWayCmp() 214 } while (offset < runtime_size - BLOCK_SIZE); in copy() 215 Tail<SizedOpT>::copy(dst, src, runtime_size); in copy() 241 } while (offset < runtime_size - BLOCK_SIZE); in move() [all …]
|
| H A D | backend_x86.h | 123 static inline void repmovsb(void *dst, const void *src, size_t runtime_size) { in repmovsb() argument 125 : "+D"(dst), "+S"(src), "+c"(runtime_size) in repmovsb()
|