Searched refs:toCopy (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sbin/dump/
H A Drcache.c321 int toCopy = MIN(size, local
324 if (toCopy <= 0 || toCopy > CSIZE) {
325 fprintf(stderr, "toCopy %d !\n",
326 toCopy);
351 toCopy);
353 buf += toCopy;
354 size -= toCopy;
355 blkno += howmany(toCopy, dev_bsize);
356 numBlocks -= howmany(toCopy, dev_bsiz
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1518 OurCppRunException (const OurCppRunException &toCopy) : argument
1519 std::runtime_error(toCopy) {}
1521 OurCppRunException &operator = (const OurCppRunException &toCopy) { argument
1523 std::runtime_error::operator=(toCopy)));
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8898 auto toCopy = startIdx - lastUnchanged;
8899 ns[destIdx .. destIdx+toCopy] = s[lastUnchanged .. startIdx];
8901 destIdx += toCopy;
8906 auto toCopy = startIdx - lastUnchanged;
8907 ns[destIdx .. destIdx+toCopy] = s[lastUnchanged .. startIdx];
8909 destIdx += toCopy;
8920 auto toCopy = s.length - lastUnchanged;
8921 ns[destIdx .. destIdx+toCopy] = s[lastUnchanged..$];
8922 destIdx += toCopy;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d9723 auto toCopy = startIdx - lastUnchanged;
9724 ns[destIdx .. destIdx+toCopy] = s[lastUnchanged .. startIdx];
9726 destIdx += toCopy;
9731 auto toCopy = startIdx - lastUnchanged;
9732 ns[destIdx .. destIdx+toCopy] = s[lastUnchanged .. startIdx];
9734 destIdx += toCopy;
9745 auto toCopy = s.length - lastUnchanged;
9746 ns[destIdx .. destIdx+toCopy] = s[lastUnchanged..$];
9747 destIdx += toCopy;

Completed in 430 milliseconds