HomeSort by relevance Sort by last modified time
    Searched refs:__src (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 513 __stl_debug_engine<_Dummy>::_Set_owner(__owned_list& __src, __owned_list& __dst) {
514 if (&__src == &__dst)
519 _L_type* __prev = &__src._M_node;
528 __dst._M_node._M_next = __src._M_node._M_next;
529 __src._M_node._M_next = 0;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 513 __stl_debug_engine<_Dummy>::_Set_owner(__owned_list& __src, __owned_list& __dst) {
514 if (&__src == &__dst)
519 _L_type* __prev = &__src._M_node;
528 __dst._M_node._M_next = __src._M_node._M_next;
529 __src._M_node._M_next = 0;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 513 __stl_debug_engine<_Dummy>::_Set_owner(__owned_list& __src, __owned_list& __dst) {
514 if (&__src == &__dst)
519 _L_type* __prev = &__src._M_node;
528 __dst._M_node._M_next = __src._M_node._M_next;
529 __src._M_node._M_next = 0;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_debug.c 513 __stl_debug_engine<_Dummy>::_Set_owner(__owned_list& __src, __owned_list& __dst) {
514 if (&__src == &__dst)
519 _L_type* __prev = &__src._M_node;
528 __dst._M_node._M_next = __src._M_node._M_next;
529 __src._M_node._M_next = 0;
  /external/stlport/stlport/stl/
_hashtable.c 514 _ElemsConstIte __src(__ht._M_elems.begin()), __src_end(__ht._M_elems.end());
519 for (; __src != __src_end; ++__src, ++__dst) {
521 if (*__src_b == __src._M_node) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 514 _ElemsConstIte __src(__ht._M_elems.begin()), __src_end(__ht._M_elems.end());
519 for (; __src != __src_end; ++__src, ++__dst) {
521 if (*__src_b == __src._M_node) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 514 _ElemsConstIte __src(__ht._M_elems.begin()), __src_end(__ht._M_elems.end());
519 for (; __src != __src_end; ++__src, ++__dst) {
521 if (*__src_b == __src._M_node) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 514 _ElemsConstIte __src(__ht._M_elems.begin()), __src_end(__ht._M_elems.end());
519 for (; __src != __src_end; ++__src, ++__dst) {
521 if (*__src_b == __src._M_node) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 514 _ElemsConstIte __src(__ht._M_elems.begin()), __src_end(__ht._M_elems.end());
519 for (; __src != __src_end; ++__src, ++__dst) {
521 if (*__src_b == __src._M_node) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 514 _ElemsConstIte __src(__ht._M_elems.begin()), __src_end(__ht._M_elems.end());
519 for (; __src != __src_end; ++__src, ++__dst) {
521 if (*__src_b == __src._M_node) {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.c 514 _ElemsConstIte __src(__ht._M_elems.begin()), __src_end(__ht._M_elems.end());
519 for (; __src != __src_end; ++__src, ++__dst) {
521 if (*__src_b == __src._M_node) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 66 size_t mbsrtowcs_l(wchar_t *__dest, const char **__src, size_t __len,
70 __dest, __src, __len, __ps);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_array.h 297 // Copy strided array __src[<__n : __s1>] into another
301 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1,
305 __dst[__i * __s2] = __src[__i * __s1];
329 // Copy the __n first elements of an indexed array __src[<__i>] into
333 __valarray_copy(const _Tp* __restrict__ __src, size_t __n,
338 __dst[*__j++] = __src[*__i++];
472 // Copy strided array __src[<__n : __s1>] into another
494 // Copy the __n first elements of an indexed array __src[<__i>] into
498 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i,
501 std::__valarray_copy(__src._M_data, __n, __i._M_data
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_array.h 295 // Copy strided array __src[<__n : __s1>] into another
299 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1,
303 __dst[__i * __s2] = __src[__i * __s1];
327 // Copy the __n first elements of an indexed array __src[<__i>] into
331 __valarray_copy(const _Tp* __restrict__ __src, size_t __n,
336 __dst[*__j++] = __src[*__i++];
469 // Copy strided array __src[<__n : __s1>] into another
491 // Copy the __n first elements of an indexed array __src[<__i>] into
495 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i,
498 std::__valarray_copy(__src._M_data, __n, __i._M_data
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_array.h 295 // Copy strided array __src[<__n : __s1>] into another
299 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1,
303 __dst[__i * __s2] = __src[__i * __s1];
327 // Copy the __n first elements of an indexed array __src[<__i>] into
331 __valarray_copy(const _Tp* __restrict__ __src, size_t __n,
336 __dst[*__j++] = __src[*__i++];
469 // Copy strided array __src[<__n : __s1>] into another
491 // Copy the __n first elements of an indexed array __src[<__i>] into
495 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i,
498 std::__valarray_copy(__src._M_data, __n, __i._M_data
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 297 // Copy strided array __src[<__n : __s1>] into another
301 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1,
305 __dst[__i * __s2] = __src[__i * __s1];
329 // Copy the __n first elements of an indexed array __src[<__i>] into
333 __valarray_copy(const _Tp* __restrict__ __src, size_t __n,
338 __dst[*__j++] = __src[*__i++];
472 // Copy strided array __src[<__n : __s1>] into another
494 // Copy the __n first elements of an indexed array __src[<__i>] into
498 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i,
501 std::__valarray_copy(__src._M_data, __n, __i._M_data
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 297 // Copy strided array __src[<__n : __s1>] into another
301 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1,
305 __dst[__i * __s2] = __src[__i * __s1];
329 // Copy the __n first elements of an indexed array __src[<__i>] into
333 __valarray_copy(const _Tp* __restrict__ __src, size_t __n,
338 __dst[*__j++] = __src[*__i++];
472 // Copy strided array __src[<__n : __s1>] into another
494 // Copy the __n first elements of an indexed array __src[<__i>] into
498 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i,
501 std::__valarray_copy(__src._M_data, __n, __i._M_data
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 297 // Copy strided array __src[<__n : __s1>] into another
301 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1,
305 __dst[__i * __s2] = __src[__i * __s1];
329 // Copy the __n first elements of an indexed array __src[<__i>] into
333 __valarray_copy(const _Tp* __restrict__ __src, size_t __n,
338 __dst[*__j++] = __src[*__i++];
472 // Copy strided array __src[<__n : __s1>] into another
494 // Copy the __n first elements of an indexed array __src[<__i>] into
498 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i,
501 std::__valarray_copy(__src._M_data, __n, __i._M_data
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_array.h 297 // Copy strided array __src[<__n : __s1>] into another
301 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1,
305 __dst[__i * __s2] = __src[__i * __s1];
329 // Copy the __n first elements of an indexed array __src[<__i>] into
333 __valarray_copy(const _Tp* __restrict__ __src, size_t __n,
338 __dst[*__j++] = __src[*__i++];
472 // Copy strided array __src[<__n : __s1>] into another
494 // Copy the __n first elements of an indexed array __src[<__i>] into
498 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i,
501 std::__valarray_copy(__src._M_data, __n, __i._M_data
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 295 // Copy strided array __src[<__n : __s1>] into another
299 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1,
303 __dst[__i * __s2] = __src[__i * __s1];
327 // Copy the __n first elements of an indexed array __src[<__i>] into
331 __valarray_copy(const _Tp* __restrict__ __src, size_t __n,
336 __dst[*__j++] = __src[*__i++];
469 // Copy strided array __src[<__n : __s1>] into another
491 // Copy the __n first elements of an indexed array __src[<__i>] into
495 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i,
498 std::__valarray_copy(__src._M_data, __n, __i._M_data
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 295 // Copy strided array __src[<__n : __s1>] into another
299 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1,
303 __dst[__i * __s2] = __src[__i * __s1];
327 // Copy the __n first elements of an indexed array __src[<__i>] into
331 __valarray_copy(const _Tp* __restrict__ __src, size_t __n,
336 __dst[*__j++] = __src[*__i++];
469 // Copy strided array __src[<__n : __s1>] into another
491 // Copy the __n first elements of an indexed array __src[<__i>] into
495 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i,
498 std::__valarray_copy(__src._M_data, __n, __i._M_data
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 295 // Copy strided array __src[<__n : __s1>] into another
299 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1,
303 __dst[__i * __s2] = __src[__i * __s1];
327 // Copy the __n first elements of an indexed array __src[<__i>] into
331 __valarray_copy(const _Tp* __restrict__ __src, size_t __n,
336 __dst[*__j++] = __src[*__i++];
469 // Copy strided array __src[<__n : __s1>] into another
491 // Copy the __n first elements of an indexed array __src[<__i>] into
495 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i,
498 std::__valarray_copy(__src._M_data, __n, __i._M_data
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 295 // Copy strided array __src[<__n : __s1>] into another
299 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1,
303 __dst[__i * __s2] = __src[__i * __s1];
327 // Copy the __n first elements of an indexed array __src[<__i>] into
331 __valarray_copy(const _Tp* __restrict__ __src, size_t __n,
336 __dst[*__j++] = __src[*__i++];
469 // Copy strided array __src[<__n : __s1>] into another
491 // Copy the __n first elements of an indexed array __src[<__i>] into
495 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i,
498 std::__valarray_copy(__src._M_data, __n, __i._M_data
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_array.h 293 // Copy strided array __src[<__n : __s1>] into another
297 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1,
301 __dst[__i * __s2] = __src[__i * __s1];
325 // Copy the __n first elements of an indexed array __src[<__i>] into
329 __valarray_copy(const _Tp* __restrict__ __src, size_t __n,
334 __dst[*__j++] = __src[*__i++];
467 // Copy strided array __src[<__n : __s1>] into another
489 // Copy the __n first elements of an indexed array __src[<__i>] into
493 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i,
496 std::__valarray_copy(__src._M_data, __n, __i._M_data
    [all...]
  /ndk/build/core/
definitions.mk     [all...]

Completed in 1563 milliseconds

1 2 34 5