| /OK3568_Linux_fs/kernel/lib/ |
| H A D | list-test.c | 20 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 D | list10.hpp | 17 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 D | numbered.hpp | 31 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 D | expr.hpp | 446 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 D | charge_animation.c | 89 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 D | core-topology.c | 408 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 D | expr.hpp | 264 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 D | generate_by_value.hpp | 10 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 D | args.hpp | 28 struct list1 struct
|
| H A D | basic_expr.hpp | 115 struct basic_expr<Tag, list1<Arg0>, 1 > 121 typedef list1<Arg0> proto_args;
|
| H A D | traits.hpp | 94 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 D | deep_copy.hpp | 15 , list1<
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/et8ek8/ |
| H A D | et8ek8_driver.c | 484 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 D | traits.hpp | 497 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 D | mpp_enc_refs.cpp | 90 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 D | list.hpp | 43 : 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 D | list.hpp | 43 : 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 D | list.hpp | 43 : 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 D | list.hpp | 43 : 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 D | list.hpp | 43 : 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 D | list.hpp | 43 : 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 D | list.hpp | 43 : 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 D | list.hpp | 43 : 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 D | list.hpp | 55 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 D | list.hpp | 55 typedef typename list1<
|