Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/generic/
H A Dmemchr.rs107 const LOOP_SIZE: usize = 4 * V::BYTES; constant
446 const LOOP_SIZE: usize = 2 * V::BYTES; constant
706 const LOOP_SIZE: usize = 2 * V::BYTES; constant
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/generic/
Dmemchr.rs107 const LOOP_SIZE: usize = 4 * V::BYTES; constant
446 const LOOP_SIZE: usize = 2 * V::BYTES; constant
706 const LOOP_SIZE: usize = 2 * V::BYTES; constant
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/byteset/
Dscalar.rs14 const LOOP_SIZE: usize = 2 * USIZE_BYTES; constant
/aosp_15_r20/external/crosvm/devices/src/
H A Dserial.rs37 const LOOP_SIZE: usize = 0x40; constant