Searched refs:src_end (Results 1 – 7 of 7) sorted by relevance
/linux/arch/ia64/lib/ |
A D | memcpy.S | 37 # define src_end r23 macro 200 add src_end=src,in2 206 adds src_end=-1,src_end 218 and src_end=-8,src_end // src_end = last word of source buffer 289 ld8 val[N-1]=[src_end]; /* load last word (may be same as val[N]) */ \
|
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
A D | vmem.c | 47 unsigned int src_end) in move_subword() argument 51 unsigned int subword_width = src_end - src_start; in move_subword() 53 hive_uedge src_subword = SUBWORD(src, src_start, src_end); in move_subword()
|
/linux/arch/xtensa/lib/ |
A D | memcopy.S | 79 bne a3, a7, .Lnextbyte # continue loop if $a3:src != $a7:src_end 149 bne a3, a8, .Loop1 # continue loop if a3:src != a8:src_end 229 bne a3, a10, .Loop2 # continue loop if a3:src != a10:src_end
|
/linux/sound/usb/6fire/ |
A D | pcm.c | 249 u32 *src_end = (u32 *) (alsa_rt->dma_area + alsa_rt->buffer_size in usb6fire_pcm_playback() local 278 if (src == src_end) { in usb6fire_pcm_playback()
|
/linux/drivers/media/pci/tw5864/ |
A D | tw5864-video.c | 1378 u8 *src_end; in tw5864_handle_frame() local 1420 src_end = src + frame_len; in tw5864_handle_frame() 1422 for (; src < src_end; src++) { in tw5864_handle_frame()
|
/linux/fs/btrfs/ |
A D | extent_io.c | 7229 unsigned long src_end = src_offset + len - 1; in memmove_extent_buffer() local 7242 src_i = get_eb_page_index(src_end); in memmove_extent_buffer() 7245 src_off_in_page = get_eb_offset_in_page(dst, src_end); in memmove_extent_buffer() 7254 src_end -= cur; in memmove_extent_buffer()
|
A D | send.c | 5449 const u64 src_end = clone_root->offset + clone_len; in clone_range() local 5470 if (src_end == clone_src_i_size && in clone_range() 5471 !IS_ALIGNED(src_end, sectorsize) && in clone_range() 5475 slen = ALIGN_DOWN(src_end - clone_root->offset, in clone_range()
|
Completed in 47 milliseconds