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

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 370 // copy_n (not part of the C++ standard)
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { function
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 370 // copy_n (not part of the C++ standard)
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { function
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 370 // copy_n (not part of the C++ standard)
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { function
  /external/curl/tests/server/
tftpd.c 492 size_t copy_n = MIN(SEGSIZE, test->rcount); local
493 memcpy(dp->th_data, test->rptr, copy_n);
496 test->rcount -= copy_n;
497 test->rptr += copy_n;
498 b->counter = (int)copy_n;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 1013 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 1013 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 1013 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) function
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 830 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) function
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 830 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 830 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) function
    [all...]

Completed in 538 milliseconds