Searched refs:t1 (Results 1 – 14 of 14) sorted by relevance
| /include/crypto/ |
| A D | aria.h | 350 *t1 = s1[get_u8(*t1, 0)] ^ in aria_sbox_layer1_with_pre_diff() 351 s2[get_u8(*t1, 1)] ^ in aria_sbox_layer1_with_pre_diff() 353 x2[get_u8(*t1, 3)]; in aria_sbox_layer1_with_pre_diff() 372 *t1 = x1[get_u8(*t1, 0)] ^ in aria_sbox_layer2_with_pre_diff() 375 s2[get_u8(*t1, 3)]; in aria_sbox_layer2_with_pre_diff() 389 *t1 ^= *t2; in aria_diff_word() 391 *t0 ^= *t1; in aria_diff_word() 393 *t3 ^= *t1; in aria_diff_word() 395 *t1 ^= *t2; in aria_diff_word() 401 *t1 = ((*t1 << 8) & 0xff00ff00) ^ ((*t1 >> 8) & 0x00ff00ff); in aria_diff_byte() [all …]
|
| /include/net/netfilter/ |
| A D | nf_conntrack_tuple.h | 130 return (nf_inet_addr_cmp(&t1->src.u3, &t2->src.u3) && in __nf_ct_tuple_src_equal() 131 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal() 132 t1->src.l3num == t2->src.l3num); in __nf_ct_tuple_src_equal() 138 return (nf_inet_addr_cmp(&t1->dst.u3, &t2->dst.u3) && in __nf_ct_tuple_dst_equal() 139 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal() 140 t1->dst.protonum == t2->dst.protonum); in __nf_ct_tuple_dst_equal() 146 return __nf_ct_tuple_src_equal(t1, t2) && in nf_ct_tuple_equal() 147 __nf_ct_tuple_dst_equal(t1, t2); in nf_ct_tuple_equal() 166 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp() 174 if (t1->src.l3num != t2->src.l3num || in nf_ct_tuple_src_mask_cmp() [all …]
|
| /include/soc/arc/ |
| A D | timers.h | 29 unsigned int pad2:15, rtsc:1, pad1:5, rtc:1, t1:1, t0:1, ver:8; member 31 unsigned int ver:8, t0:1, t1:1, rtc:1, pad1:5, rtsc:1, pad2:15;
|
| /include/uapi/linux/ |
| A D | ax25.h | 91 unsigned int t1, t1timer; member 101 unsigned int t1, t1timer; member
|
| A D | gsmmux.h | 50 unsigned int t1; member
|
| /include/uapi/linux/hdlc/ |
| A D | ioctl.h | 86 unsigned int t1; /* timeout t1 */ member
|
| /include/linux/ |
| A D | lapb.h | 42 unsigned int t1; member
|
| A D | btf.h | 293 static inline bool btf_kind_core_compat(const struct btf_type *t1, in btf_kind_core_compat() argument 296 return BTF_INFO_KIND(t1->info) == BTF_INFO_KIND(t2->info) || in btf_kind_core_compat() 297 (btf_is_any_enum(t1) && btf_is_any_enum(t2)); in btf_kind_core_compat()
|
| /include/net/ |
| A D | lapb.h | 93 unsigned short t1, t2; member
|
| A D | rose.h | 141 unsigned long t1, t2, t3, hb, idle; member
|
| A D | netrom.h | 76 unsigned long t1, t2, t4, idle; member
|
| A D | ax25.h | 249 unsigned long t1, t2, t3, idle, rtt; member
|
| A D | tcp.h | 943 static inline u32 tcp_stamp_us_delta(u64 t1, u64 t0) in tcp_stamp_us_delta() argument 945 return max_t(s64, t1 - t0, 0); in tcp_stamp_us_delta() 1334 static inline bool tcp_skb_sent_after(u64 t1, u64 t2, u32 seq1, u32 seq2) in tcp_skb_sent_after() argument 1336 return t1 > t2 || (t1 == t2 && after(seq1, seq2)); in tcp_skb_sent_after()
|
| /include/drm/ |
| A D | drm_edid.h | 50 u8 t1; member
|
Completed in 29 milliseconds