Searched defs:BCOPY (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/shared/
H A Dvg_replace_strmem.c84 20230 BCOPY
1269 #define BCOPY(soname, fnname) \ macro
1290 BCOPY(VG_Z_LIBC_SONAME, bcopy)
1293 //BCOPY(VG_Z_LIBC_SONAME, bcopy)
1294 //BCOPY(VG_Z_DYLD, bcopy)
1297 BCOPY(VG_Z_LIBC_SONAME, bcopy)
/external/ppp/pppd/
H A Dpppd.h796 #define BCOPY(s, d, l) memcpy(d, s, l) macro

Completed in 101 milliseconds