Home
last modified time | relevance | path

Searched defs:memcmp (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/string/arm/
Dmemcmp.S34 .globl memcmp @ -- Begin function memcmp symbol
38 memcmp: label
/third_party/uboot/u-boot-2020.01/arch/powerpc/lib/
Dppcstring.S179 .globl memcmp symbol
180 memcmp: label
/third_party/musl/src/string/
Dmemcmp.c3 int memcmp(const void *vl, const void *vr, size_t n) in memcmp() function
/third_party/musl/porting/liteos_m/kernel/src/string/
Dmemcmp.c3 int memcmp(const void *vl, const void *vr, size_t n) in memcmp() function
/third_party/mingw-w64/mingw-w64-crt/libsrc/
Dmemcmp.c10 int __cdecl memcmp(const void *_S1, const void *_S2, size_t _N) in memcmp() function
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_freestanding.c23 int memcmp(const void *s1, const void *s2, size_t n) in memcmp() function
/third_party/flutter/skia/third_party/externals/piex/src/binary_parse/
Drange_checked_byte_ptr.cc263 int memcmp(const RangeCheckedBytePtr &x, const RangeCheckedBytePtr &y, in memcmp() function
/third_party/skia/third_party/externals/piex/src/binary_parse/
Drange_checked_byte_ptr.cc263 int memcmp(const RangeCheckedBytePtr &x, const RangeCheckedBytePtr &y, in memcmp() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h647 #define memcmp OS_DO_NOT_USE_memcmp macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h647 #define memcmp OS_DO_NOT_USE_memcmp macro
/third_party/uboot/u-boot-2020.01/lib/
Dstring.c590 int memcmp(const void * cs,const void * ct,size_t count) in memcmp() function
/third_party/pcre2/pcre2/src/
Dpcre2_internal.h187 #define memcmp(s,c,n) _memcmp(s,c,n) macro
/third_party/glib/glib/pcre/
Dpcre_internal.h345 #define memcmp(s,c,n) _memcmp(s,c,n) macro