Searched
full:bcopy (Results
376 -
400 of
575) sorted by null
<<11121314151617181920>>
/bionic/libc/ |
libc.x86.map | [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfprintf.c | [all...] |
vfwprintf.c | [all...] |
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
toy.cpp | [all...] |
/external/openssh/ |
config.h | 211 /* Define to 1 if you have the `bcopy' function. */ [all...] |
config.h.in | 216 /* Define to 1 if you have the `bcopy' function. */ [all...] |
/external/ppp/pppd/ |
ipv6cp.c | 1046 BCOPY(cip, ucp, cilen); /* Move it */ [all...] |
ipxcp.c | 1250 BCOPY(cip, ucp, cilen); /* Move it */ [all...] |
ipcp.c | [all...] |
/external/syslinux/core/lwip/src/netif/ppp/ |
ipcp.c | 1158 BCOPY(cip, ucp, cilen); /* Move it */ [all...] |
/external/zlib/src/contrib/puff/ |
puff.c | 432 * defined for overlapped arrays. You should not use memmove() or bcopy() [all...] |
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | [all...] |
/external/ipsec-tools/src/racoon/ |
pfkey.c | [all...] |
/external/mksh/src/ |
sh.h | 422 /* we assume either memmove or bcopy exist, at the moment */ 423 #define memmove(dst, src, len) bcopy((src), (dst), (len)) [all...] |
/external/mesa3d/docs/ |
news.html | [all...] |
versions.html | 839 <li>use bcopy() optimizations on FreeBSD [all...] |
VERSIONS | 687 - use bcopy() optimizations on FreeBSD [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
regex.c | 136 /* When used in Emacs's lib-src, we need to get bzero and bcopy somehow. 140 # if !defined bzero && !defined bcopy 146 /* This is the normal way of making sure we have a bcopy and a bzero. 165 # define memcpy(d, s, n) (bcopy (s, d, n), (d)) [all...] |
configure | [all...] |
/external/netperf/src/ |
netlib.c | [all...] |
/prebuilts/sdk/renderscript/lib/arm/ |
libc.so | |
/prebuilts/sdk/renderscript/lib/mips/ |
libc.so | |
/prebuilts/sdk/renderscript/lib/x86/ |
libc.so | |
/external/bison/ |
maint.mk | 650 # Using the likes of bcmp, bcopy, bzero, index or rindex is not sensible. [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
SimplifyLibCalls.cpp | [all...] |
Completed in 1286 milliseconds
<<11121314151617181920>>