Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/string/
H A Dstring_utils.h27 template <typename Word> LIBC_INLINE constexpr Word repeat_byte(Word byte) { in repeat_byte() function
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/byteset/
Dscalar.rs21 fn repeat_byte(b: u8) -> usize { in repeat_byte() function