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

1 23

  /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++/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++/include/ext/
ropeimpl.h 1403 _RopeRep* __d = __clrstack[__csptr]; local
    [all...]
  /prebuilts/ndk/8/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h 4382 __distr_type __d; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algo.h 4382 __distr_type __d; local
    [all...]

Completed in 279 milliseconds

1 23