Searched refs:needles (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/memchr/src/tests/memchr/ |
H A D | testdata.rs | 9 assert!(!statict.needles.contains(&b'%'), "% is an invalid needle"); in memchr_tests() 10 assert!(!statict.needles.contains(&b'#'), "# is an invalid needle"); in memchr_tests() 14 needles: statict.needles.to_vec(), in memchr_tests() 32 MemchrTestStatic { corpus: "a", needles: &[b'a'], positions: &[0] }, 33 MemchrTestStatic { corpus: "aa", needles: &[b'a'], positions: &[0, 1] }, 36 needles: &[b'a'], 39 MemchrTestStatic { corpus: "", needles: &[b'a'], positions: &[] }, 40 MemchrTestStatic { corpus: "z", needles: &[b'a'], positions: &[] }, 41 MemchrTestStatic { corpus: "zz", needles 319 fn needles(&self, count: usize) -> Option<Vec<u8>> { needles() functions 324 let mut needles = self.needles.to_vec(); needles() variables [all...] |
/third_party/rust/crates/memchr/bench/src/memmem/ |
H A D | sliceslice.rs | 23 with many needles against potentially many haystacks. Nevertheless, these have 42 let needles = words.clone(); in search_short_haystack() 48 let searchers = needles in search_short_haystack() 54 for haystack in &needles[i..] { in search_short_haystack() 64 let needles = words.clone(); in search_short_haystack() 70 let searchers = needles in search_short_haystack() 80 for haystack in &needles[i..] { in search_short_haystack() 90 let needles = words.clone(); in search_short_haystack() 97 for (i, needle) in needles.iter().enumerate() { in search_short_haystack() 98 for haystack in &needles[ in search_short_haystack() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.cpp | 111 const vk::ExtensionNameList &needles) in VerifyExtensionsPresent() 114 if (std::includes(haystack.begin(), haystack.end(), needles.begin(), needles.end(), StrLess)) in VerifyExtensionsPresent() 118 for (const char *needle : needles) in VerifyExtensionsPresent() 110 VerifyExtensionsPresent(const vk::ExtensionNameList &haystack, const vk::ExtensionNameList &needles) VerifyExtensionsPresent() argument
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 3860 const LogicVRegister& needles,
|
H A D | logic-aarch64.cc | 7628 const LogicVRegister& needles, 7636 dup_elements_to_segments(vform, ztemp, needles, i);
|
Completed in 24 milliseconds