Home
last modified time | relevance | path

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

/netbsd-src/sbin/dump/
H A Drcache.c321 int toCopy = MIN(size, in bread() local
324 if (toCopy <= 0 || toCopy > CSIZE) { in bread()
326 toCopy); in bread()
351 toCopy); in bread()
353 buf += toCopy; in bread()
354 size -= toCopy; in bread()
355 blkno += howmany(toCopy, dev_bsize); in bread()
356 numBlocks -= howmany(toCopy, dev_bsize); in bread()
367 howmany(toCopy, dev_bsize); in bread()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1518 OurCppRunException (const OurCppRunException &toCopy) : in OurCppRunException() argument
1519 std::runtime_error(toCopy) {} in OurCppRunException()
1521 OurCppRunException &operator = (const OurCppRunException &toCopy) { in operator =() argument
1523 std::runtime_error::operator=(toCopy))); in operator =()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8898 auto toCopy = startIdx - lastUnchanged; in toCaseInPlaceAlloc() local
8899 ns[destIdx .. destIdx+toCopy] = s[lastUnchanged .. startIdx]; in toCaseInPlaceAlloc()
8901 destIdx += toCopy; in toCaseInPlaceAlloc()
8906 auto toCopy = startIdx - lastUnchanged; in toCaseInPlaceAlloc() local
8907 ns[destIdx .. destIdx+toCopy] = s[lastUnchanged .. startIdx]; in toCaseInPlaceAlloc()
8909 destIdx += toCopy; in toCaseInPlaceAlloc()
8920 auto toCopy = s.length - lastUnchanged; in toCaseInPlaceAlloc() local
8921 ns[destIdx .. destIdx+toCopy] = s[lastUnchanged..$]; in toCaseInPlaceAlloc()
8922 destIdx += toCopy; in toCaseInPlaceAlloc()
/netbsd-src/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;