HomeSort by relevance Sort by last modified time
    Searched refs:bcopy (Results 126 - 150 of 179) sorted by null

1 2 3 4 56 7 8

  /bionic/libc/arch-mips/
mips.mk 30 upstream-openbsd/lib/libc/string/bcopy.c \
  /bionic/libc/arch-arm/
arm.mk 28 upstream-openbsd/lib/libc/string/bcopy.c \
  /external/netperf/
netserver.c 255 bcopy((char *)&temp_rate,
258 bcopy((char *)&lib_num_loc_cpus,
netlib.h 593 /* if your system has bcopy and bzero, include it here, otherwise, we */
608 #define bcopy(s,d,h) memcpy((d),(s),(h)) macro
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 317 #define SDL_memcpy(d, s, n) bcopy((s), (d), (n))
376 #define SDL_memmove(d, s, n) bcopy((s), (d), (n))
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
SDL_syscdrom.c 107 bcopy(cdb, suc.suc_cdb, cdblen);
132 bcopy(&suc, sus, sizeof (struct scsi_user_cdb));
  /ndk/sources/host-tools/make-3.81/
read.c 560 bcopy (line, &commands[commands_idx], linelen);
    [all...]
ar.c 283 bcopy (arname, state.arname, i);
variable.c 320 bcopy (v->name, p, l);
    [all...]
main.c     [all...]
dir.c 798 bcopy (name, dirname, dirend - name);
859 bcopy (p, dirname, dirend - p);
941 bcopy (p, dirname, dirend - p);
job.c     [all...]
arscan.c 558 bcopy (member_header.ar_name, name, sizeof member_header.ar_name);
file.c 545 bcopy (percent+1, percent, strlen (percent));
1040 bcopy (f->name, p, l);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 317 #define SDL_memcpy(d, s, n) bcopy((s), (d), (n))
376 #define SDL_memmove(d, s, n) bcopy((s), (d), (n))
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 317 #define SDL_memcpy(d, s, n) bcopy((s), (d), (n))
376 #define SDL_memmove(d, s, n) bcopy((s), (d), (n))
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 317 #define SDL_memcpy(d, s, n) bcopy((s), (d), (n))
376 #define SDL_memmove(d, s, n) bcopy((s), (d), (n))
  /external/qemu/slirp/
slirp.h 98 #define memmove(x, y, z) bcopy(y, x, z)
  /external/lldb/source/Host/common/
FileSpec.cpp 93 ::bcopy (src_path, dst_path, dst_len - 1);
97 ::bcopy (src_path, dst_path, len + 1);
    [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...]
obstack.h 154 # define _obstack_memcpy(To, From, N) bcopy ((char *)(From), (To), (N))
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 155 /// void bcopy(const void *s1, void *s2, size_t n);
156 bcopy, enumerator in enum:llvm::LibFunc::Func
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 362 sdl_check_funcs qsort abs bcopy memset memcpy memmove memcmp strlen strlcpy strlcat
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 163 # ifndef bcopy
164 extern void bcopy ();
167 # define memcpy(d, s, n) bcopy ((s), (d), (n))
    [all...]
  /external/valgrind/main/memcheck/tests/
str_tester.c     [all...]

Completed in 1478 milliseconds

1 2 3 4 56 7 8