HomeSort by relevance Sort by last modified time
    Searched defs:copyout (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/auxprogs/
valgrind-listener.c 128 static void copyout ( char* buf, int nbuf ) function
150 copyout(buf, n);
156 copyout(buf, n);
  /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 

Completed in 73 milliseconds