Searched defs:bcopy (Results 1 – 9 of 9) sorted by relevance
/external/musl/src/string/ |
D | bcopy.c | 5 void bcopy(const void *s1, void *s2, size_t n) in bcopy() function
|
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
D | rijndael-api-fst.c | 35 #define bcopy(a, b, c) memcpy(b, a, c) macro
|
D | rijndael-alg-fst.c | 32 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
|
/external/clang/test/Analysis/ |
D | bstring.c | 438 #define bcopy BUILTIN(bcopy) macro
|
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
D | sha2.c | 55 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 223 #define bcopy(srcKey, dstKey, len) memcpy(dstKey, srcKey, len) macro
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 164 INTERCEPTOR(void *, bcopy, const void *src, void *dest, SIZE_T n) { in INTERCEPTOR() argument
|
/external/rust/crates/libc/src/solid/ |
D | mod.rs | 778 pub fn bcopy(arg1: *const c_void, arg2: *mut c_void, arg3: size_t); in bcopy() function
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1481 TEST(MemorySanitizer, bcopy) { in TEST() argument
|