HomeSort by relevance Sort by last modified time
    Searched full:bcopy (Results 351 - 375 of 575) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
string.h 453 extern void bcopy (__const void *__src, void *__dest, size_t __n)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
string.h 455 extern void bcopy (__const void *__src, void *__dest, size_t __n)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 154 # define _obstack_memcpy(To, From, N) bcopy ((char *)(From), (To), (N))
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 654 #define Bcopy(x,y) Bcopy_ptr(&(x),(y))
753 Bcopy(b1,b);
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 654 #define Bcopy(x,y) Bcopy_ptr(&(x),(y))
753 Bcopy(b1,b);
    [all...]
  /toolchain/binutils/binutils-2.25/include/
obstack.h 154 # define _obstack_memcpy(To, From, N) bcopy ((char *)(From), (To), (N))
ChangeLog-9103     [all...]
  /external/netperf/src/
nettest_dlpi.c 197 bcopy((char *)bind_ack+bind_ack->dl_addr_offset,
232 bcopy (remote_addr,
    [all...]
nettest_xti.c 583 bcopy(hp->h_addr,
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 228 TLI.setUnavailable(LibFunc::bcopy);
684 case LibFunc::bcopy:
    [all...]
  /external/pcre/dist2/src/
pcre2_internal.h 192 /* To cope with SunOS4 and other systems that lack memmove() but have bcopy(),
200 #define memmove(a, b, c) bcopy(b, a, c)
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 79 bcopy(PKTDATA(osh, p) + offset, buf, n);
108 bcopy(buf, PKTDATA(osh, p) + offset, n);
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 584 Bcopy(bd, bd0);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 312 case LibFunc::bcopy:
    [all...]
  /external/pcre/dist2/
CMakeLists.txt 110 CHECK_FUNCTION_EXISTS(bcopy HAVE_BCOPY)
  /external/ppp/pppd/
pppd.h     [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.mm 262 bcopy(&formatID, formatIDString, 4);
    [all...]
  /external/bison/
ChangeLog-1998 331 * src/system.h (bcopy): Don't define if already defined.
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
functions.texi 63 @c bcopy.c:3
64 @deftypefn Supplemental void bcopy (char *@var{in}, char *@var{out}, int @var{length})
67 @var{out}. The use of @code{bcopy} is deprecated in new programs.
    [all...]
ChangeLog     [all...]
  /bionic/libc/
libc.arm.map     [all...]
libc.map.txt     [all...]
libc.mips.map     [all...]

Completed in 5634 milliseconds

<<11121314151617181920>>