Home
last modified time | relevance | path

Searched defs:memrchr (Results 1 - 18 of 18) sorted by relevance

/third_party/curl/lib/
H A Dcurl_memrchr.h40 #define memrchr(x,y,z) Curl_memrchr((x),(y),(z)) macro
/third_party/rust/crates/memchr/src/memchr/
H A Dc.rs26 pub fn memrchr(needle: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions
H A Dnaive.rs15 pub fn memrchr(n1: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions
H A Dmod.rs260 pub fn memrchr(needle: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions
[all...]
H A Dfallback.rs168 pub fn memrchr(n1: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions
/third_party/musl/porting/linux/user/include/fortify/
H A Dstring.h191 extern void* __memrchr_real(const void*, int, size_t) __DIAGNOSE_RENAME(memrchr); variable
/third_party/musl/include/fortify/linux/
H A Dstring.h191 extern void* __memrchr_real(const void*, int, size_t) __DIAGNOSE_RENAME(memrchr); variable
/third_party/rust/crates/memchr/src/memchr/x86/
H A Dmod.rs123 pub fn memrchr(n1: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions
H A Davx.rs306 pub unsafe fn memrchr(n1: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions
H A Dsse2.rs342 pub unsafe fn memrchr(n1: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dmemutil.cc43 char* memrchr(const char* s, int c, size_t slen) { in memrchr() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs671 pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void; in memrchr() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs764 pub fn memrchr(arg1: *const c_void, arg2: c_int, arg3: size_t) -> *mut c_void; in memrchr() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs718 pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void; in memrchr() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1534 pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void; in memrchr() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1875 pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void; in memrchr() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1679 pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void; in memrchr() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3877 pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void; in memrchr() functions

Completed in 39 milliseconds