/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
gethostbydns.c | 453 bcopy(cp, bp, n);
746 bcopy(addr, host_addr, len);
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
gdtoaimp.h | 489 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
491 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
GenericTaintChecker.cpp | 259 else if (C.isCLibraryFunction(FDecl, "bcopy")) 721 else if (C.isCLibraryFunction(FDecl, "bcopy"))
|
/external/netperf/src/ |
netlib.h | 714 /* if your system has bcopy and bzero, include it here, otherwise, we */ 729 #define bcopy(s,d,h) memcpy((d),(s),(h)) macro
|
netserver.c | 808 bcopy((char *)&temp_rate, 811 bcopy((char *)&lib_num_loc_cpus, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
system.h | 957 #undef bcopy macro 961 #pragma GCC poison bcopy bzero bcmp rindex [all...] |
builtins.def | [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
Makefile.in | 127 basename.c bcmp.c bcopy.c bsearch.c bzero.c \ 200 ./basename.$(objext) ./bcmp.$(objext) ./bcopy.$(objext) \ 580 ./bcopy.$(objext): $(srcdir)/bcopy.c 582 $(COMPILE.c) $(PICFLAG) $(srcdir)/bcopy.c -o pic/$@; \ 585 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/bcopy.c -o noasan/$@; \ 587 $(COMPILE.c) $(srcdir)/bcopy.c $(OUTPUT_OPTION) [all...] |
config.in | 25 /* Define to 1 if you have the `bcopy' function. */
|
md5.c | 35 # define memcpy(d, s, n) bcopy ((s), (d), (n))
|
obstack.c | 430 and it uses bcopy via obstack_grow, which causes trouble on sysV. */
|
/external/pcre/dist2/ |
configure.ac | 398 PCRE2 uses memmove() if HAVE_MEMMOVE is defined; otherwise it uses bcopy() if 399 HAVE_BCOPY is defined. If your system has neither bcopy() nor memmove(), make 425 AC_CHECK_FUNCS(bcopy memmove strerror) [all...] |
/external/google-breakpad/src/common/mac/ |
MachIPC.mm | 123 bcopy(p, p+sizeof(MachMsgPortDescriptor), GetDataLength()+2*sizeof(int32_t));
|
/external/llvm/include/llvm/Config/ |
config.h.cmake | 25 /* Define to 1 if you have the `bcopy' function. */
|
/external/netperf/ |
config.h | 19 /* Define to 1 if you have the `bcopy' function. */
|
/external/netperf/src/missing/ |
getaddrinfo.c | 123 #define memcpy(d, s, n) bcopy((s), (d), (n))
|
/external/ppp/pppd/ |
auth.c | 513 BCOPY(addr, wp->word, l); 535 BCOPY(number, wp->word, l); 972 BCOPY(name, peer_authname, namelen); [all...] |
lcp.c | [all...] |
/external/swiftshader/third_party/LLVM/autoconf/m4/ |
ltdl.m4 | 88 AC_CHECK_FUNCS([memcpy bcopy], [break])
|
/external/syslinux/core/lwip/src/netif/ppp/ |
ppp.h | 222 #define BCOPY(s, d, l) MEMCPY((d), (s), (l))
|
/external/valgrind/docs/internals/ |
3_3_BUGSTATUS.txt | 137 169562 MED pend memcheck warns on some unaligned bcopy()s
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
annotate.ll | 121 ; CHECK: declare void @bcopy(i8* nocapture readonly, i8* nocapture, i64) [[G0]] 122 declare void @bcopy(i8*, i8*, i64)
|
no-proto.ll | 102 ; CHECK: declare void @bcopy(...) 103 declare void @bcopy(...)
|
/frameworks/base/services/core/java/com/android/server/job/ |
JobStore.java | 367 PersistableBundle bCopy = deepCopyBundle((PersistableBundle) o, maxDepth-1); 368 copy.putPersistableBundle(key, bCopy); [all...] |
/bionic/tests/ |
string_test.cpp | 1008 TEST(STRING_TEST, bcopy) { 1019 bcopy(state.ptr1, state.ptr1 + start, state.len[i]); [all...] |