Home
last modified time | relevance | path

Searched refs:__limit (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_bitset.c61 const size_t __limit = _Nw - __wshift - 1; in _M_do_right_shift() local
64 for (size_t __n = 0; __n <= __limit; ++__n) in _M_do_right_shift()
69 for (size_t __n = 0; __n < __limit; ++__n) in _M_do_right_shift()
72 _M_w[__limit] = _M_w[_Nw-1] >> __offset; in _M_do_right_shift()
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0)); in _M_do_right_shift()
D_function.h394 _STLP_UINT32_T operator()(_STLP_UINT32_T __limit) { in operator()
398 return _M_table[_M_index1] % __limit; in operator()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__std_stream28 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];
Dalgorithm3762 const unsigned __limit = 8;
3777 if (++__count == __limit)
3827 const difference_type __limit = is_trivially_copy_constructible<value_type>::value &&
3852 if (__len <= __limit)
5093 const difference_type __limit = 7;
5116 if (__len <= __limit)
5121 // __len > __limit >= 3