Home
last modified time | relevance | path

Searched refs:list1 (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/lib/
H A Dlist-test.c20 struct list_head list1 = LIST_HEAD_INIT(list1); in list_test_list_init() local
36 KUNIT_EXPECT_TRUE(test, list_empty_careful(&list1)); in list_test_list_init()
167 LIST_HEAD(list1); in list_test_list_move()
170 list_add_tail(&a, &list1); in list_test_list_move()
177 KUNIT_EXPECT_TRUE(test, list_empty(&list1)); in list_test_list_move()
186 LIST_HEAD(list1); in list_test_list_move_tail()
189 list_add_tail(&a, &list1); in list_test_list_move_tail()
196 KUNIT_EXPECT_TRUE(test, list_empty(&list1)); in list_test_list_move_tail()
208 LIST_HEAD(list1); in list_test_list_bulk_move_tail()
212 list_add_tail(&x, &list1); in list_test_list_bulk_move_tail()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/list/aux_/preprocessed/plain/
H A Dlist10.hpp17 struct list1 struct
24 typedef list1 type; argument
34 , list1<T1>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/list/aux_/
H A Dnumbered.hpp31 struct list1 struct
38 typedef list1 type; argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dexpr.hpp446 proto::expr<proto::tag::function, list1<expr const &>, 1> const
449 proto::expr<proto::tag::function, list1<expr const &>, 1> that = {*this}; in operator ()()
457 proto::expr<proto::tag::function, list1<expr &>, 1> const
460 proto::expr<proto::tag::function, list1<expr &>, 1> that = {*this}; in operator ()()
/OK3568_Linux_fs/u-boot/drivers/power/
H A Dcharge_animation.c89 const fdt32_t *list1; in regulators_parse_assigned_mem_state() local
96 list1 = dev_read_prop(dev, "regulator-on-in-mem", &size1); in regulators_parse_assigned_mem_state()
98 if (!list1 && !list2) in regulators_parse_assigned_mem_state()
100 if (list1 && !list2) in regulators_parse_assigned_mem_state()
102 else if (!list1 && list2) in regulators_parse_assigned_mem_state()
105 size1 = size1 / sizeof(*list1); in regulators_parse_assigned_mem_state()
117 phandle = fdt32_to_cpu(*list1++); in regulators_parse_assigned_mem_state()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-topology.c408 struct list_head list0, list1; in update_tree() local
414 INIT_LIST_HEAD(&list1); in update_tree()
415 list_add_tail(&root->link, &list1); in update_tree()
418 node1 = fw_node(list1.next); in update_tree()
455 list_add_tail(&node1->ports[i]->link, &list1); in update_tree()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dexpr.hpp264 proto::expr<proto::tag::function, list1<expr const &>, 1> const
267 proto::expr<proto::tag::function, list1<expr const &>, 1> that = {*this}; in operator ()()
273 proto::expr<proto::tag::function, list1<expr &>, 1> const
276 proto::expr<proto::tag::function, list1<expr &>, 1> that = {*this}; in operator ()()
578 struct expr<Tag, list1<Arg0>, 1 >
584 typedef list1<Arg0> proto_args;
739 proto::expr<proto::tag::function, list1<expr const &>, 1> const
742 proto::expr<proto::tag::function, list1<expr const &>, 1> that = {*this}; in operator ()()
1057 proto::expr<proto::tag::function, list1<expr const &>, 1> const
1060 proto::expr<proto::tag::function, list1<expr const &>, 1> that = {*this}; in operator ()()
[all …]
H A Dgenerate_by_value.hpp10 proto::expr<Tag, list1<Arg0>, 1>
14 list1<Arg0>
17 list1<
34 proto::basic_expr<Tag, list1<Arg0>, 1>
38 list1<Arg0>
41 list1<
H A Dargs.hpp28 struct list1 struct
H A Dbasic_expr.hpp115 struct basic_expr<Tag, list1<Arg0>, 1 >
121 typedef list1<Arg0> proto_args;
H A Dtraits.hpp94 typedef proto::expr<proto::tag::function, list1<A0>, 1> type;
95 typedef proto::basic_expr<proto::tag::function, list1<A0>, 1> proto_grammar;
129 typedef proto::expr<Tag, list1<A0>, 1> type;
130 typedef proto::basic_expr<Tag, list1<A0>, 1> proto_grammar;
H A Ddeep_copy.hpp15 , list1<
/OK3568_Linux_fs/kernel/drivers/media/i2c/et8ek8/
H A Det8ek8_driver.c484 const struct et8ek8_reglist **list1 = (const struct et8ek8_reglist **)a, in et8ek8_reglist_cmp() local
488 if ((*list1)->type == ET8EK8_REGLIST_MODE && in et8ek8_reglist_cmp()
491 if ((*list1)->type != ET8EK8_REGLIST_MODE && in et8ek8_reglist_cmp()
496 if ((*list1)->mode.window_width > (*list2)->mode.window_width) in et8ek8_reglist_cmp()
498 if ((*list1)->mode.window_width < (*list2)->mode.window_width) in et8ek8_reglist_cmp()
501 if ((*list1)->mode.window_height > (*list2)->mode.window_height) in et8ek8_reglist_cmp()
503 if ((*list1)->mode.window_height < (*list2)->mode.window_height) in et8ek8_reglist_cmp()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dtraits.hpp497 typedef proto::expr<Tag, list1<T>, 1> type;
498 typedef proto::basic_expr<Tag, list1<T>, 1> proto_grammar;
544 typedef proto::expr<proto::tag::Op, list1<T>, 1> type; \
545 typedef proto::basic_expr<proto::tag::Op, list1<T>, 1> proto_grammar; \
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_refs.cpp90 EncFrmStatus list1[2]; member
286 memset(cpb->list1, 0, sizeof(cpb->list1)); in cleanup_cpb_refs()
/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.hpp43 : list1<T0>
45 typedef typename list1<T0>::type type;
/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.hpp43 : list1<T0>
45 typedef typename list1<T0>::type type;
/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.hpp43 : list1<T0>
45 typedef typename list1<T0>::type type;
/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.hpp43 : list1<T0>
45 typedef typename list1<T0>::type type;
/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.hpp43 : list1<T0>
45 typedef typename list1<T0>::type type;
/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.hpp43 : list1<T0>
45 typedef typename list1<T0>::type type;
/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.hpp43 : list1<T0>
45 typedef typename list1<T0>::type type;
/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.hpp43 : list1<T0>
45 typedef typename list1<T0>::type type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ctps/
H A Dlist.hpp55 typedef typename list1<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc60/
H A Dlist.hpp55 typedef typename list1<

12