Home
last modified time | relevance | path

Searched defs:memcmp (Results 1 - 22 of 22) sorted by relevance

/third_party/musl/src/string/
H A Dmemcmp.c3 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 Dmemcmp.c4 _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 Dmemcmp.c37 int memcmp(const void *str1, const void *str2, size_t n) in memcmp() function
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dmemcmp.c37 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 Dmemcmp.S38 memcmp: label
/third_party/musl/src/string/arm/liteos_a/
H A Dmemcmp.S38 memcmp: label
/third_party/musl/porting/liteos_m/kernel/src/string/arch/arm/
H A Dmemcmp_armv8m.S37 memcmp: label
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_define.h68 #define memcmp b_memcmp macro
H A Dusr_lib_ops.h112 int (*memcmp)(const void *vl, const void *vr, size_t n); member
/third_party/lz4/tests/
H A Dfreestanding.c212 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 Drange_checked_byte_ptr.cc263 int memcmp(const RangeCheckedBytePtr &x, const RangeCheckedBytePtr &y, in memcmp() function
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dlib.rs164 pub mod memcmp; modules
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos.h647 #define memcmp OS_DO_NOT_USE_memcmp macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos.h647 #define memcmp OS_DO_NOT_USE_memcmp macro
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c433 int memcmp(const void *vl, const void *vr, size_t n) in memcmp() function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs376 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 Dmod.rs719 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 Dwasi.rs578 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 Dmod.rs570 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 Dmod.rs1167 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 Dpcre2_internal.h187 #define memcmp(s,c,n) _memcmp(s,c,n) macro
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3450 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() functions

Completed in 37 milliseconds