Searched
full:bcopy (Results
326 -
350 of
575) sorted by null
<<11121314151617181920>>
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 164 INTERCEPTOR(void *, bcopy, const void *src, void *dest, SIZE_T n) { [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
dtoa.c | 657 Bcopy(mhi, mlo);
|
gdtoa.c | 657 Bcopy(mhi, mlo);
|
misc.c | 211 Bcopy(b1, b);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
dtoa.c | 439 #define Bcopy(x,y) memcpy((char *)&x->sign, (char *)&y->sign, \
484 Bcopy(b1, b);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
dtoa.c | 422 #define Bcopy(x,y) memcpy((char *)&x->sign, (char *)&y->sign, \
467 Bcopy(b1, b);
[all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
dtoa.c | 646 Bcopy(mhi, mlo);
|
gdtoa.c | 664 Bcopy(mhi, mlo);
|
misc.c | 209 Bcopy(b1, b);
|
strtod.c | 550 Bcopy(bd, bd0);
|
/external/compiler-rt/lib/esan/ |
esan_interceptors.cpp | 541 // pool. Examples include wcslen and bcopy.
|
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
rijndael-alg-fst.c | 32 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
|
/external/libjpeg-turbo/ |
configure.ac | 150 [Define if you have BSD-like bzero and bcopy in <strings.h> rather than memset/memcpy in <string.h>.])])
|
/external/llvm/device/include/llvm/Config/ |
config.h | 55 /* Define to 1 if you have the `bcopy' function. */
|
/external/llvm/host/include/llvm/Config/ |
config.h | 52 /* Define to 1 if you have the `bcopy' function. */
|
/external/openssh/ |
defines.h | 620 # define memmove(s1, s2, n) bcopy((s2), (s1), (n))
|
/external/ppp/pppd/ |
fsm.c | 810 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen);
|
/external/swiftshader/third_party/LLVM/include/llvm/Config/ |
config.h | 65 /* Define to 1 if you have the `bcopy' function. */
|
config.h.cmake | 65 /* Define to 1 if you have the `bcopy' function. */
|
config.h.in | 63 /* Define to 1 if you have the `bcopy' function. */
|
/external/swiftshader/third_party/LLVM/include-android/llvm/Config/ |
config.h | 65 /* Define to 1 if you have the `bcopy' function. */
|
/external/swiftshader/third_party/LLVM/include-linux/llvm/Config/ |
config.h | 65 /* Define to 1 if you have the `bcopy' function. */
|
/external/swiftshader/third_party/LLVM/include-osx/llvm/Config/ |
config.h | 65 /* Define to 1 if you have the `bcopy' function. */
|
/external/syslinux/core/lwip/src/netif/ppp/ |
fsm.c | 878 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen);
|
/frameworks/compile/mclinker/include/mcld/Config/ |
Config.h.cmake | 58 /* Define to 1 if you have the `bcopy' function. */
|
Completed in 1377 milliseconds
<<11121314151617181920>>