HomeSort by relevance Sort by last modified time
    Searched defs:__k (Results 26 - 50 of 52) sorted by null

12 3

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable.h 514 bucket(const key_type& __k) const
515 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
571 find(const key_type& __k);
574 find(const key_type& __k) const;
577 count(const key_type& __k) const;
580 equal_range(const key_type& __k);
583 equal_range(const key_type& __k) const;
592 _M_bucket_index(const key_type& __k, __hash_code __c) const
593 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count);
1261 const key_type& __k = this->_M_extract()(__node->_M_v); local
1376 const key_type& __k = this->_M_extract()(__node->_M_v); local
1417 const key_type& __k = this->_M_extract()(__v); local
    [all...]
stl_algo.h 1592 _Distance __k = __middle - __first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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.15-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable.h 514 bucket(const key_type& __k) const
515 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
571 find(const key_type& __k);
574 find(const key_type& __k) const;
577 count(const key_type& __k) const;
580 equal_range(const key_type& __k);
583 equal_range(const key_type& __k) const;
592 _M_bucket_index(const key_type& __k, __hash_code __c) const
593 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count);
1261 const key_type& __k = this->_M_extract()(__node->_M_v); local
1376 const key_type& __k = this->_M_extract()(__node->_M_v); local
1417 const key_type& __k = this->_M_extract()(__v); local
    [all...]
stl_algo.h 1592 _Distance __k = __middle - __first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable.h 514 bucket(const key_type& __k) const
515 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
571 find(const key_type& __k);
574 find(const key_type& __k) const;
577 count(const key_type& __k) const;
580 equal_range(const key_type& __k);
583 equal_range(const key_type& __k) const;
592 _M_bucket_index(const key_type& __k, __hash_code __c) const
593 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count);
1261 const key_type& __k = this->_M_extract()(__node->_M_v); local
1376 const key_type& __k = this->_M_extract()(__node->_M_v); local
1417 const key_type& __k = this->_M_extract()(__v); local
    [all...]
stl_algo.h 1592 _Distance __k = __middle - __first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
hashtable.h 535 bucket(const key_type& __k) const
536 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
592 find(const key_type& __k);
595 find(const key_type& __k) const;
598 count(const key_type& __k) const;
601 equal_range(const key_type& __k);
604 equal_range(const key_type& __k) const;
613 _M_bucket_index(const key_type& __k, __hash_code __c) const
614 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count);
1542 const key_type& __k = this->_M_extract()(__node->_M_v()); local
1659 const key_type& __k = this->_M_extract()(__node->_M_v()); local
1715 const key_type& __k = this->_M_extract()(__v); local
    [all...]
stl_algo.h 1361 _Distance __k = __middle - __first; local
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
hashtable.h 535 bucket(const key_type& __k) const
536 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
592 find(const key_type& __k);
595 find(const key_type& __k) const;
598 count(const key_type& __k) const;
601 equal_range(const key_type& __k);
604 equal_range(const key_type& __k) const;
613 _M_bucket_index(const key_type& __k, __hash_code __c) const
614 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count);
1542 const key_type& __k = this->_M_extract()(__node->_M_v()); local
1659 const key_type& __k = this->_M_extract()(__node->_M_v()); local
1715 const key_type& __k = this->_M_extract()(__v); local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
hashtable.h 535 bucket(const key_type& __k) const
536 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
592 find(const key_type& __k);
595 find(const key_type& __k) const;
598 count(const key_type& __k) const;
601 equal_range(const key_type& __k);
604 equal_range(const key_type& __k) const;
613 _M_bucket_index(const key_type& __k, __hash_code __c) const
614 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count);
1542 const key_type& __k = this->_M_extract()(__node->_M_v()); local
1659 const key_type& __k = this->_M_extract()(__node->_M_v()); local
1715 const key_type& __k = this->_M_extract()(__v); local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/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 4174 milliseconds

12 3