/third_party/curl/lib/ |
H A D | curl_memrchr.h | 40 #define memrchr(x,y,z) Curl_memrchr((x),(y),(z)) macro
|
/third_party/rust/crates/memchr/src/memchr/ |
H A D | c.rs | 26 pub fn memrchr(needle: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions
|
H A D | naive.rs | 15 pub fn memrchr(n1: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions
|
H A D | mod.rs | 260 pub fn memrchr(needle: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions [all...] |
H A D | fallback.rs | 168 pub fn memrchr(n1: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions
|
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | string.h | 191 extern void* __memrchr_real(const void*, int, size_t) __DIAGNOSE_RENAME(memrchr); variable
|
/third_party/musl/include/fortify/linux/ |
H A D | string.h | 191 extern void* __memrchr_real(const void*, int, size_t) __DIAGNOSE_RENAME(memrchr); variable
|
/third_party/rust/crates/memchr/src/memchr/x86/ |
H A D | mod.rs | 123 pub fn memrchr(n1: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions
|
H A D | avx.rs | 306 pub unsafe fn memrchr(n1: u8, haystack: &[u8]) -> Option<usize> { in memrchr() functions
|
H A D | sse2.rs | 342 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 D | memutil.cc | 43 char* memrchr(const char* s, int c, size_t slen) { in memrchr() function
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 671 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 D | mod.rs | 764 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 D | wasi.rs | 718 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 D | mod.rs | 1534 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 D | mod.rs | 1875 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 D | mod.rs | 1679 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 D | mod.rs | 3877 pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void; in memrchr() functions
|