HomeSort by relevance Sort by last modified time
    Searched full:__limit (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /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));
_function.h 394 _STLP_UINT32_T operator()(_STLP_UINT32_T __limit) {
398 return _M_table[_M_index1] % __limit;
  /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));
_function.h 394 _STLP_UINT32_T operator()(_STLP_UINT32_T __limit) {
398 return _M_table[_M_index1] % __limit;
  /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));
_function.h 394 _STLP_UINT32_T operator()(_STLP_UINT32_T __limit) {
398 return _M_table[_M_index1] % __limit;
  /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));
_function.h 394 _STLP_UINT32_T operator()(_STLP_UINT32_T __limit) {
398 return _M_table[_M_index1] % __limit;
  /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));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
dynamic_bitset.tcc 76 const size_t __limit = this->_M_w.size() - __wshift - 1;
79 for (size_t __n = 0; __n <= __limit; ++__n)
85 for (size_t __n = 0; __n < __limit; ++__n)
88 this->_M_w[__limit] = this->_M_w[_M_w.size()-1] >> __offset;
91 ////std::fill(this->_M_w.begin() + __limit + 1, this->_M_w.end(),
  /external/libcxx/include/
__std_stream 28 static const int __limit = 8;
85 if (__encoding_ > __limit)
117 char __extbuf[__limit];
192 char __extbuf[__limit];
263 char __extbuf[__limit];
329 char __extbuf[__limit];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream 28 static const int __limit = 8;
85 if (__encoding_ > __limit)
117 char __extbuf[__limit];
192 char __extbuf[__limit];
263 char __extbuf[__limit];
329 char __extbuf[__limit];
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream 28 static const int __limit = 8;
85 if (__encoding_ > __limit)
117 char __extbuf[__limit];
192 char __extbuf[__limit];
263 char __extbuf[__limit];
329 char __extbuf[__limit];
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
bitset 246 const size_t __limit = _Nw - __wshift - 1;
249 for (size_t __n = 0; __n <= __limit; ++__n)
255 for (size_t __n = 0; __n < __limit; ++__n)
258 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
261 std::fill(_M_w + __limit + 1, _M_w + _Nw, static_cast<_WordT>(0));
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
bitset 246 const size_t __limit = _Nw - __wshift - 1;
249 for (size_t __n = 0; __n <= __limit; ++__n)
255 for (size_t __n = 0; __n < __limit; ++__n)
258 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
261 std::fill(_M_w + __limit + 1, _M_w + _Nw, static_cast<_WordT>(0));
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
bitset 246 const size_t __limit = _Nw - __wshift - 1;
249 for (size_t __n = 0; __n <= __limit; ++__n)
255 for (size_t __n = 0; __n < __limit; ++__n)
258 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
261 std::fill(_M_w + __limit + 1, _M_w + _Nw, static_cast<_WordT>(0));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
bitset 246 const size_t __limit = _Nw - __wshift - 1;
249 for (size_t __n = 0; __n <= __limit; ++__n)
255 for (size_t __n = 0; __n < __limit; ++__n)
258 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
261 std::fill(_M_w + __limit + 1, _M_w + _Nw, static_cast<_WordT>(0));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
functional 360 operator()(unsigned int __limit)
365 return _M_table[_M_index1] % __limit;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
functional 363 operator()(unsigned int __limit)
368 return _M_table[_M_index1] % __limit;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
functional 363 operator()(unsigned int __limit)
368 return _M_table[_M_index1] % __limit;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
functional 359 operator()(unsigned int __limit)
364 return _M_table[_M_index1] % __limit;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
functional 359 operator()(unsigned int __limit)
364 return _M_table[_M_index1] % __limit;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
functional 359 operator()(unsigned int __limit)
364 return _M_table[_M_index1] % __limit;

Completed in 385 milliseconds

1 2 3 4