Home
last modified time | relevance | path

Searched refs:bcmp (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/test/Analysis/
Dbstring.c363 #define bcmp BUILTIN(bcmp) macro
365 int bcmp(/*const*/ void *s1, /*const*/ void *s2, size_t n);
366 #define memcmp bcmp
/external/libpcap/lbl/
Dos-ultrix4.h23 int bcmp(const char *, const char *, u_int);
Dos-sunos4.h55 int bcmp(const void *, const void *, u_int);
/external/tcpdump/lbl/
Dos-ultrix4.h23 int bcmp(const char *, const char *, u_int);
Dos-sunos4.h55 int bcmp(const void *, const void *, u_int);
/external/llvm/test/Transforms/InstCombine/
D2003-07-21-ExternalConstant.ll23 declare i32 @bcmp(i8*, i8*, i32)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2003-07-21-ExternalConstant.ll23 declare i32 @bcmp(i8*, i8*, i32)
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2003-07-21-ExternalConstant.ll23 declare i32 @bcmp(i8*, i8*, i32)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dbfi.ll145 %bcmp = icmp ne i32 %band, 0
146 %bsel = select i1 %bcmp, i32 %bor, i32 %asel
/external/llvm/test/CodeGen/ARM/
Dbfi.ll145 %bcmp = icmp ne i32 %band, 0
146 %bsel = select i1 %bcmp, i32 %bor, i32 %asel
/external/llvm/test/CodeGen/AMDGPU/
Dxor.ll53 %bcmp = fcmp oge float %b, 1.000000e+00
54 %xor = xor i1 %acmp, %bcmp
Dor.ll163 %bcmp = fcmp oge float %b, 0.000000e+00
164 %or = or i1 %acmp, %bcmp
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dxor.ll53 %bcmp = fcmp oge float %b, 1.000000e+00
54 %xor = xor i1 %acmp, %bcmp
Dor.ll257 %bcmp = fcmp oge float %b, 0.000000e+00
258 %or = or i1 %acmp, %bcmp
/external/honggfuzz/libhfuzz/
Dmemorycmp.c164 HF_WEAK_WRAP(int, bcmp, const void* m1, const void* m2, size_t n) { in HF_WEAK_WRAP() argument
/external/webrtc/tools/valgrind-webrtc/memcheck/
Dsuppressions.txt310 fun:bcmp
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll99 ; CHECK: declare void @bcmp(...)
100 declare void @bcmp(...)
Dannotate.ll118 ; CHECK: declare i32 @bcmp(i8* nocapture, i8* nocapture, i64) [[G1]]
119 declare i32 @bcmp(i8*, i8*, i64)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll225 ; CHECK: declare void @bcmp(...)
226 declare void @bcmp(...)
Dannotate.ll244 ; CHECK: declare i32 @bcmp(i8* nocapture, i8* nocapture, i64) [[G1]]
245 declare i32 @bcmp(i8*, i8*, i64)
/external/python/cpython3/Misc/
Dvalgrind-python.supp318 fun:bcmp
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def326 /// int bcmp(const void *s1, const void *s2, size_t n);
327 TLI_DEFINE_ENUM_INTERNAL(bcmp)
328 TLI_DEFINE_STRING_INTERNAL("bcmp")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp227 TLI.setUnavailable(LibFunc::bcmp); in initialize()
685 case LibFunc::bcmp: in isValidProtoForLibFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def487 /// int bcmp(const void *s1, const void *s2, size_t n);
488 TLI_DEFINE_ENUM_INTERNAL(bcmp)
489 TLI_DEFINE_STRING_INTERNAL("bcmp")
/external/linux-kselftest/tools/testing/selftests/vm/
Duserfaultfd.c356 while (!bcmp(area_dst + page_nr * page_size, zeropage, in locking_thread()

12