/third_party/musl/src/string/ |
D | bcopy.c | 5 void bcopy(const void *s1, void *s2, size_t n) in bcopy() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c)
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | strings.h | 17 void bcopy (const void *, void *, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | strings.h | 17 void bcopy (const void *, void *, size_t);
|
/third_party/musl/include/ |
D | strings.h | 17 void bcopy (const void *, void *, size_t);
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jinclude.h | 67 bcopy((const void *)(src), (void *)(dest), (size_t)(size))
|
D | jconfig.h.in | 47 /* Define if you have BSD-like bzero and bcopy in <strings.h> rather than
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jinclude.h | 67 bcopy((const void *)(src), (void *)(dest), (size_t)(size))
|
D | jconfig.h.in | 47 /* Define if you have BSD-like bzero and bcopy in <strings.h> rather than
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
D | rpc_clntudp_create.c | 69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
|
D | rpc_clntudp_create_stress.c | 73 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
|
D | rpc_clntudp_create_performance.c | 118 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/ |
D | rpc_clntudp_bufcreate.c | 69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
|
D | rpc_clntudp_bufcreate_limits.c | 80 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
|
/third_party/libjpeg/ |
D | jinclude.h | 63 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
|
/third_party/boost/libs/container/test/ |
D | vector_test.hpp | 209 MyBoostVector bcopy((const MyBoostVector&) boostvector); in vector_copyable_only() local 214 if(!test::CheckEqualContainers(bcopy, scopy)) return false; in vector_copyable_only() 220 bcopy = bcopy2; in vector_copyable_only() 222 if(!test::CheckEqualContainers(bcopy, scopy)) return false; in vector_copyable_only() 237 if(!test::CheckEqualContainers(bcopy, scopy)) return false; in vector_copyable_only()
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 40 # define memcpy(d, s, n) bcopy((s), (d), (n))
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_string_utils.c | 66 bcopy(s, d, n); in PRIV()
|
D | config.h.in | 27 PCRE2 uses memmove() if HAVE_MEMMOVE is defined; otherwise it uses bcopy() if 28 HAVE_BCOPY is defined. If your system has neither bcopy() nor memmove(), make 58 /* Define to 1 if you have the `bcopy' function. */
|
D | config.h.generic | 27 PCRE2 uses memmove() if HAVE_MEMMOVE is defined; otherwise it uses bcopy() if 28 HAVE_BCOPY is defined. If your system has neither bcopy() nor memmove(), make 58 /* Define to 1 if you have the `bcopy' function. */
|
/third_party/libffi/include/ |
D | ffi_common.h | 55 # define memcpy(d, s, n) bcopy ((s), (d), (n))
|
/third_party/e2fsprogs/e2fsck/ |
D | mtrace.h | 88 #define memcpy(d, s, n) bcopy ((s), (d), (n))
|
/third_party/libusb/libusb/os/ |
D | sunos_usb.c | 471 bcopy(rdata, &dev->device_descriptor, LIBUSB_DT_DEVICE_SIZE); in sunos_fill_in_dev_info() 485 bcopy(rdata, dpriv->raw_cfgdescr, proplen); in sunos_fill_in_dev_info() 1034 bcopy(rdata, dpriv->raw_cfgdescr, proplen); in sunos_get_active_config_descriptor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 541 /// void bcopy(const void *s1, void *s2, size_t n); 542 TLI_DEFINE_ENUM_INTERNAL(bcopy) 543 TLI_DEFINE_STRING_INTERNAL("bcopy")
|