/external/valgrind/main/auxprogs/ |
valgrind-listener.c | 128 static void copyout ( char* buf, int nbuf ) function 150 copyout(buf, n); 156 copyout(buf, n);
|
valgrind-di-server.c | 926 static void copyout ( char* buf, int nbuf ) 948 copyout(buf, n); 954 copyout(buf, n); [all...] |
/external/zlib/src/test/ |
minigzip.c | 560 int copyout = 0; local 582 copyout = uncompr = 1; 586 copyout = 1; 617 if (copyout) { 622 if (copyout) { 632 if (copyout) {
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
user_socket.c | 589 # define copyout(k, u, len) copy_to_user(u, k, len) macro 639 error = copyout(cp, iov->iov_base, cnt); [all...] |
/external/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |