Home
last modified time | relevance | path

Searched defs:t (Results 151 – 175 of 3450) sorted by relevance

12345678910>>...138

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/
H A Dinstructions.h79 #define __PPC_RT(t) __PPC_RS(t) argument
98 #define PREFIX_MLS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument
107 #define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument
117 #define PLBZ(t, a, r, d) PREFIX_MLS(PPC_INST_LBZ, t, a, r, d) argument
118 #define PLHZ(t, a, r, d) PREFIX_MLS(PPC_INST_LHZ, t, a, r, d) argument
119 #define PLHA(t, a, r, d) PREFIX_MLS(PPC_INST_LHA, t, a, r, d) argument
120 #define PLWZ(t, a, r, d) PREFIX_MLS(PPC_INST_LWZ, t, a, r, d) argument
121 #define PLWA(t, a, r, d) PREFIX_8LS(0xa4000000, t, a, r, d) argument
122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) argument
123 #define PLQ(t, a, r, d) PREFIX_8LS(0xe0000000, t, a, r, d) argument
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm.h90 #define dm_target_bio_based(t) ((t)->type->map != NULL) argument
95 #define dm_target_request_based(t) ((t)->type->clone_and_map_rq != NULL) argument
101 #define dm_target_hybrid(t) (dm_target_bio_based(t) && dm_target_request_based(t)) argument
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_gre.c142 struct ip_tunnel *t; in ipgre_err() local
801 struct ip_tunnel *t = netdev_priv(dev); in ipgre_tunnel_ctl() local
846 struct ip_tunnel *t = netdev_priv(dev); in ipgre_header() local
883 struct ip_tunnel *t = netdev_priv(dev); in ipgre_open() local
909 struct ip_tunnel *t = netdev_priv(dev); in ipgre_close() local
1131 struct ip_tunnel *t = netdev_priv(dev); in ipgre_netlink_parms() local
1198 struct ip_tunnel *t = netdev_priv(dev); in erspan_netlink_parms() local
1340 struct ip_tunnel *t = netdev_priv(dev); in ipgre_newlink_encap_setup() local
1390 struct ip_tunnel *t = netdev_priv(dev); in ipgre_changelink() local
1419 struct ip_tunnel *t = netdev_priv(dev); in erspan_changelink() local
[all …]
H A Dfib_trie.c506 static struct key_vector *replace(struct trie *t, in replace()
535 static struct key_vector *inflate(struct trie *t, in inflate()
631 static struct key_vector *halve(struct trie *t, in halve()
686 static struct key_vector *collapse(struct trie *t, in collapse()
846 static struct key_vector *resize(struct trie *t, struct key_vector *tn) in resize()
934 static struct key_vector *fib_find_node(struct trie *t, in fib_find_node()
1017 struct trie *t; in fib_find_matching_alias() local
1056 static void trie_rebalance(struct trie *t, struct key_vector *tn) in trie_rebalance()
1062 static int fib_insert_node(struct trie *t, struct key_vector *tp, in fib_insert_node()
1112 static int fib_insert_alias(struct trie *t, struct key_vector *tp, in fib_insert_alias()
[all …]
/OK3568_Linux_fs/u-boot/cmd/
H A Datags.c17 struct tag *t; in atags_stat() local
41 static void atags_print_tag(struct tag *t) in atags_print_tag()
191 struct tag *t; in atags_print_all_tags() local
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Drk_atags.c151 static int inline atags_size_overflow(struct tag *t, u32 tag_size) in atags_size_overflow()
156 int atags_overflow(struct tag *t) in atags_overflow()
175 struct tag *t = (struct tag *)ATAGS_PHYS_BASE; in atags_is_available() local
183 struct tag *t = (struct tag *)ATAGS_PHYS_BASE; in atags_set_tag() local
289 struct tag *t; in atags_get_tag() local
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dbitext.c28 int bit_map_string_get(struct bit_map *t, int len, int align) in bit_map_string_get()
103 void bit_map_clear(struct bit_map *t, int offset, int len) in bit_map_clear()
121 void bit_map_init(struct bit_map *t, unsigned long *map, int size) in bit_map_init()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_compare.hpp32 typename boost::multiprecision::detail::number_from_backend<T, U>::type t(b); in eval_eq_imp() local
38 typename boost::multiprecision::detail::number_from_backend<U, T>::type t(a); in eval_eq_imp() local
56 typename boost::multiprecision::detail::number_from_backend<T, U>::type t(b); in eval_lt_imp() local
62 typename boost::multiprecision::detail::number_from_backend<U, T>::type t(a); in eval_lt_imp() local
80 typename boost::multiprecision::detail::number_from_backend<T, U>::type t(b); in eval_gt_imp() local
86 typename boost::multiprecision::detail::number_from_backend<U, T>::type t(a); in eval_gt_imp() local
181 result_type t(b); in operator ==() local
191 result_type t(a); in operator ==() local
200 typename detail::expression<Tag, A1, A2, A3, A4>::result_type t(a); in operator ==() local
235 result_type t(b); in operator !=() local
[all …]
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Datomic.h24 int t; in atomic_add_return() local
40 int t; in atomic_sub_return() local
56 int t; in atomic_inc_return() local
72 int t; in atomic_dec_return() local
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dip_tables.c162 const struct xt_standard_target *t = (void *)ipt_get_target_c(s); in get_chainname_rulenum() local
279 const struct xt_entry_target *t; in ipt_do_table() local
387 const struct xt_standard_target *t in mark_source_chains() local
500 struct xt_entry_target *t = ipt_get_target(e); in check_target() local
520 struct xt_entry_target *t; in find_check_entry() local
574 const struct xt_entry_target *t; in check_underflow() local
640 struct xt_entry_target *t; in cleanup_entry() local
740 get_counters(const struct xt_table_info *t, in get_counters()
770 static void get_old_counters(const struct xt_table_info *t, in get_old_counters()
833 const struct xt_entry_target *t; in copy_entries_to_user() local
[all …]
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c187 const struct xt_standard_target *t = (void *)ip6t_get_target_c(s); in get_chainname_rulenum() local
302 const struct xt_entry_target *t; in ip6t_do_table() local
406 const struct xt_standard_target *t in mark_source_chains() local
519 struct xt_entry_target *t = ip6t_get_target(e); in check_target() local
540 struct xt_entry_target *t; in find_check_entry() local
593 const struct xt_entry_target *t; in check_underflow() local
658 struct xt_entry_target *t; in cleanup_entry() local
758 get_counters(const struct xt_table_info *t, in get_counters()
788 static void get_old_counters(const struct xt_table_info *t, in get_old_counters()
850 const struct xt_entry_target *t; in copy_entries_to_user() local
[all …]
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dbtf_dumper.c98 const struct btf_type *t, in btf_dumper_ptr()
138 const struct btf_type *t, in btf_dumper_enum()
214 const struct btf_type *t = btf__type_by_id(d->btf, type_id); in btf_dumper_array() local
359 static int btf_dumper_int(const struct btf_type *t, __u8 bit_offset, in btf_dumper_int()
432 const struct btf_type *t; in btf_dumper_struct() local
480 const struct btf_type *t = btf__type_by_id(d->btf, type_id); in btf_dumper_var() local
495 const struct btf_type *t; in btf_dumper_datasec() local
522 const struct btf_type *t = btf__type_by_id(d->btf, type_id); in btf_dumper_do_type() local
587 const struct btf_type *t; in __btf_dumper_type_only() local
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mtb.c36 int t; in cyttsp5_final_sync() local
49 int t, int type) in cyttsp5_input_report()
63 int t; in cyttsp5_report_slot_liftoff() local
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dunwind_decoder.c89 unw_word t, off; in unw_decode_x1() local
106 unw_word t; in unw_decode_x2() local
124 unw_word t, off; in unw_decode_x3() local
144 unw_word t; in unw_decode_x4() local
272 unw_word t, size; in unw_decode_p7_p10() local
382 unw_word t; in unw_decode_b2() local
392 unw_word t, ecount, label; in unw_decode_b3_x4() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Ddecltype.hpp201 T &lvalue(T &t) in lvalue()
207 T const &lvalue(T const &t) in lvalue()
214 U *proto_get_pointer(T &t, V *, U *) in proto_get_pointer()
220 U const *proto_get_pointer(T &t, V *, U const *) in proto_get_pointer()
226 V *proto_get_pointer(T &t, V *, ...) in proto_get_pointer()
251 get_pointer(T &t) in get_pointer()
258 get_pointer(T const &t) in get_pointer()
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/
H A Djson.c132 int json_line(char *map, jsmntok_t *t) in json_line()
147 const char *json_name(jsmntok_t *t) in json_name()
152 int json_len(jsmntok_t *t) in json_len()
158 int json_streq(char *map, jsmntok_t *t, const char *s) in json_streq()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dread.hpp42 typename int_type_of<T>::type get(T& t) in get()
47 read(T& t, typename char_type_of<T>::type* s, std::streamsize n) in read()
52 read(T& t, Source& src, typename char_type_of<T>::type* s, std::streamsize n) in read()
56 bool putback(T& t, typename char_type_of<T>::type c) in putback()
83 inline bool true_eof(T& t) in true_eof()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/detail/
H A Dpolynomial_horner3_8.hpp48 V t[2]; in evaluate_polynomial_c_imp() local
61 V t[2]; in evaluate_polynomial_c_imp() local
76 V t[2]; in evaluate_polynomial_c_imp() local
93 V t[2]; in evaluate_polynomial_c_imp() local
H A Drational_horner3_6.hpp50 V t[4]; in evaluate_rational_c_imp() local
67 V t[4]; in evaluate_rational_c_imp() local
88 V t[4]; in evaluate_rational_c_imp() local
109 V t[4]; in evaluate_rational_c_imp() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c310 struct ch_mem_range *t = data; in cxgb_rdma_ctl() local
503 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_free_atid() local
523 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_free_stid() local
538 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_insert_tid() local
629 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_remove_tid() local
654 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_alloc_atid() local
678 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_alloc_stid() local
799 struct tid_info *t = &(T3C_DATA(dev))->tid_maps; in do_cr() local
893 struct tid_info *t = &(T3C_DATA(dev))->tid_maps; in do_act_establish() local
1157 static int init_tid_tabs(struct tid_info *t, unsigned int ntids, in init_tid_tabs()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dotg_fsm.c35 unsigned size, t; in a_bus_req_show() local
84 unsigned size, t; in a_bus_drop_show() local
124 unsigned size, t; in b_bus_req_show() local
219 static void ci_otg_add_timer(struct ci_hdrc *ci, enum otg_fsm_timer t) in ci_otg_add_timer()
246 static void ci_otg_del_timer(struct ci_hdrc *ci, enum otg_fsm_timer t) in ci_otg_del_timer()
383 static enum hrtimer_restart ci_otg_hrtimer_func(struct hrtimer *t) in ci_otg_hrtimer_func()
436 static void ci_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in ci_otg_fsm_add_timer()
445 static void ci_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in ci_otg_fsm_del_timer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dpow.hpp23 inline void pow_imp(T& result, const T& t, const U& p, const mpl::false_&) in pow_imp()
70 inline void pow_imp(T& result, const T& t, const U& p, const mpl::true_&) in pow_imp()
91 inline typename enable_if<is_integral<U> >::type eval_pow(T& result, const T& t, const U& p) in eval_pow()
107 T t; in hyp0F0() local
375 T t; in eval_log() local
468 T t; in eval_pow() local
563 T t, da; in eval_pow() local
659 T t, da; in eval_pow() local
/OK3568_Linux_fs/kernel/net/6lowpan/
H A Ddebugfs.c69 struct lowpan_iphc_ctx_table *t = in lowpan_ctx_plen_set() local
85 struct lowpan_iphc_ctx_table *t = in lowpan_ctx_plen_get() local
100 struct lowpan_iphc_ctx_table *t = in lowpan_ctx_pfx_show() local
130 struct lowpan_iphc_ctx_table *t = in lowpan_ctx_pfx_write() local
195 struct lowpan_iphc_ctx_table *t = file->private; in lowpan_context_show() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/tuple/detail/
H A Dtuple_basic.hpp744 typedef typename detail::make_tuple_mapper<T0>::type t; in make_tuple() typedef
751 typedef typename detail::make_tuple_mapper<T0, T1>::type t; in make_tuple() typedef
758 typedef typename detail::make_tuple_mapper<T0, T1, T2>::type t; in make_tuple() typedef
765 typedef typename detail::make_tuple_mapper<T0, T1, T2, T3>::type t; in make_tuple() typedef
773 typedef typename detail::make_tuple_mapper<T0, T1, T2, T3, T4>::type t; in make_tuple() typedef
781 typedef typename detail::make_tuple_mapper<T0, T1, T2, T3, T4, T5>::type t; in make_tuple() typedef
790 <T0, T1, T2, T3, T4, T5, T6>::type t; in make_tuple() typedef
800 <T0, T1, T2, T3, T4, T5, T6, T7>::type t; in make_tuple() typedef
812 <T0, T1, T2, T3, T4, T5, T6, T7, T8>::type t; in make_tuple() typedef
824 <T0, T1, T2, T3, T4, T5, T6, T7, T8, T9>::type t; in make_tuple() typedef
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dblock.hpp80 It t = beg + flattenedThreadId(); in fill() local
93 for(OutIt t = beg + tid; t < end; t += STRIDE, value += STRIDE) in yota() local
101 InIt t = beg + flattenedThreadId(); in copy() local
112 InIt t = beg + flattenedThreadId(); in transform() local

12345678910>>...138