/external/clang/test/Analysis/ |
D | bstring.c | 363 #define bcmp BUILTIN(bcmp) macro 365 int bcmp(/*const*/ void *s1, /*const*/ void *s2, size_t n); 366 #define memcmp bcmp
|
/external/libpcap/lbl/ |
D | os-ultrix4.h | 23 int bcmp(const char *, const char *, u_int);
|
D | os-sunos4.h | 55 int bcmp(const void *, const void *, u_int);
|
/external/tcpdump/lbl/ |
D | os-ultrix4.h | 23 int bcmp(const char *, const char *, u_int);
|
D | os-sunos4.h | 55 int bcmp(const void *, const void *, u_int);
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2003-07-21-ExternalConstant.ll | 23 declare i32 @bcmp(i8*, i8*, i32)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | 2003-07-21-ExternalConstant.ll | 23 declare i32 @bcmp(i8*, i8*, i32)
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2003-07-21-ExternalConstant.ll | 23 declare i32 @bcmp(i8*, i8*, i32)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | bfi.ll | 145 %bcmp = icmp ne i32 %band, 0 146 %bsel = select i1 %bcmp, i32 %bor, i32 %asel
|
/external/llvm/test/CodeGen/ARM/ |
D | bfi.ll | 145 %bcmp = icmp ne i32 %band, 0 146 %bsel = select i1 %bcmp, i32 %bor, i32 %asel
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | xor.ll | 53 %bcmp = fcmp oge float %b, 1.000000e+00 54 %xor = xor i1 %acmp, %bcmp
|
D | or.ll | 163 %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/ |
D | xor.ll | 53 %bcmp = fcmp oge float %b, 1.000000e+00 54 %xor = xor i1 %acmp, %bcmp
|
D | or.ll | 257 %bcmp = fcmp oge float %b, 0.000000e+00 258 %or = or i1 %acmp, %bcmp
|
/external/honggfuzz/libhfuzz/ |
D | memorycmp.c | 164 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/ |
D | suppressions.txt | 310 fun:bcmp
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 99 ; CHECK: declare void @bcmp(...) 100 declare void @bcmp(...)
|
D | annotate.ll | 118 ; 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/ |
D | no-proto.ll | 225 ; CHECK: declare void @bcmp(...) 226 declare void @bcmp(...)
|
D | annotate.ll | 244 ; CHECK: declare i32 @bcmp(i8* nocapture, i8* nocapture, i64) [[G1]] 245 declare i32 @bcmp(i8*, i8*, i64)
|
/external/python/cpython3/Misc/ |
D | valgrind-python.supp | 318 fun:bcmp
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 326 /// 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/ |
D | TargetLibraryInfo.cpp | 227 TLI.setUnavailable(LibFunc::bcmp); in initialize() 685 case LibFunc::bcmp: in isValidProtoForLibFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 487 /// 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/ |
D | userfaultfd.c | 356 while (!bcmp(area_dst + page_nr * page_size, zeropage, in locking_thread()
|