HomeSort by relevance Sort by last modified time
    Searched defs:__k (Results 1 - 25 of 37) sorted by null

1 2

  /external/stlport/stlport/stl/
_algo.h 410 _Size __k; local
411 for (__k = 0; __n != 1; __n >>= 1) ++__k;
412 return __k;
_function.h 402 _STLP_UINT32_T __k = 1; local
407 _M_table[__ii] = __k;
408 __k = __seed - __k;
_bitset.h 643 typename _Traits::int_type __k = _Traits::to_int_type(__s[__pos + __Nbits - __i - 1]); local
645 if (__k == '1')
647 else if (__k != '0')
_algo.c 449 _Distance __k = __middle - __first; local
450 _Distance __l = __n - __k;
453 if (__k == 0) /* __first == middle */
456 if (__k == __l) {
461 _Distance __d = _STLP_PRIV __gcd(__n, __k);
467 if (__k < __l) {
474 *__p = *(__p + __k);
475 __p += __k;
480 for (_Distance __j = 0; __j < __k/__d - 1; __j ++) {
481 if (__p < __last - __k) {
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 410 _Size __k; local
411 for (__k = 0; __n != 1; __n >>= 1) ++__k;
412 return __k;
_function.h 402 _STLP_UINT32_T __k = 1; local
407 _M_table[__ii] = __k;
408 __k = __seed - __k;
_bitset.h 643 typename _Traits::int_type __k = _Traits::to_int_type(__s[__pos + __Nbits - __i - 1]); local
645 if (__k == '1')
647 else if (__k != '0')
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 410 _Size __k; local
411 for (__k = 0; __n != 1; __n >>= 1) ++__k;
412 return __k;
_function.h 402 _STLP_UINT32_T __k = 1; local
407 _M_table[__ii] = __k;
408 __k = __seed - __k;
_bitset.h 643 typename _Traits::int_type __k = _Traits::to_int_type(__s[__pos + __Nbits - __i - 1]); local
645 if (__k == '1')
647 else if (__k != '0')
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 410 _Size __k; local
411 for (__k = 0; __n != 1; __n >>= 1) ++__k;
412 return __k;
_function.h 402 _STLP_UINT32_T __k = 1; local
407 _M_table[__ii] = __k;
408 __k = __seed - __k;
_bitset.h 643 typename _Traits::int_type __k = _Traits::to_int_type(__s[__pos + __Nbits - __i - 1]); local
645 if (__k == '1')
647 else if (__k != '0')
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 410 _Size __k; local
411 for (__k = 0; __n != 1; __n >>= 1) ++__k;
412 return __k;
_function.h 402 _STLP_UINT32_T __k = 1; local
407 _M_table[__ii] = __k;
408 __k = __seed - __k;
_bitset.h 643 typename _Traits::int_type __k = _Traits::to_int_type(__s[__pos + __Nbits - __i - 1]); local
645 if (__k == '1')
647 else if (__k != '0')
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 410 _Size __k; local
411 for (__k = 0; __n != 1; __n >>= 1) ++__k;
412 return __k;
_function.h 402 _STLP_UINT32_T __k = 1; local
407 _M_table[__ii] = __k;
408 __k = __seed - __k;
_bitset.h 643 typename _Traits::int_type __k = _Traits::to_int_type(__s[__pos + __Nbits - __i - 1]); local
645 if (__k == '1')
647 else if (__k != '0')
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 974 _Size __k; local
    [all...]
hashtable.h 302 bucket(const key_type& __k) const
304 return this->_M_bucket_index(__k, this->_M_hash_code(__k),
352 find(const key_type& __k);
355 find(const key_type& __k) const;
358 count(const key_type& __k) const;
361 equal_range(const key_type& __k);
364 equal_range(const key_type& __k) const;
761 find(const key_type& __k)
763 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
922 const key_type& __k = this->_M_extract(__v); local
964 const key_type& __k = this->_M_extract(__v); local
993 const key_type& __k = this->_M_extract(__v); 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_algobase.h 974 _Size __k; local
    [all...]
hashtable.h 302 bucket(const key_type& __k) const
304 return this->_M_bucket_index(__k, this->_M_hash_code(__k),
352 find(const key_type& __k);
355 find(const key_type& __k) const;
358 count(const key_type& __k) const;
361 equal_range(const key_type& __k);
364 equal_range(const key_type& __k) const;
761 find(const key_type& __k)
763 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
922 const key_type& __k = this->_M_extract(__v); local
964 const key_type& __k = this->_M_extract(__v); local
993 const key_type& __k = this->_M_extract(__v); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hashtable.h 284 bucket(const key_type& __k) const
286 return this->_M_bucket_index(__k, this->_M_hash_code(__k),
325 find(const key_type& __k);
328 find(const key_type& __k) const;
331 count(const key_type& __k) const;
334 equal_range(const key_type& __k);
337 equal_range(const key_type& __k) const;
694 find(const key_type& __k)
696 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
860 const key_type& __k = this->_M_extract(__v); local
891 const key_type& __k = this->_M_extract(__v); local
918 const key_type& __k = this->_M_extract(__v); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hashtable.h 284 bucket(const key_type& __k) const
286 return this->_M_bucket_index(__k, this->_M_hash_code(__k),
325 find(const key_type& __k);
328 find(const key_type& __k) const;
331 count(const key_type& __k) const;
334 equal_range(const key_type& __k);
337 equal_range(const key_type& __k) const;
694 find(const key_type& __k)
696 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
860 const key_type& __k = this->_M_extract(__v); local
891 const key_type& __k = this->_M_extract(__v); local
918 const key_type& __k = this->_M_extract(__v); local
    [all...]

Completed in 578 milliseconds

1 2