Searched refs:to_offset (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/media/test-drivers/vidtv/ |
| H A 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()
|
| H A D | vidtv_common.h | 21 size_t to_offset, 27 size_t to_offset,
|
| H A 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()
|
| H A D | vidtv_pes.c | 183 static u32 vidtv_pes_write_pcr_bits(u8 *to, u32 to_offset, u64 pcr) in vidtv_pes_write_pcr_bits() argument 188 u8 *buf = to + to_offset; in vidtv_pes_write_pcr_bits()
|
| /linux/net/sched/ |
| H A D | em_text.c | 20 u16 to_offset; member 45 to += tm->to_offset; in em_text_match() 65 conf->from_offset > conf->to_offset) in em_text_change() 94 tm->to_offset = conf->to_offset; in em_text_change() 120 conf.to_offset = tm->to_offset; in em_text_dump()
|
| /linux/net/netfilter/ |
| H A 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()
|
| H A D | nft_set_pipapo.c | 1585 unsigned int to_offset, bool is_last) argument 1596 mt[i].to -= to_offset;
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | delta-index.c | 602 static void move_bits_down(const u8 *from, u64 from_offset, u8 *to, u64 to_offset, u32 size) in move_bits_down() argument 611 count = (MAX_BIG_FIELD_BITS - ((to_offset + MAX_BIG_FIELD_BITS) % BITS_PER_TYPE(u32))); in move_bits_down() 613 set_big_field(field, to, to_offset, count); in move_bits_down() 615 to_offset += count; in move_bits_down() 621 destination = to + to_offset / BITS_PER_BYTE; in move_bits_down() 627 to_offset += BITS_PER_TYPE(u32); in move_bits_down() 634 set_big_field(field, to, to_offset, size); in move_bits_down() 642 static void move_bits_up(const u8 *from, u64 from_offset, u8 *to, u64 to_offset, u32 size) in move_bits_up() argument 651 count = (to_offset + size) % BITS_PER_TYPE(u32); in move_bits_up() 655 set_big_field(field, to, to_offset + size, count); in move_bits_up() [all …]
|
| /linux/include/uapi/linux/tc_ematch/ |
| H A D | tc_em_text.h | 13 __u16 to_offset; member
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_string.h | 17 __u16 to_offset; member
|
| /linux/drivers/misc/bcm-vk/ |
| H A D | bcm_vk.h | 269 u32 to_offset; /* bar offset to use */ member
|
| H A D | bcm_vk_tty.c | 145 vktty->to_offset = TO_TTYK_BASE(index); in bcm_vk_tty_open()
|