Home
last modified time | relevance | path

Searched refs:to_offset (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/media/test-drivers/vidtv/
Dvidtv_common.c39 size_t to_offset, in vidtv_memcpy() argument
44 if (unlikely(to_offset + len > to_size)) { in vidtv_memcpy()
46 to_offset + len, in vidtv_memcpy()
51 memcpy(to + to_offset, from, len); in vidtv_memcpy()
75 size_t to_offset, in vidtv_memset() argument
80 if (unlikely(to_offset + len > to_size)) { in vidtv_memset()
82 to_offset + len, in vidtv_memset()
87 memset(to + to_offset, c, len); in vidtv_memset()
Dvidtv_common.h21 size_t to_offset,
27 size_t to_offset,
Dvidtv_ts.c20 static u32 vidtv_ts_write_pcr_bits(u8 *to, u32 to_offset, u64 pcr) in vidtv_ts_write_pcr_bits() argument
25 u8 *buf = to + to_offset; in vidtv_ts_write_pcr_bits()
Dvidtv_pes.c182 static u32 vidtv_pes_write_pcr_bits(u8 *to, u32 to_offset, u64 pcr) in vidtv_pes_write_pcr_bits() argument
187 u8 *buf = to + to_offset; in vidtv_pes_write_pcr_bits()
/Linux-v5.10/net/sched/
Dem_text.c20 u16 to_offset; member
38 to += tm->to_offset; in em_text_match()
58 conf->from_offset > conf->to_offset) in em_text_change()
87 tm->to_offset = conf->to_offset; in em_text_change()
111 conf.to_offset = tm->to_offset; in em_text_dump()
/Linux-v5.10/net/netfilter/
Dxt_string.c32 conf->to_offset, conf->config) in string_mt()
45 if (conf->from_offset > conf->to_offset) in string_mt_check()
Dnft_set_pipapo.c1433 int start, int n, int to_offset, bool is_last) argument
1444 mt[i].to -= to_offset;
/Linux-v5.10/include/uapi/linux/tc_ematch/
Dtc_em_text.h13 __u16 to_offset; member
/Linux-v5.10/include/uapi/linux/netfilter/
Dxt_string.h17 __u16 to_offset; member