Home
last modified time | relevance | path

Searched refs:bcopy (Results 1 – 25 of 48) sorted by relevance

12

/third_party/musl/src/string/
Dbcopy.c5 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/
Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c)
/third_party/musl/porting/liteos_a/kernel/include/
Dstrings.h17 void bcopy (const void *, void *, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dstrings.h17 void bcopy (const void *, void *, size_t);
/third_party/musl/include/
Dstrings.h17 void bcopy (const void *, void *, size_t);
/third_party/skia/third_party/externals/libjpeg-turbo/
Djinclude.h67 bcopy((const void *)(src), (void *)(dest), (size_t)(size))
Djconfig.h.in47 /* Define if you have BSD-like bzero and bcopy in <strings.h> rather than
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djinclude.h67 bcopy((const void *)(src), (void *)(dest), (size_t)(size))
Djconfig.h.in47 /* 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/
Drpc_clntudp_create.c69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
Drpc_clntudp_create_stress.c73 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
Drpc_clntudp_create_performance.c118 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/
Drpc_clntudp_bufcreate.c69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
Drpc_clntudp_bufcreate_limits.c80 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
/third_party/libjpeg/
Djinclude.h63 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
/third_party/boost/libs/container/test/
Dvector_test.hpp209 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/
Dffi_common.h40 # define memcpy(d, s, n) bcopy((s), (d), (n))
/third_party/pcre2/pcre2/src/
Dpcre2_string_utils.c66 bcopy(s, d, n); in PRIV()
Dconfig.h.in27 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. */
Dconfig.h.generic27 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/
Dffi_common.h55 # define memcpy(d, s, n) bcopy ((s), (d), (n))
/third_party/e2fsprogs/e2fsck/
Dmtrace.h88 #define memcpy(d, s, n) bcopy ((s), (d), (n))
/third_party/libusb/libusb/os/
Dsunos_usb.c471 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/
DTargetLibraryInfo.def541 /// void bcopy(const void *s1, void *s2, size_t n);
542 TLI_DEFINE_ENUM_INTERNAL(bcopy)
543 TLI_DEFINE_STRING_INTERNAL("bcopy")

12