Home
last modified time | relevance | path

Searched refs:dst_end (Results 26 - 31 of 31) sorted by relevance

12

/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm.asm2957 DEFINE_ARGS dst_bak, stride, block, cnt, dst, stride30, dst_end, stride2, tmp
2971 DEFINE_ARGS dst, stride, stride30, dst_end, stride2, tmp
3015 DEFINE_ARGS dst, stride, stride30, dst_end, stride2, tmp
3062 DEFINE_ARGS dst, stride, stride30, dst_end, stride2, tmp
3142 DEFINE_ARGS dst_bak, stride, block, cnt, dst, stride30, dst_end, stride2, tmp
/kernel/linux/linux-5.10/fs/nfsd/
H A Dvfs.c553 loff_t dst_end = count ? dst_pos + count - 1 : LLONG_MAX; in nfsd4_clone_file_range() local
554 int status = vfs_fsync_range(dst, dst_pos, dst_end, 0); in nfsd4_clone_file_range()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dvfs.c633 loff_t dst_end = count ? dst_pos + count - 1 : LLONG_MAX; in nfsd4_clone_file_range() local
634 int status = vfs_fsync_range(dst, dst_pos, dst_end, 0); in nfsd4_clone_file_range()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.c6068 unsigned long dst_end = dst_offset + len - 1; in memmove_extent_buffer() local
6081 dst_i = dst_end >> PAGE_SHIFT; in memmove_extent_buffer()
6084 dst_off_in_page = offset_in_page(dst_end); in memmove_extent_buffer()
6093 dst_end -= cur; in memmove_extent_buffer()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc373 auto std_trans_off = TransOffset(leap_year, jan1_weekday, posix.dst_end); in ExtendTransitions()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c1141 const VkOffset3D dst_end = { in copy_image_blit() local
1152 .dstOffsets = { dst_start, dst_end }, in copy_image_blit()

Completed in 28 milliseconds

12