Searched refs:dstv (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | README.hm12 | 68 static void de_macro_uv(unsigned char *dstu, unsigned char *dstv, unsigned char *src, int dstride, … 82 dstu[idx+0] = src[0]; dstv[idx+0] = src[1]; 83 dstu[idx+1] = src[2]; dstv[idx+1] = src[3]; 84 dstu[idx+2] = src[4]; dstv[idx+2] = src[5]; 85 dstu[idx+3] = src[6]; dstv[idx+3] = src[7]; 86 dstu[idx+4] = src[8]; dstv[idx+4] = src[9]; 87 dstu[idx+5] = src[10]; dstv[idx+5] = src[11]; 88 dstu[idx+6] = src[12]; dstv[idx+6] = src[13]; 89 dstu[idx+7] = src[14]; dstv[idx+7] = src[15];
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | pwc-uncompress.c | 41 u16 *dsty, *dstu, *dstv; in pwc_decompress() local 76 dstv = (u16 *)(image + n + n / 4); in pwc_decompress() 83 *dstv++ = *src++; in pwc_decompress()
|
/linux-4.1.27/arch/tile/lib/ |
D | memcpy_64.c | 49 #define RETVAL dstv 50 void *memcpy(void *__restrict dstv, const void *__restrict srcv, size_t n) in memcpy() argument 58 USERCOPY_FUNC(void *__restrict dstv, const void *__restrict srcv, size_t n) in memcpy() 61 char *__restrict dst1 = (char *)dstv; in memcpy()
|
/linux-4.1.27/fs/btrfs/ |
D | extent_io.c | 5290 void read_extent_buffer(struct extent_buffer *eb, void *dstv, in read_extent_buffer() argument 5298 char *dst = (char *)dstv; in read_extent_buffer() 5321 int read_extent_buffer_to_user(struct extent_buffer *eb, void __user *dstv, in read_extent_buffer_to_user() argument 5329 char __user *dst = (char __user *)dstv; in read_extent_buffer_to_user()
|
D | check-integrity.c | 1238 void *dstv, u32 offset, size_t len) in btrfsic_read_from_block_data() argument 1243 char *dst = (char *)dstv; in btrfsic_read_from_block_data()
|