Home
last modified time | relevance | path

Searched refs:find_impl (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/memchr/src/memmem/x86/
Dsse.rs36 unsafe { self.find_impl(haystack, needle) } in find()
47 unsafe fn find_impl( in find_impl() method
Davx.rs47 unsafe { self.find_impl(haystack, needle) } in find()
58 unsafe fn find_impl( in find_impl() method
/third_party/rust/crates/memchr/src/memmem/
Dwasm.rs34 self.find_impl(haystack, needle) in find()
39 fn find_impl(&self, haystack: &[u8], needle: &[u8]) -> Option<usize> { in find_impl() method
/third_party/optimized-routines/networking/test/
Dchksum.c86 find_impl(const char *name) in find_impl() function
211 int impl = find_impl(optarg); in main()