Searched refs:to_offset (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/media/test-drivers/vidtv/ |
D | vidtv_common.c | 39 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()
|
D | vidtv_common.h | 21 size_t to_offset, 27 size_t to_offset,
|
D | vidtv_ts.c | 20 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()
|
D | vidtv_pes.c | 182 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/ |
D | em_text.c | 20 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/ |
D | xt_string.c | 32 conf->to_offset, conf->config) in string_mt() 45 if (conf->from_offset > conf->to_offset) in string_mt_check()
|
D | nft_set_pipapo.c | 1433 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/ |
D | tc_em_text.h | 13 __u16 to_offset; member
|
/Linux-v5.10/include/uapi/linux/netfilter/ |
D | xt_string.h | 17 __u16 to_offset; member
|