Home
last modified time | relevance | path

Searched refs:src_end (Results 1 – 7 of 7) sorted by relevance

/linux/arch/ia64/lib/
A Dmemcpy.S37 # 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 Dvmem.c47 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 Dmemcopy.S79 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 Dpcm.c249 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 Dtw5864-video.c1378 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 Dextent_io.c7229 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 Dsend.c5449 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