Searched refs:dst_end (Results 26 - 31 of 31) sorted by relevance
12
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm.asm | 2957 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 D | vfs.c | 553 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 D | vfs.c | 633 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 D | extent_io.c | 6068 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 D | time_zone_info.cc | 373 auto std_trans_off = TransOffset(leap_year, jan1_weekday, posix.dst_end); in ExtendTransitions()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 1141 const VkOffset3D dst_end = { in copy_image_blit() local 1152 .dstOffsets = { dst_start, dst_end }, in copy_image_blit()
|
Completed in 28 milliseconds
12