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

1 2

  /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));
_function.h 394 _STLP_UINT32_T operator()(_STLP_UINT32_T __limit) {
398 return _M_table[_M_index1] % __limit;
  /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));
_function.h 394 _STLP_UINT32_T operator()(_STLP_UINT32_T __limit) {
398 return _M_table[_M_index1] % __limit;
  /external/kernel-headers/original/asm-x86/
system_32.h 195 unsigned long __limit; local
197 :"=r" (__limit):"r" (segment));
198 return __limit+1;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
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/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++/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
functional 359 operator()(unsigned int __limit)
364 return _M_table[_M_index1] % __limit;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
functional 360 operator()(unsigned int __limit)
365 return _M_table[_M_index1] % __limit;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
functional 360 operator()(unsigned int __limit)
365 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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
functional 359 operator()(unsigned int __limit)
364 return _M_table[_M_index1] % __limit;

Completed in 963 milliseconds

1 2