| /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 | regex_automaton.tcc | 71 _State_base::_M_dot(std::ostream& __ostr, _StateIdT __id) const in _M_dot() 77 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" in _M_dot() 78 << __id << " -> " << _M_next in _M_dot() 80 << __id << " -> " << _M_alt in _M_dot() 84 __ostr << __id << " [label=\"" << __id << "\\nBACKREF " in _M_dot() 86 << __id << " -> " << _M_next << " [label=\"<match>\"];\n"; in _M_dot() 89 __ostr << __id << " [label=\"" << __id << "\\nLINE_BEGIN \"];\n" in _M_dot() 90 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n"; in _M_dot() 93 __ostr << __id << " [label=\"" << __id << "\\nLINE_END \"];\n" in _M_dot() 94 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n"; in _M_dot() [all …]
|
| H A D | regex_automaton.h | 117 _M_dot(std::ostream& __ostr, _StateIdT __id) const; in _GLIBCXX_VISIBILITY() 278 auto __id = this->_M_subexpr_count++; in _GLIBCXX_VISIBILITY() local 279 this->_M_paren_stack.push_back(__id); in _GLIBCXX_VISIBILITY() 281 __tmp._M_subexpr = __id; in _GLIBCXX_VISIBILITY() 371 _M_append(_StateIdT __id) in _GLIBCXX_VISIBILITY() 373 _M_nfa[_M_end]._M_next = __id; in _GLIBCXX_VISIBILITY() 374 _M_end = __id; in _GLIBCXX_VISIBILITY()
|
| /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 | regex_automaton.tcc | 71 _State_base::_M_dot(std::ostream& __ostr, _StateIdT __id) const in _M_dot() 77 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n" in _M_dot() 78 << __id << " -> " << _M_next in _M_dot() 80 << __id << " -> " << _M_alt in _M_dot() 84 __ostr << __id << " [label=\"" << __id << "\\nBACKREF " in _M_dot() 86 << __id << " -> " << _M_next << " [label=\"<match>\"];\n"; in _M_dot() 89 __ostr << __id << " [label=\"" << __id << "\\nLINE_BEGIN \"];\n" in _M_dot() 90 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n"; in _M_dot() 93 __ostr << __id << " [label=\"" << __id << "\\nLINE_END \"];\n" in _M_dot() 94 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n"; in _M_dot() [all …]
|
| H A D | regex_automaton.h | 117 _M_dot(std::ostream& __ostr, _StateIdT __id) const; in _GLIBCXX_VISIBILITY() 278 auto __id = this->_M_subexpr_count++; in _GLIBCXX_VISIBILITY() local 279 this->_M_paren_stack.push_back(__id); in _GLIBCXX_VISIBILITY() 281 __tmp._M_subexpr = __id; in _GLIBCXX_VISIBILITY() 371 _M_append(_StateIdT __id) in _GLIBCXX_VISIBILITY() 373 _M_nfa[_M_end]._M_next = __id; in _GLIBCXX_VISIBILITY() 374 _M_end = __id; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | debug.h | 249 debug_info_t *__id = _id; \ 252 if ((!__id) || (__level > __id->level)) \ 255 __ret = __debug_sprintf_event(__id, __level, \ 379 debug_info_t *__id = _id; \ 382 if ((!__id) || (__level > __id->level)) \ 385 __ret = __debug_sprintf_exception(__id, __level, \
|
| /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/ |
| H A D | mutex | 438 auto __id = this_thread::get_id(); 439 _Can_lock __can_lock{this, __id}; 444 _M_owner = __id; 451 auto __id = this_thread::get_id(); 452 _Can_lock __can_lock{this, __id}; 458 _M_owner = __id; 467 auto __id = this_thread::get_id(); 468 _Can_lock __can_lock{this, __id}; 474 _M_owner = __id; 483 auto __id = this_thread::get_id(); [all …]
|
| H A D | thread | 96 id(native_handle_type __id) : _M_thread(__id) { } 115 operator<<(basic_ostream<_CharT, _Traits>& __out, id __id); 342 operator()(const thread::id& __id) const noexcept 343 { return std::_Hash_impl::hash(__id._M_thread); } 348 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id) 350 if (__id == thread::id()) 353 return __out << __id._M_thread;
|
| /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/ |
| H A D | mutex | 438 auto __id = this_thread::get_id(); 439 _Can_lock __can_lock{this, __id}; 444 _M_owner = __id; 451 auto __id = this_thread::get_id(); 452 _Can_lock __can_lock{this, __id}; 458 _M_owner = __id; 467 auto __id = this_thread::get_id(); 468 _Can_lock __can_lock{this, __id}; 474 _M_owner = __id; 483 auto __id = this_thread::get_id(); [all …]
|
| H A D | thread | 96 id(native_handle_type __id) : _M_thread(__id) { } 115 operator<<(basic_ostream<_CharT, _Traits>& __out, id __id); 342 operator()(const thread::id& __id) const noexcept 343 { return std::_Hash_impl::hash(__id._M_thread); } 348 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id) 350 if (__id == thread::id()) 353 return __out << __id._M_thread;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | utmp.h | 72 extern struct utmp *getutid (const struct utmp *__id) __THROW; 86 extern int getutid_r (const struct utmp *__id, struct utmp *__buffer,
|
| H A D | utmpx.h | 71 extern struct utmpx *getutxid (const struct utmpx *__id);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | utmp.h | 72 extern struct utmp *getutid (const struct utmp *__id) __THROW; 86 extern int getutid_r (const struct utmp *__id, struct utmp *__buffer,
|
| H A D | utmpx.h | 71 extern struct utmpx *getutxid (const struct utmpx *__id);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | any | 155 struct _LIBCPP_TEMPLATE_VIS __unique_typeinfo { static constexpr int __id = 0; }; 156 template <class _Tp> constexpr int __unique_typeinfo<_Tp>::__id; 161 return &__unique_typeinfo<decay_t<_Tp>>::__id; 166 bool __compare_typeid(type_info const* __id, const void* __fallback_id) 169 if (__id && *__id == typeid(_Tp)) 172 if (!__id && __fallback_id == __any_imp::__get_fallback_typeid<_Tp>())
|
| H A D | thread | 250 operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id) 251 {return __os << __id.__id_;} 255 __thread_id(__libcpp_thread_id __id) : __id_(__id) {}
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | any | 155 struct _LIBCPP_TEMPLATE_VIS __unique_typeinfo { static constexpr int __id = 0; }; 156 template <class _Tp> constexpr int __unique_typeinfo<_Tp>::__id; 161 return &__unique_typeinfo<decay_t<_Tp>>::__id; 166 bool __compare_typeid(type_info const* __id, const void* __fallback_id) 169 if (__id && *__id == typeid(_Tp)) 172 if (!__id && __fallback_id == __any_imp::__get_fallback_typeid<_Tp>())
|
| H A D | thread | 250 operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id) 251 {return __os << __id.__id_;} 255 __thread_id(__libcpp_thread_id __id) : __id_(__id) {}
|
| /OK3568_Linux_fs/kernel/drivers/soc/amlogic/ |
| H A D | meson-clk-measure.c | 49 #define CLK_MSR_ID(__id, __name) \ argument 50 [__id] = {.id = __id, .name = __name,}
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | quota.h | 130 extern int quotactl (int __cmd, const char *__special, int __id,
|
| H A D | wait.h | 132 extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | quota.h | 130 extern int quotactl (int __cmd, const char *__special, int __id,
|
| H A D | wait.h | 132 extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | psci.S | 22 #define PSCI_TABLE(__id, __fn) \ argument 23 .word __id; \
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | spinand.h | 365 #define SPINAND_INFO(__model, __id, __memorg, __eccreq, __op_variants, \ argument 369 .devid = __id, \
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | spinand.h | 369 #define SPINAND_INFO(__model, __id, __memorg, __eccreq, __op_variants, \ argument 373 .devid = __id, \
|