HomeSort by relevance Sort by last modified time
    Searched refs:ncopied (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/fs/doio/
pattern.c 103 int trans, ncopied, nleft; local
146 ncopied = cp - buf;
147 while (ncopied < buflen) {
148 trans = (ncopied < nleft) ? ncopied : nleft;
151 ncopied += trans;
  /prebuilts/go/darwin-x86/test/
copy.go 96 func ncopied(length, in, out int) int { func
132 n := ncopied(length, in, out)
173 n := ncopied(length, in, out)
214 n := ncopied(length, in, out)
255 n := ncopied(length, in, out)
296 n := ncopied(length, in, out)
  /prebuilts/go/linux-x86/test/
copy.go 96 func ncopied(length, in, out int) int { func
132 n := ncopied(length, in, out)
173 n := ncopied(length, in, out)
214 n := ncopied(length, in, out)
255 n := ncopied(length, in, out)
296 n := ncopied(length, in, out)
  /toolchain/binutils/binutils-2.27/binutils/
ar.c 982 bfd_size_type ncopied = 0;
997 while (ncopied < size)
1000 bfd_size_type tocopy = size - ncopied;
1016 ncopied += tocopy;
1037 bfd_size_type ncopied = 0;
1077 while (ncopied < size)
1079 tocopy = size - ncopied;
1110 ncopied += tocopy;
979 bfd_size_type ncopied = 0; local
1034 bfd_size_type ncopied = 0; local
    [all...]
objcopy.c 1737 long ncopied; local
    [all...]

Completed in 859 milliseconds