HomeSort by relevance Sort by last modified time
    Searched defs:__d (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
ropeimpl.h 1405 _RopeRep* __d = __clrstack[__csptr]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 354 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
357 traits_type::assign(*__d, *__s);
359 traits_type::copy(__d, __s, __n);
363 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
366 traits_type::assign(*__d, *__s);
368 traits_type::move(__d, __s, __n);
372 _M_assign(_CharT* __d, size_type __n, _CharT __c)
375 traits_type::assign(*__d, __c);
377 traits_type::assign(__d, __n, __c);
409 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
stl_algo.h 4384 __distr_type __d; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 1404 _RopeRep* __d = __clrstack[__csptr]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h 354 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
357 traits_type::assign(*__d, *__s);
359 traits_type::copy(__d, __s, __n);
363 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
366 traits_type::assign(*__d, *__s);
368 traits_type::move(__d, __s, __n);
372 _M_assign(_CharT* __d, size_type __n, _CharT __c)
375 traits_type::assign(*__d, __c);
377 traits_type::assign(__d, __n, __c);
409 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
stl_algo.h 4384 __distr_type __d; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h 1404 _RopeRep* __d = __clrstack[__csptr]; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 334 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
337 traits_type::assign(*__d, *__s);
339 traits_type::copy(__d, __s, __n);
343 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
346 traits_type::assign(*__d, *__s);
348 traits_type::move(__d, __s, __n);
352 _M_assign(_CharT* __d, size_type __n, _CharT __c)
355 traits_type::assign(*__d, __c);
357 traits_type::assign(__d, __n, __c);
389 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
stl_algo.h 1646 const _Distance __d = std::__gcd(__n, __k); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 1403 _RopeRep* __d = __clrstack[__csptr]; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.c 461 _Distance __d = _STLP_PRIV __gcd(__n, __k); local
463 for (_Distance __i = 0; __i < __d; __i++) {
468 for (_Distance __j = 0; __j < __l/__d; __j++) {
480 for (_Distance __j = 0; __j < __k/__d - 1; __j ++) {
    [all...]
_rope.c 1204 _RopeRep* __d = __clrstack[__csptr]; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 334 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
337 traits_type::assign(*__d, *__s);
339 traits_type::copy(__d, __s, __n);
343 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
346 traits_type::assign(*__d, *__s);
348 traits_type::move(__d, __s, __n);
352 _M_assign(_CharT* __d, size_type __n, _CharT __c)
355 traits_type::assign(*__d, __c);
357 traits_type::assign(__d, __n, __c);
389 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
stl_algo.h 1646 const _Distance __d = std::__gcd(__n, __k); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 1403 _RopeRep* __d = __clrstack[__csptr]; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.c 461 _Distance __d = _STLP_PRIV __gcd(__n, __k); local
463 for (_Distance __i = 0; __i < __d; __i++) {
468 for (_Distance __j = 0; __j < __l/__d; __j++) {
480 for (_Distance __j = 0; __j < __k/__d - 1; __j ++) {
    [all...]
_rope.c 1204 _RopeRep* __d = __clrstack[__csptr]; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 334 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
337 traits_type::assign(*__d, *__s);
339 traits_type::copy(__d, __s, __n);
343 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
346 traits_type::assign(*__d, *__s);
348 traits_type::move(__d, __s, __n);
352 _M_assign(_CharT* __d, size_type __n, _CharT __c)
355 traits_type::assign(*__d, __c);
357 traits_type::assign(__d, __n, __c);
389 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
stl_algo.h 1646 const _Distance __d = std::__gcd(__n, __k); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 1403 _RopeRep* __d = __clrstack[__csptr]; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.c 461 _Distance __d = _STLP_PRIV __gcd(__n, __k); local
463 for (_Distance __i = 0; __i < __d; __i++) {
468 for (_Distance __j = 0; __j < __l/__d; __j++) {
480 for (_Distance __j = 0; __j < __k/__d - 1; __j ++) {
    [all...]
_rope.c 1204 _RopeRep* __d = __clrstack[__csptr]; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 334 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
337 traits_type::assign(*__d, *__s);
339 traits_type::copy(__d, __s, __n);
343 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
346 traits_type::assign(*__d, *__s);
348 traits_type::move(__d, __s, __n);
352 _M_assign(_CharT* __d, size_type __n, _CharT __c)
355 traits_type::assign(*__d, __c);
357 traits_type::assign(__d, __n, __c);
389 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
stl_algo.h 1646 const _Distance __d = std::__gcd(__n, __k); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
ropeimpl.h 1403 _RopeRep* __d = __clrstack[__csptr]; local
    [all...]

Completed in 2180 milliseconds

1 23 4 5