| /third_party/uboot/u-boot-2020.01/drivers/usb/eth/ |
| D | r8152.c | 71 int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in get_registers() 84 int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in set_registers() 94 int generic_ocp_read(struct r8152 *tp, u16 index, u16 size, in generic_ocp_read() 122 int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen, in generic_ocp_write() 175 int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data) in pla_ocp_read() 180 int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data) in pla_ocp_write() 185 int usb_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data) in usb_ocp_read() 190 int usb_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data) in usb_ocp_write() 195 u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index) in ocp_read_dword() 204 void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_dword() [all …]
|
| D | r8152_fw.c | 723 static void rtl_clear_bp(struct r8152 *tp) in rtl_clear_bp() 740 static void r8153_clear_bp(struct r8152 *tp) in r8153_clear_bp() 747 static void r8152b_set_dq_desc(struct r8152 *tp) in r8152b_set_dq_desc() 760 static int r8153_pre_ram_code(struct r8152 *tp, u16 patch_key) in r8153_pre_ram_code() 780 static int r8153_post_ram_code(struct r8152 *tp) in r8153_post_ram_code() 801 static void r8153_wdt1_end(struct r8152 *tp) in r8153_wdt1_end() 812 void r8152b_firmware(struct r8152 *tp) in r8152b_firmware() 855 void r8153_firmware(struct r8152 *tp) in r8153_firmware()
|
| /third_party/libinput/src/ |
| D | evdev-mt-touchpad-tap.c | 96 log_tap_bug(struct tp_dispatch *tp, struct tp_touch *t, enum tap_event event) in log_tap_bug() 107 tp_tap_notify(struct tp_dispatch *tp, in tp_tap_notify() 137 tp_tap_set_timer(struct tp_dispatch *tp, uint64_t time) in tp_tap_set_timer() 143 tp_tap_set_drag_timer(struct tp_dispatch *tp, uint64_t time) in tp_tap_set_drag_timer() 149 tp_tap_clear_timer(struct tp_dispatch *tp) in tp_tap_clear_timer() 155 tp_tap_move_to_dead(struct tp_dispatch *tp, struct tp_touch *t) in tp_tap_move_to_dead() 163 tp_tap_idle_handle_event(struct tp_dispatch *tp, in tp_tap_idle_handle_event() 195 tp_tap_touch_handle_event(struct tp_dispatch *tp, in tp_tap_touch_handle_event() 250 tp_tap_hold_handle_event(struct tp_dispatch *tp, in tp_tap_hold_handle_event() 287 tp_tap_tapped_handle_event(struct tp_dispatch *tp, in tp_tap_tapped_handle_event() [all …]
|
| D | evdev-mt-touchpad.c | 61 tp_filter_motion(struct tp_dispatch *tp, in tp_filter_motion() 79 tp_filter_motion_unaccelerated(struct tp_dispatch *tp, in tp_filter_motion_unaccelerated() 97 tp_calculate_motion_speed(struct tp_dispatch *tp, struct tp_touch *t) in tp_calculate_motion_speed() 163 tp_detect_wobbling(struct tp_dispatch *tp, in tp_detect_wobbling() 211 tp_motion_hysteresis(struct tp_dispatch *tp, in tp_motion_hysteresis() 232 tp_current_touch(struct tp_dispatch *tp) in tp_current_touch() 238 tp_get_touch(struct tp_dispatch *tp, unsigned int slot) in tp_get_touch() 245 tp_fake_finger_count(struct tp_dispatch *tp) in tp_fake_finger_count() 264 tp_fake_finger_is_touching(struct tp_dispatch *tp) in tp_fake_finger_is_touching() 270 tp_fake_finger_set(struct tp_dispatch *tp, in tp_fake_finger_set() [all …]
|
| D | evdev-mt-touchpad-buttons.c | 81 is_inside_bottom_button_area(const struct tp_dispatch *tp, in is_inside_bottom_button_area() 88 is_inside_bottom_right_area(const struct tp_dispatch *tp, in is_inside_bottom_right_area() 96 is_inside_bottom_middle_area(const struct tp_dispatch *tp, in is_inside_bottom_middle_area() 105 is_inside_bottom_left_area(const struct tp_dispatch *tp, in is_inside_bottom_left_area() 114 is_inside_top_button_area(const struct tp_dispatch *tp, in is_inside_top_button_area() 121 is_inside_top_right_area(const struct tp_dispatch *tp, in is_inside_top_right_area() 129 is_inside_top_left_area(const struct tp_dispatch *tp, in is_inside_top_left_area() 137 is_inside_top_middle_area(const struct tp_dispatch *tp, in is_inside_top_middle_area() 146 tp_button_set_enter_timer(struct tp_dispatch *tp, struct tp_touch *t) in tp_button_set_enter_timer() 153 tp_button_set_leave_timer(struct tp_dispatch *tp, struct tp_touch *t) in tp_button_set_leave_timer() [all …]
|
| D | evdev-mt-touchpad-thumb.c | 50 tp_thumb_set_state(struct tp_dispatch *tp, in tp_thumb_set_state() 70 tp_thumb_reset(struct tp_dispatch *tp) in tp_thumb_reset() 78 tp_thumb_lift(struct tp_dispatch *tp) in tp_thumb_lift() 85 tp_thumb_in_exclusion_area(const struct tp_dispatch *tp, in tp_thumb_in_exclusion_area() 94 tp_thumb_detect_pressure_size(const struct tp_dispatch *tp, in tp_thumb_detect_pressure_size() 115 tp_thumb_needs_jail(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_thumb_needs_jail() 133 tp_thumb_ignored(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_thumb_ignored() 145 tp_thumb_ignored_for_tap(const struct tp_dispatch *tp, in tp_thumb_ignored_for_tap() 156 tp_thumb_ignored_for_gesture(const struct tp_dispatch *tp, in tp_thumb_ignored_for_gesture() 168 tp_thumb_suppress(struct tp_dispatch *tp, struct tp_touch *t) in tp_thumb_suppress() [all …]
|
| D | evdev-mt-touchpad-gestures.c | 49 tp_get_touches_delta(struct tp_dispatch *tp, bool average) in tp_get_touches_delta() 83 tp_gesture_init_scroll(struct tp_dispatch *tp) in tp_gesture_init_scroll() 95 tp_get_combined_touches_delta(struct tp_dispatch *tp) in tp_get_combined_touches_delta() 101 tp_get_average_touches_delta(struct tp_dispatch *tp) in tp_get_average_touches_delta() 107 tp_gesture_start(struct tp_dispatch *tp, uint64_t time) in tp_gesture_start() 142 tp_gesture_post_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_gesture_post_pointer_motion() 167 tp_gesture_get_active_touches(const struct tp_dispatch *tp, in tp_gesture_get_active_touches() 198 tp_gesture_get_direction(struct tp_dispatch *tp, struct tp_touch *touch) in tp_gesture_get_direction() 210 tp_gesture_get_pinch_info(struct tp_dispatch *tp, in tp_gesture_get_pinch_info() 229 tp_gesture_set_scroll_buildup(struct tp_dispatch *tp) in tp_gesture_set_scroll_buildup() [all …]
|
| D | evdev-mt-touchpad-edge-scroll.c | 73 tp_touch_get_edge(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_touch_get_edge() 90 tp_edge_scroll_set_timer(struct tp_dispatch *tp, in tp_edge_scroll_set_timer() 107 tp_edge_scroll_set_state(struct tp_dispatch *tp, in tp_edge_scroll_set_state() 133 tp_edge_scroll_handle_none(struct tp_dispatch *tp, in tp_edge_scroll_handle_none() 160 tp_edge_scroll_handle_edge_new(struct tp_dispatch *tp, in tp_edge_scroll_handle_edge_new() 188 tp_edge_scroll_handle_edge(struct tp_dispatch *tp, in tp_edge_scroll_handle_edge() 218 tp_edge_scroll_handle_area(struct tp_dispatch *tp, in tp_edge_scroll_handle_area() 239 tp_edge_scroll_handle_event(struct tp_dispatch *tp, in tp_edge_scroll_handle_event() 278 tp_edge_scroll_init(struct tp_dispatch *tp, struct evdev_device *device) in tp_edge_scroll_init() 326 tp_remove_edge_scroll(struct tp_dispatch *tp) in tp_remove_edge_scroll() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | nonPrimitiveConstraintOfIndexAccessType.js | 38 function f(s, tp) { argument 41 function g(s, tp) { argument 44 function h(s, tp) { argument 47 function i(s, tp) { argument 50 function j(s, tp) { argument 53 function k(s, tp) { argument 56 function o(s, tp) { argument 59 function l(s, tp) { argument 62 function m(s, tp) { argument 65 function n(s, tp) { argument
|
| /third_party/boost/libs/mp11/test/ |
| D | construct_from_tuple.cpp | 47 std::tuple<int, short, char> tp{ 1, 2, 3 }; in main() local 67 std::tuple<int, short, char> const tp{ 1, 2, 3 }; in main() local 90 …std::tuple<std::unique_ptr<int>, std::unique_ptr<int>, std::unique_ptr<int>> tp{ std::unique_ptr<i… in main() local 102 std::pair<int, short> tp{ 1, 2 }; in main() local 122 std::pair<int, short> const tp{ 1, 2 }; in main() local 142 std::array<int, 3> tp{{ 1, 2, 3 }}; in main() local 162 std::array<int, 3> const tp{{ 1, 2, 3 }}; in main() local 182 std::tuple<> tp; in main() local 202 std::array<int, 0> tp; in main() local
|
| D | tuple_for_each.cpp | 26 std::tuple<int, short, char> tp{ 1, 2, 3 }; in main() local 46 std::tuple<int, short, char> const tp{ 1, 2, 3 }; in main() local 69 …std::tuple<std::unique_ptr<int>, std::unique_ptr<int>, std::unique_ptr<int>> tp{ std::unique_ptr<i… in main() local 81 std::pair<int, short> tp{ 1, 2 }; in main() local 101 std::pair<int, short> const tp{ 1, 2 }; in main() local 121 std::array<int, 3> tp{{ 1, 2, 3 }}; in main() local 141 std::array<int, 3> const tp{{ 1, 2, 3 }}; in main() local 161 std::tuple<> tp; in main() local 168 std::array<int, 0> tp; in main() local
|
| D | tuple_apply.cpp | 26 std::tuple<int, short, char> tp{ 1, 2, 3 }; in main() local 40 std::tuple<int, short, char> const tp{ 1, 2, 3 }; in main() local 57 …std::tuple<std::unique_ptr<int>, std::unique_ptr<int>, std::unique_ptr<int>> tp{ std::unique_ptr<i… in main() local 66 std::pair<int, short> tp{ 1, 2 }; in main() local 80 std::pair<int, short> const tp{ 1, 2 }; in main() local 94 std::array<int, 3> tp{{ 1, 2, 3 }}; in main() local 108 std::array<int, 3> const tp{{ 1, 2, 3 }}; in main() local 122 std::tuple<> tp; in main() local 129 std::array<int, 0> tp; in main() local
|
| D | tuple_apply_cx.cpp | 47 constexpr std::tuple<int, short, char> tp{ 1, 2, 3 }; in main() local 53 constexpr std::pair<short, char> tp{ 1, 2 }; in main() local 59 constexpr std::array<short, 3> tp{{ 1, 2, 3 }}; in main() local 69 constexpr std::tuple<> tp; in main() local
|
| D | construct_from_tuple_cx.cpp | 41 constexpr std::tuple<int, short, char> tp{ 1, 2, 3 }; in main() local 51 constexpr std::pair<short, char> tp{ 1, 2 }; in main() local 61 constexpr std::array<short, 3> tp{{ 1, 2, 3 }}; in main() local 75 constexpr std::tuple<> tp; in main() local
|
| D | tuple_transform.cpp | 44 std::tuple<T<1>, T<2>, T<3>> tp; in main() local 79 std::tuple<T<1>, T<2>, T<3>> const tp; in main() local 114 std::pair<T<1>, T<2>> tp; in main() local 145 std::pair<T<1>, T<2>> const tp; in main() local 176 std::tuple<> tp; in main() local
|
| /third_party/abseil-cpp/absl/time/internal/cctz/src/ |
| D | time_zone_format_test.cc | 37 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument 60 void TestFormatSpecifier(time_point<D> tp, time_zone tz, const std::string& fmt, in TestFormatSpecifier() 106 const time_point<absl::time_internal::cctz::seconds> tp = in TEST() local 132 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local 157 auto tp = chrono::system_clock::from_time_t(0); in TEST() local 199 auto tp = chrono::system_clock::from_time_t(0); in TEST() local 248 auto tp = chrono::system_clock::from_time_t(0); in TEST() local 269 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local 331 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local 399 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local [all …]
|
| D | time_zone_lookup_test.cc | 643 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument 839 const auto tp = chrono::system_clock::from_time_t(0); in TEST() local 846 const auto tp = in TEST() local 855 const auto tp = chrono::system_clock::from_time_t(536457599); in TEST() local 864 const auto tp = chrono::system_clock::from_time_t(0); in TEST() local 872 const auto tp = chrono::system_clock::from_time_t(45); in TEST() local 879 const auto tp = chrono::system_clock::from_time_t(1380855729); in TEST() local 886 const auto tp = chrono::system_clock::from_time_t(90); in TEST() local 923 const auto tp = convert(civil_second(2009, 2, 13, 18, 31, 30), tz); in TEST() local 940 time_point<absl::time_internal::cctz::seconds> tp; in TEST() local [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| D | time_zone_format_test.cc | 37 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument 60 void TestFormatSpecifier(time_point<D> tp, time_zone tz, const std::string& fmt, in TestFormatSpecifier() 106 const time_point<absl::time_internal::cctz::seconds> tp = in TEST() local 132 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local 157 auto tp = chrono::system_clock::from_time_t(0); in TEST() local 199 auto tp = chrono::system_clock::from_time_t(0); in TEST() local 248 auto tp = chrono::system_clock::from_time_t(0); in TEST() local 269 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local 331 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local 399 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local [all …]
|
| D | time_zone_lookup_test.cc | 643 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument 851 const auto tp = chrono::system_clock::from_time_t(0); in TEST() local 858 const auto tp = in TEST() local 867 const auto tp = chrono::system_clock::from_time_t(536457599); in TEST() local 876 const auto tp = chrono::system_clock::from_time_t(0); in TEST() local 884 const auto tp = chrono::system_clock::from_time_t(45); in TEST() local 891 const auto tp = chrono::system_clock::from_time_t(1380855729); in TEST() local 898 const auto tp = chrono::system_clock::from_time_t(90); in TEST() local 935 const auto tp = convert(civil_second(2009, 2, 13, 18, 31, 30), tz); in TEST() local 952 time_point<absl::time_internal::cctz::seconds> tp; in TEST() local [all …]
|
| /third_party/boost/boost/mp11/ |
| D | tuple.hpp | 34 …, std::size_t... J> BOOST_MP11_CONSTEXPR auto tuple_apply_impl( F && f, Tp && tp, integer_sequence… in tuple_apply_impl() 44 BOOST_MP11_CONSTEXPR auto tuple_apply( F && f, Tp && tp ) in tuple_apply() 54 …Tp, std::size_t... J> BOOST_MP11_CONSTEXPR T construct_from_tuple_impl( Tp && tp, integer_sequence… in construct_from_tuple_impl() 63 BOOST_MP11_CONSTEXPR T construct_from_tuple( Tp && tp ) in construct_from_tuple() 72 template<class Tp, std::size_t... J, class F> BOOST_MP11_CONSTEXPR F tuple_for_each_impl( Tp && tp,… in tuple_for_each_impl() 85 template<class Tp, class F> BOOST_MP11_CONSTEXPR F tuple_for_each( Tp && tp, F && f ) in tuple_for_each() 108 BOOST_MP11_CONSTEXPR auto tp_extract( Tp&&... tp ) in tp_extract() 117 …_CONSTEXPR auto tuple_transform_impl( integer_sequence<std::size_t, J...>, F const& f, Tp&&... tp ) in tuple_transform_impl() 154 BOOST_MP11_CONSTEXPR auto tuple_transform( F const& f, Tp1&& tp1, Tp&&... tp ) in tuple_transform() 166 BOOST_MP11_CONSTEXPR auto tuple_transform( F const& f, Tp&&... tp ) in tuple_transform()
|
| /third_party/boost/libs/chrono/test/io/ |
| D | time_point_output.cpp | 20 boost::chrono::time_point<Clock, D> tp(d); in test_good_prefix() local 34 boost::chrono::time_point<Clock, D> tp(d); in test_good_prefix_system_clock() local 47 boost::chrono::time_point<Clock, D> tp(d); in test_good_symbol() local 64 boost::chrono::time_point<Clock, D> tp(d); in test_good_symbol_system_clock() local 78 boost::chrono::time_point<Clock, D> tp(d); in test_good_utc_fmt_system_clock() local 94 boost::chrono::time_point<Clock, D> tp(d); in test_good_utc_fmt_system_clock2() local 108 boost::chrono::time_point<Clock,D> tp(d); in test_good() local 120 boost::chrono::time_point<Clock,D> tp(d); in test_good_system_clock() local 308 boost::chrono::system_clock::time_point tp = boost::chrono::system_clock::now(); in main() local
|
| D | time_point_input.cpp | 36 clock_time_point tp; in test_good() local 54 boost::chrono::time_point<Clock, D> tp; in test_good_system_clock() local 72 boost::chrono::time_point<Clock, D> tp; in test_good_utc_fmt_system_clock() local 89 boost::chrono::time_point<Clock, D> tp; in test_fail() local 99 boost::chrono::time_point<Clock, D> tp; in test_fail_no_epoch() local 109 boost::chrono::time_point<Clock, D> tp; in test_fail_epoch() local
|
| /third_party/boost/libs/hof/test/ |
| D | tuple_for_each.cpp | 26 std::tuple<int, short, char> tp{ 1, 2, 3 }; in BOOST_HOF_TEST_CASE() local 46 std::tuple<int, short, char> const tp{ 1, 2, 3 }; in BOOST_HOF_TEST_CASE() local 69 …std::tuple<std::unique_ptr<int>, std::unique_ptr<int>, std::unique_ptr<int>> tp{ std::unique_ptr<i… in BOOST_HOF_TEST_CASE() local 80 auto tp = boost::hof::pack(1, 2, 3); in BOOST_HOF_TEST_CASE() local 100 const auto tp = boost::hof::pack(1, 2, 3); in BOOST_HOF_TEST_CASE() local 121 std::pair<int, short> tp{ 1, 2 }; in BOOST_HOF_TEST_CASE() local 141 std::pair<int, short> const tp{ 1, 2 }; in BOOST_HOF_TEST_CASE() local 161 std::array<int, 3> tp{{ 1, 2, 3 }}; in BOOST_HOF_TEST_CASE() local 181 std::array<int, 3> const tp{{ 1, 2, 3 }}; in BOOST_HOF_TEST_CASE() local 201 std::tuple<> tp; in BOOST_HOF_TEST_CASE() local [all …]
|
| /third_party/boost/libs/geometry/test/strategies/ |
| D | transformer.cpp | 60 P tp; in test_all() local 71 P tp; in test_all() local 82 P tp; in test_all() local 96 P tp; in test_all() local
|
| /third_party/uboot/u-boot-2020.01/board/xilinx/zynqmp/zynqmp-a2197-revA/ |
| D | psu_init_gpl.c | 705 for (int tp = 0; tp < 20; tp++) in psu_ddr_phybringup_data() local 739 for (int tp = 0; tp < 20; tp++) in psu_ddr_phybringup_data() local 865 for (int tp = 0; tp < 20; tp++) in psu_ddr_phybringup_data() local 875 for (int tp = 0; tp < 20; tp++) in psu_ddr_phybringup_data() local 879 for (int tp = 0; tp < 2000; tp++) in psu_ddr_phybringup_data() local 895 for (int tp = 0; tp < 2000; tp++) in psu_ddr_phybringup_data() local 903 for (int tp = 0; tp < 2000; tp++) in psu_ddr_phybringup_data() local 963 for (int tp = 0; tp < 4000; tp++) in psu_ddr_phybringup_data() local
|