/third_party/musl/src/string/ |
H A D | memcmp.c | 3 int memcmp(const void *vl, const void *vr, size_t n) in memcmp() function
|
/third_party/musl/porting/liteos_m/user/src/string/ |
H A D | memcmp.c | 4 _LIBC_TEXT_SECTION int memcmp(const void *vl, const void *vr, size_t n) in memcmp() function
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
H A D | memcmp.c | 37 int memcmp(const void *str1, const void *str2, size_t n) in memcmp() function
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | memcmp.c | 37 int memcmp(const void *str1, const void *str2, size_t n) in memcmp() function
|
/third_party/musl/porting/liteos_a/user/src/string/arm/ |
H A D | memcmp.S | 38 memcmp: label
|
/third_party/musl/src/string/arm/liteos_a/ |
H A D | memcmp.S | 38 memcmp: label
|
/third_party/musl/porting/liteos_m/kernel/src/string/arch/arm/ |
H A D | memcmp_armv8m.S | 37 memcmp: label
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | usr_lib_define.h | 68 #define memcmp b_memcmp macro
|
H A D | usr_lib_ops.h | 112 int (*memcmp)(const void *vl, const void *vr, size_t n); member
|
/third_party/lz4/tests/ |
H A D | freestanding.c | 212 EXTERN_C int memcmp(const void *s1, const void *s2, size_t n) { in memcmp() function
|
/third_party/skia/third_party/externals/piex/src/binary_parse/ |
H A D | range_checked_byte_ptr.cc | 263 int memcmp(const RangeCheckedBytePtr &x, const RangeCheckedBytePtr &y, in memcmp() function
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | lib.rs | 164 pub mod memcmp; modules
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os.h | 647 #define memcmp OS_DO_NOT_USE_memcmp macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os.h | 647 #define memcmp OS_DO_NOT_USE_memcmp macro
|
/third_party/musl/porting/liteos_m/user/hook/ |
H A D | los_usr_libc.c | 433 int memcmp(const void *vl, const void *vr, size_t n) in memcmp() function
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 376 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() functions
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 719 pub fn memcmp(arg1: *const c_void, arg2: *const c_void, arg3: size_t) -> c_int; in memcmp() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 578 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 570 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1167 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() functions
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_internal.h | 187 #define memcmp(s,c,n) _memcmp(s,c,n) macro
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3450 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() functions
|