Searched refs:_S_key (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/ |
| H A D | c_tree.c | 581 static key_type _S_key(c_prb_tree thiz, _base_ptr val) in _S_key() function 599 _S_key(thiz, _y)) < 0) in _A_insert() 762 _S_key(thiz, x)) < 0; in c_rb_tree_insert_unique() 774 if(thiz->_A_key_compare(_S_key(thiz, j._i), in c_rb_tree_insert_unique() 788 _S_key(thiz, x)) < 0 ? in c_rb_tree_insert_equal() 800 _S_key(thiz, position._i)) < 0) in c_rb_tree_insert_unique1() 807 if(thiz->_A_key_compare(_S_key(thiz, *_A_rightmost(thiz)), in c_rb_tree_insert_unique1() 818 if(thiz->_A_key_compare(_S_key(thiz, before._i), in c_rb_tree_insert_unique1() 823 _S_key(thiz, position._i)) < 0) in c_rb_tree_insert_unique1() 838 thiz->_A_key_compare(_S_key(thiz, position._i), in c_rb_tree_insert_equal1() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | stl_tree.h | 769 _S_key(_Const_Link_type __x) in _GLIBCXX_VISIBILITY() 807 _S_key(_Const_Base_ptr __x) in _GLIBCXX_VISIBILITY() 808 { return _S_key(static_cast<_Const_Link_type>(__x)); } in _GLIBCXX_VISIBILITY() 1315 if (__j != end() && _M_impl._M_key_compare(__k, _S_key(__j._M_node))) in _GLIBCXX_VISIBILITY() 1346 if (!_M_impl._M_key_compare(_S_key(__x), __k)) in _GLIBCXX_VISIBILITY() 1373 if (_M_impl._M_key_compare(__k, _S_key(__x))) in _GLIBCXX_VISIBILITY() 1401 while (__high != end() && !__cmp(__k, _S_key(__high._M_node))) in _GLIBCXX_VISIBILITY() 1816 _S_key(__p))); in _GLIBCXX_VISIBILITY() 1840 || !_M_impl._M_key_compare(_S_key(__p), in _GLIBCXX_VISIBILITY() 1869 __x = !_M_impl._M_key_compare(_S_key(__x), _KeyOfValue()(__v)) ? in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | stl_tree.h | 769 _S_key(_Const_Link_type __x) in _GLIBCXX_VISIBILITY() 807 _S_key(_Const_Base_ptr __x) in _GLIBCXX_VISIBILITY() 808 { return _S_key(static_cast<_Const_Link_type>(__x)); } in _GLIBCXX_VISIBILITY() 1315 if (__j != end() && _M_impl._M_key_compare(__k, _S_key(__j._M_node))) in _GLIBCXX_VISIBILITY() 1346 if (!_M_impl._M_key_compare(_S_key(__x), __k)) in _GLIBCXX_VISIBILITY() 1373 if (_M_impl._M_key_compare(__k, _S_key(__x))) in _GLIBCXX_VISIBILITY() 1401 while (__high != end() && !__cmp(__k, _S_key(__high._M_node))) in _GLIBCXX_VISIBILITY() 1816 _S_key(__p))); in _GLIBCXX_VISIBILITY() 1840 || !_M_impl._M_key_compare(_S_key(__p), in _GLIBCXX_VISIBILITY() 1869 __x = !_M_impl._M_key_compare(_S_key(__x), _KeyOfValue()(__v)) ? in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/ |
| H A D | executor | 527 _S_key() { return reinterpret_cast<__key_type>(&_S_key<_Key>); } 555 auto __key = execution_context::_S_key<_Key>(); 579 auto __key = execution_context::_S_key<_Key>(); 603 return __ctx._M_keys.count(execution_context::_S_key<_Key>());
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/ |
| H A D | executor | 527 _S_key() { return reinterpret_cast<__key_type>(&_S_key<_Key>); } 555 auto __key = execution_context::_S_key<_Key>(); 579 auto __key = execution_context::_S_key<_Key>(); 603 return __ctx._M_keys.count(execution_context::_S_key<_Key>());
|