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

  /external/stlport/stlport/stl/
_bitset.c 61 const size_t __limit = _Nw - __wshift - 1; local
64 for (size_t __n = 0; __n <= __limit; ++__n)
69 for (size_t __n = 0; __n < __limit; ++__n)
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 61 const size_t __limit = _Nw - __wshift - 1; local
64 for (size_t __n = 0; __n <= __limit; ++__n)
69 for (size_t __n = 0; __n < __limit; ++__n)
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 61 const size_t __limit = _Nw - __wshift - 1; local
64 for (size_t __n = 0; __n <= __limit; ++__n)
69 for (size_t __n = 0; __n < __limit; ++__n)
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 61 const size_t __limit = _Nw - __wshift - 1; local
64 for (size_t __n = 0; __n <= __limit; ++__n)
69 for (size_t __n = 0; __n < __limit; ++__n)
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 61 const size_t __limit = _Nw - __wshift - 1; local
64 for (size_t __n = 0; __n <= __limit; ++__n)
69 for (size_t __n = 0; __n < __limit; ++__n)
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 61 const size_t __limit = _Nw - __wshift - 1; local
64 for (size_t __n = 0; __n <= __limit; ++__n)
69 for (size_t __n = 0; __n < __limit; ++__n)
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bitset.c 61 const size_t __limit = _Nw - __wshift - 1; local
64 for (size_t __n = 0; __n <= __limit; ++__n)
69 for (size_t __n = 0; __n < __limit; ++__n)
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));

Completed in 253 milliseconds