Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 2953) sorted by relevance

12345678910>>...119

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc551/
H A Dlist.hpp27 struct list< struct
33 typedef list0< >::type type;
39 struct list< struct
45 typedef typename list1<T0>::type type;
51 struct list< struct
57 typedef typename list2< T0,T1 >::type type;
63 struct list< struct
69 typedef typename list3< T0,T1,T2 >::type type;
75 struct list< struct
81 typedef typename list4< T0,T1,T2,T3 >::type type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc_pre590/
H A Dlist.hpp27 struct list< struct
33 typedef list0< >::type type;
39 struct list< struct
45 typedef typename list1<T0>::type type;
51 struct list< struct
57 typedef typename list2< T0,T1 >::type type;
63 struct list< struct
69 typedef typename list3< T0,T1,T2 >::type type;
75 struct list< struct
81 typedef typename list4< T0,T1,T2,T3 >::type type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/dmc/
H A Dlist.hpp27 struct list< struct
33 typedef list0< >::type type;
39 struct list< struct
45 typedef typename list1<T0>::type type;
51 struct list< struct
57 typedef typename list2< T0,T1 >::type type;
63 struct list< struct
69 typedef typename list3< T0,T1,T2 >::type type;
75 struct list< struct
81 typedef typename list4< T0,T1,T2,T3 >::type type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/gcc/
H A Dlist.hpp27 struct list< struct
33 typedef list0< >::type type;
39 struct list< struct
45 typedef typename list1<T0>::type type;
51 struct list< struct
57 typedef typename list2< T0,T1 >::type type;
63 struct list< struct
69 typedef typename list3< T0,T1,T2 >::type type;
75 struct list< struct
81 typedef typename list4< T0,T1,T2,T3 >::type type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/mwcw/
H A Dlist.hpp27 struct list< struct
33 typedef list0< >::type type;
39 struct list< struct
45 typedef typename list1<T0>::type type;
51 struct list< struct
57 typedef typename list2< T0,T1 >::type type;
63 struct list< struct
69 typedef typename list3< T0,T1,T2 >::type type;
75 struct list< struct
81 typedef typename list4< T0,T1,T2,T3 >::type type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/plain/
H A Dlist.hpp27 struct list< struct
33 typedef list0< >::type type;
39 struct list< struct
45 typedef typename list1<T0>::type type;
51 struct list< struct
57 typedef typename list2< T0,T1 >::type type;
63 struct list< struct
69 typedef typename list3< T0,T1,T2 >::type type;
75 struct list< struct
81 typedef typename list4< T0,T1,T2,T3 >::type type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ttp/
H A Dlist.hpp27 struct list< struct
33 typedef list0< >::type type;
39 struct list< struct
45 typedef typename list1<T0>::type type;
51 struct list< struct
57 typedef typename list2< T0,T1 >::type type;
63 struct list< struct
69 typedef typename list3< T0,T1,T2 >::type type;
75 struct list< struct
81 typedef typename list4< T0,T1,T2,T3 >::type type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc/
H A Dlist.hpp27 struct list< struct
33 typedef list0< >::type type;
39 struct list< struct
45 typedef typename list1<T0>::type type;
51 struct list< struct
57 typedef typename list2< T0,T1 >::type type;
63 struct list< struct
69 typedef typename list3< T0,T1,T2 >::type type;
75 struct list< struct
81 typedef typename list4< T0,T1,T2,T3 >::type type;
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.y31 struct list_head *list; in alloc_list() local
52 static void inc_group_count(struct list_head *list, in inc_group_count()
154 struct list_head *list = $1; variable
164 struct list_head *list = $1; variable
179 struct list_head *list = $1; variable
196 struct list_head *list = $3; variable
206 struct list_head *list = $2; variable
217 struct list_head *list = $1; variable
231 struct list_head *list = $1; variable
280 struct list_head *list = NULL, *orig_terms = NULL, *terms= NULL; variable
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/list/
H A Dadt.hpp32 # define BOOST_PP_LIST_FIRST(list) BOOST_PP_LIST_FIRST_D(list) argument
35 # define BOOST_PP_LIST_FIRST_D(list) BOOST_PP_LIST_FIRST_I list argument
37 # define BOOST_PP_LIST_FIRST_D(list) BOOST_PP_LIST_FIRST_I ## list argument
44 # define BOOST_PP_LIST_REST(list) BOOST_PP_LIST_REST_D(list) argument
47 # define BOOST_PP_LIST_REST_D(list) BOOST_PP_LIST_REST_I list argument
49 # define BOOST_PP_LIST_REST_D(list) BOOST_PP_LIST_REST_I ## list argument
57 # define BOOST_PP_LIST_IS_CONS(list) BOOST_PP_LIST_IS_CONS_D(list) argument
58 # define BOOST_PP_LIST_IS_CONS_D(list) BOOST_PP_LIST_IS_CONS_ ## list argument
62 # define BOOST_PP_LIST_IS_CONS(list) BOOST_PP_IS_BINARY(list) argument
68 # define BOOST_PP_LIST_IS_NIL(list) BOOST_PP_COMPL(BOOST_PP_IS_BINARY(list)) argument
[all …]
H A Dreverse.hpp23 # define BOOST_PP_LIST_REVERSE(list) BOOST_PP_LIST_FOLD_LEFT(BOOST_PP_LIST_REVERSE_O, BOOST_PP_N… argument
25 # define BOOST_PP_LIST_REVERSE(list) BOOST_PP_LIST_REVERSE_I(list) argument
26 # define BOOST_PP_LIST_REVERSE_I(list) BOOST_PP_LIST_FOLD_LEFT(BOOST_PP_LIST_REVERSE_O, BOOST_PP… argument
34 # define BOOST_PP_LIST_REVERSE_D(d, list) BOOST_PP_LIST_FOLD_LEFT_ ## d(BOOST_PP_LIST_REVERSE_O,… argument
36 # define BOOST_PP_LIST_REVERSE_D(d, list) BOOST_PP_LIST_REVERSE_D_I(d, list) argument
37 # define BOOST_PP_LIST_REVERSE_D_I(d, list) BOOST_PP_LIST_FOLD_LEFT_ ## d(BOOST_PP_LIST_REVERSE_… argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/
H A Dlist.hpp39 struct list : binary_parser<list<Left, Right> > struct
41 typedef Left left_type;
42 typedef Right right_type;
45 struct attribute
58 list(Left const& left_, Right const& right_) in list() argument
62 bool parse_container(F f) const in parse_container()
81 bool parse(Iterator& first, Iterator const& last in parse()
101 info what(Context& context) const in what()
107 Left left;
108 Right right;
/OK3568_Linux_fs/kernel/Documentation/doc-guide/
H A Dcontributing.rst30 Addressing warnings
140 Languishing kerneldoc comments
160 Typo fixes
183 Ancient documentation
225 Documentation coherency
260 Stylesheet improvements
272 Non-LaTeX PDF build
288 Write more documentation
/OK3568_Linux_fs/kernel/tools/firewire/
H A Dlist.h2 struct list { struct
3 struct list *next, *prev; argument
7 list_init(struct list *list) in list_init()
14 list_empty(struct list *list) in list_empty()
29 list_append(struct list *list, struct list *new_link) in list_append()
35 list_prepend(struct list *list, struct list *new_link) in list_prepend()
50 #define list_head(list, type, member) \ argument
53 #define list_tail(list, type, member) \ argument
59 #define list_for_each_entry(pos, list, member) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_osk_list.h71 MALI_STATIC_INLINE void _mali_osk_list_init(_mali_osk_list_t *list) in _mali_osk_list_init()
90 MALI_STATIC_INLINE void _mali_osk_list_add(_mali_osk_list_t *new_entry, _mali_osk_list_t *list) in _mali_osk_list_add()
107 MALI_STATIC_INLINE void _mali_osk_list_addtail(_mali_osk_list_t *new_entry, _mali_osk_list_t *list) in _mali_osk_list_addtail()
120 MALI_STATIC_INLINE void _mali_osk_list_del(_mali_osk_list_t *list) in _mali_osk_list_del()
132 MALI_STATIC_INLINE void _mali_osk_list_delinit(_mali_osk_list_t *list) in _mali_osk_list_delinit()
145 MALI_STATIC_INLINE mali_bool _mali_osk_list_empty(_mali_osk_list_t *list) in _mali_osk_list_empty()
161 MALI_STATIC_INLINE void _mali_osk_list_move(_mali_osk_list_t *move_entry, _mali_osk_list_t *list) in _mali_osk_list_move()
237 #define _MALI_OSK_LIST_FOREACHENTRY(ptr, tmp, list, type, member) \ argument
260 #define _MALI_OSK_LIST_FOREACHENTRY_REVERSE(ptr, tmp, list, type, member) \ argument
/OK3568_Linux_fs/external/mpp/osal/android/
H A Dos_log.c20 void os_log_trace(const char* tag, const char* msg, va_list list) in os_log_trace()
25 void os_log_debug(const char* tag, const char* msg, va_list list) in os_log_debug()
30 void os_log_info(const char* tag, const char* msg, va_list list) in os_log_info()
35 void os_log_warn(const char* tag, const char* msg, va_list list) in os_log_warn()
40 void os_log_error(const char* tag, const char* msg, va_list list) in os_log_error()
45 void os_log_fatal(const char* tag, const char* msg, va_list list) in os_log_fatal()
/OK3568_Linux_fs/external/mpp/osal/windows/
H A Dos_log.c23 void os_log_info(const char* tag, const char* msg, va_list list) in os_log_info()
30 void os_log_error(const char* tag, const char* msg, va_list list) in os_log_error()
37 void os_log_trace(const char* tag, const char* msg, va_list list) in os_log_trace()
42 void os_log_debug(const char* tag, const char* msg, va_list list) in os_log_debug()
47 void os_log_warn(const char* tag, const char* msg, va_list list) in os_log_warn()
52 void os_log_fatal(const char* tag, const char* msg, va_list list) in os_log_fatal()
/OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/
H A Dutil.c7 void qtnf_sta_list_init(struct qtnf_sta_list *list) in qtnf_sta_list_init()
16 struct qtnf_sta_node *qtnf_sta_list_lookup(struct qtnf_sta_list *list, in qtnf_sta_list_lookup()
32 struct qtnf_sta_node *qtnf_sta_list_lookup_index(struct qtnf_sta_list *list, in qtnf_sta_list_lookup_index()
51 struct qtnf_sta_list *list = &vif->sta_list; in qtnf_sta_list_add() local
77 struct qtnf_sta_list *list = &vif->sta_list; in qtnf_sta_list_del() local
94 void qtnf_sta_list_free(struct qtnf_sta_list *list) in qtnf_sta_list_free()
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Dos_log.cpp57 void os_log_trace(const char* tag, const char* msg, va_list list) in os_log_trace()
64 void os_log_debug(const char* tag, const char* msg, va_list list) in os_log_debug()
71 void os_log_info(const char* tag, const char* msg, va_list list) in os_log_info()
78 void os_log_warn(const char* tag, const char* msg, va_list list) in os_log_warn()
85 void os_log_error(const char* tag, const char* msg, va_list list) in os_log_error()
92 void os_log_fatal(const char* tag, const char* msg, va_list list) in os_log_fatal()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dutil.h31 #define list_for_each(node, list) \ argument
34 #define list_for_each_reverse(node, list) \ argument
42 #define list_empty(list) ((list) == (list)->next) argument
43 #define list_head(list) ((list)->next) argument
44 #define list_tail(list) ((list)->prev) argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_fltr.c33 struct list_head *list) in ice_fltr_add_entry_to_list()
55 ice_fltr_add_mac_list(struct ice_vsi *vsi, struct list_head *list) in ice_fltr_add_mac_list()
66 ice_fltr_remove_mac_list(struct ice_vsi *vsi, struct list_head *list) in ice_fltr_remove_mac_list()
77 ice_fltr_add_vlan_list(struct ice_vsi *vsi, struct list_head *list) in ice_fltr_add_vlan_list()
88 ice_fltr_remove_vlan_list(struct ice_vsi *vsi, struct list_head *list) in ice_fltr_remove_vlan_list()
99 ice_fltr_add_eth_list(struct ice_vsi *vsi, struct list_head *list) in ice_fltr_add_eth_list()
110 ice_fltr_remove_eth_list(struct ice_vsi *vsi, struct list_head *list) in ice_fltr_remove_eth_list()
132 ice_fltr_add_mac_to_list(struct ice_vsi *vsi, struct list_head *list, in ice_fltr_add_mac_to_list()
157 ice_fltr_add_vlan_to_list(struct ice_vsi *vsi, struct list_head *list, in ice_fltr_add_vlan_to_list()
182 ice_fltr_add_eth_to_list(struct ice_vsi *vsi, struct list_head *list, in ice_fltr_add_eth_to_list()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bo_list.c41 struct amdgpu_bo_list *list = container_of(rcu, struct amdgpu_bo_list, in amdgpu_bo_list_free_rcu() local
49 struct amdgpu_bo_list *list = container_of(ref, struct amdgpu_bo_list, in amdgpu_bo_list_free() local
68 struct amdgpu_bo_list *list; in amdgpu_bo_list_create() local
160 struct amdgpu_bo_list *list; in amdgpu_bo_list_destroy() local
184 void amdgpu_bo_list_get_list(struct amdgpu_bo_list *list, in amdgpu_bo_list_get_list()
218 void amdgpu_bo_list_put(struct amdgpu_bo_list *list) in amdgpu_bo_list_put()
273 struct amdgpu_bo_list *list, *old; in amdgpu_bo_list_ioctl() local
/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.h45 struct io_wq_work_list *list) in wq_list_add_after()
56 struct io_wq_work_list *list) in wq_list_add_tail()
68 static inline void wq_list_cut(struct io_wq_work_list *list, in wq_list_cut()
83 static inline void wq_list_del(struct io_wq_work_list *list, in wq_list_del()
93 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) argument
94 #define INIT_WQ_LIST(list) do { \ argument
100 struct io_wq_work_node list; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c36 static void ttm_eu_backoff_reservation_reverse(struct list_head *list, in ttm_eu_backoff_reservation_reverse()
47 struct list_head *list) in ttm_eu_backoff_reservation()
81 struct list_head *list, bool intr, in ttm_eu_reserve_buffers()
149 struct list_head *list, in ttm_eu_fence_buffer_objects()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dwifiview.cpp19 QList<QVariant> list = index.data(Qt::DisplayRole).toList(); in paint() local
128 QList<ScanInfo> removeRepeat(const QList<ScanInfo> &list) in removeRepeat()
139 void WifiModel::setData(const QList<ScanInfo> &list) in setData()
153 QList<ScanInfo> list; in setDataHostap() local
166 QList<ScanInfo> list = m_list; in lostConnectHoseap() local
190 QList<QVariant> list; in data() local

12345678910>>...119