| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | libdrm_lists.h | 98 #define DRMLISTFOREACHENTRY(__item, __list, __head) \ argument 99 for ((__item) = DRMLISTENTRY(typeof(*__item), (__list)->next, __head); \ 100 &(__item)->__head != (__list); \ 102 (__item)->__head.next, __head)) 104 #define DRMLISTFOREACHENTRYSAFE(__item, __temp, __list, __head) \ argument 105 for ((__item) = DRMLISTENTRY(typeof(*__item), (__list)->next, __head), \ 107 (__item)->__head.next, __head); \ 108 &(__item)->__head != (__list); \ 111 (__temp)->__head.next, __head))
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | head64.c | 87 #define __head __section(".head.text") macro 89 static void __head *fixup_pointer(void *ptr, unsigned long physaddr) in fixup_pointer() 94 static unsigned long __head *fixup_long(void *ptr, unsigned long physaddr) in fixup_long() 100 static unsigned int __head *fixup_int(void *ptr, unsigned long physaddr) in fixup_int() 105 static bool __head check_la57_support(unsigned long physaddr) in check_la57_support() 124 static bool __head check_la57_support(unsigned long physaddr) in check_la57_support() 136 unsigned long __head __startup_64(unsigned long physaddr, in __startup_64() 595 void __head startup_64_setup_env(unsigned long physbase) in startup_64_setup_env()
|
| /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/ext/ |
| H A D | slist | 73 __slist_previous(_Slist_node_base* __head, 76 while (__head && __head->_M_next != __node) 77 __head = __head->_M_next; 78 return __head; 82 __slist_previous(const _Slist_node_base* __head, 85 while (__head && __head->_M_next != __node) 86 __head = __head->_M_next; 87 return __head; 106 __slist_splice_after(_Slist_node_base* __pos, _Slist_node_base* __head) 108 _Slist_node_base* __before_last = __slist_previous(__head, 0); [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/ext/ |
| H A D | slist | 73 __slist_previous(_Slist_node_base* __head, 76 while (__head && __head->_M_next != __node) 77 __head = __head->_M_next; 78 return __head; 82 __slist_previous(const _Slist_node_base* __head, 85 while (__head && __head->_M_next != __node) 86 __head = __head->_M_next; 87 return __head; 106 __slist_splice_after(_Slist_node_base* __pos, _Slist_node_base* __head) 108 _Slist_node_base* __before_last = __slist_previous(__head, 0); [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/ |
| H A D | tuple | 216 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) 217 : _Inherited(__tail...), _Base(__head) { } 222 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 224 _Base(std::forward<_UHead>(__head)) { } 259 const _Head& __head, const _Tail&... __tail) 261 _Base(__use_alloc<_Head, _Alloc, _Head>(__a), __head) { } 268 _UHead&& __head, _UTail&&... __tail) 271 std::forward<_UHead>(__head)) { } 358 constexpr _Tuple_impl(const _Head& __head) 359 : _Base(__head) { } [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/ |
| H A D | tuple | 216 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) 217 : _Inherited(__tail...), _Base(__head) { } 222 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 224 _Base(std::forward<_UHead>(__head)) { } 259 const _Head& __head, const _Tail&... __tail) 261 _Base(__use_alloc<_Head, _Alloc, _Head>(__a), __head) { } 268 _UHead&& __head, _UTail&&... __tail) 271 std::forward<_UHead>(__head)) { } 358 constexpr _Tuple_impl(const _Head& __head) 359 : _Base(__head) { } [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/tr1/ |
| H A D | hashtable.h | 767 _Node** __head = _M_buckets + __n; in _GLIBCXX_VISIBILITY() local 768 _Node* __p = _M_find_node(*__head, __k, __code); in _GLIBCXX_VISIBILITY() 777 iterator __first(__p, __head); in _GLIBCXX_VISIBILITY() 778 iterator __last(__p1, __head); in _GLIBCXX_VISIBILITY() 805 _Node** __head = _M_buckets + __n; in _GLIBCXX_VISIBILITY() local 806 _Node* __p = _M_find_node(*__head, __k, __code); in _GLIBCXX_VISIBILITY() 815 const_iterator __first(__p, __head); in _GLIBCXX_VISIBILITY() 816 const_iterator __last(__p1, __head); in _GLIBCXX_VISIBILITY()
|
| H A D | tuple | 100 _Tuple_impl(typename __add_c_ref<_Head>::type __head, 102 : _Inherited(__tail...), _M_head(__head) { }
|
| /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/tr1/ |
| H A D | hashtable.h | 767 _Node** __head = _M_buckets + __n; in _GLIBCXX_VISIBILITY() local 768 _Node* __p = _M_find_node(*__head, __k, __code); in _GLIBCXX_VISIBILITY() 777 iterator __first(__p, __head); in _GLIBCXX_VISIBILITY() 778 iterator __last(__p1, __head); in _GLIBCXX_VISIBILITY() 805 _Node** __head = _M_buckets + __n; in _GLIBCXX_VISIBILITY() local 806 _Node* __p = _M_find_node(*__head, __k, __code); in _GLIBCXX_VISIBILITY() 815 const_iterator __first(__p, __head); in _GLIBCXX_VISIBILITY() 816 const_iterator __last(__p1, __head); in _GLIBCXX_VISIBILITY()
|
| H A D | tuple | 100 _Tuple_impl(typename __add_c_ref<_Head>::type __head, 102 : _Inherited(__tail...), _M_head(__head) { }
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rculist.h | 372 struct list_head *__head = (head); \ 375 likely(__next != __head) ? list_entry_rcu(__next, type, \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | variant | 404 return _VSTD::forward<_Vp>(__v).__head; 645 : __head(in_place, _VSTD::forward<_Args>(__args)...) {} \ 662 __alt<_Index, _Tp> __head; \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | variant | 404 return _VSTD::forward<_Vp>(__v).__head; 645 : __head(in_place, _VSTD::forward<_Args>(__args)...) {} \ 662 __alt<_Index, _Tp> __head; \
|