Searched refs:dst_idx (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsysfillrect.c25 bitfill_aligned(struct fb_info *p, unsigned long *dst, int dst_idx, argument
33 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx);
34 last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits));
36 if (dst_idx+n <= bits) {
48 n -= bits - dst_idx;
81 bitfill_unaligned(struct fb_info *p, unsigned long *dst, int dst_idx, argument
89 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx);
90 last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits));
92 if (dst_idx+n <= bits) {
104 n -= bits - dst_idx;
135 bitfill_aligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, unsigned n, int bits) argument
191 bitfill_unaligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) argument
250 int dst_idx, left; local
[all...]
H A Dsyscopyarea.c28 bitcpy(struct fb_info *p, unsigned long *dst, int dst_idx, argument
32 int const shift = dst_idx-src_idx;
35 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx);
36 last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits));
40 if (dst_idx+n <= bits) {
52 n -= bits - dst_idx;
83 if (dst_idx+n <= bits) {
114 n -= bits - dst_idx;
121 n -= bits - dst_idx;
169 bitcpy_rev(struct fb_info *p, unsigned long *dst, int dst_idx, argument
322 int dst_idx = 0, src_idx = 0, rev_copy = 0; local
[all...]
H A Dc2p_iplan2.c92 u32 dst_idx, first, last, w; local
97 dst_idx = dx % 16;
98 first = 0xffffU >> dst_idx;
100 last = 0xffffU ^ (0xffffU >> ((dst_idx+width) % 16));
106 if (dst_idx+width <= 16) {
110 memcpy(d.pixels+dst_idx, c, width);
119 if (dst_idx) {
120 w = 16 - dst_idx;
121 memset(d.pixels, 0, dst_idx);
122 memcpy(d.pixels+dst_idx,
[all...]
H A Dc2p_planar.c94 u32 dst_idx, first, last, w; local
99 dst_idx = dx % 32;
100 first = 0xffffffffU >> dst_idx;
101 last = ~(0xffffffffU >> ((dst_idx+width) % 32));
106 if (dst_idx+width <= 32) {
110 memcpy(d.pixels+dst_idx, c, width);
120 if (dst_idx) {
121 w = 32 - dst_idx;
122 memset(d.pixels, 0, dst_idx);
123 memcpy(d.pixels+dst_idx,
[all...]
H A Dcfbfillrect.c35 bitfill_aligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, argument
43 first = fb_shifted_pixels_mask_long(p, dst_idx, bswapmask);
44 last = ~fb_shifted_pixels_mask_long(p, (dst_idx+n) % bits, bswapmask);
46 if (dst_idx+n <= bits) {
58 n -= bits - dst_idx;
92 bitfill_unaligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, argument
100 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx);
101 last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits));
103 if (dst_idx+n <= bits) {
115 n -= bits - dst_idx;
146 bitfill_aligned_rev(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, unsigned n, int bits, u32 bswapmask) argument
217 bitfill_unaligned_rev(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) argument
285 int dst_idx, left; local
[all...]
H A Dcfbcopyarea.c24 bitcpy(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, argument
29 int const shift = dst_idx-src_idx;
32 first = fb_shifted_pixels_mask_long(p, dst_idx, bswapmask);
33 last = ~fb_shifted_pixels_mask_long(p, (dst_idx+n) % bits, bswapmask);
38 if (dst_idx+n <= bits) {
51 n -= bits - dst_idx;
83 if (dst_idx+n <= bits) {
118 n -= bits - dst_idx;
126 n -= bits - dst_idx;
183 bitcpy_rev(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, argument
354 int dst_idx = 0, src_idx = 0, rev_copy = 0; local
[all...]
H A Damifb.c1370 static void bitcpy(unsigned long *dst, int dst_idx, const unsigned long *src, argument
1374 int shift = dst_idx-src_idx, left, right;
1381 shift = dst_idx-src_idx;
1382 first = ~0UL >> dst_idx;
1383 last = ~(~0UL >> ((dst_idx+n) % BITS_PER_LONG));
1388 if (dst_idx+n <= BITS_PER_LONG) {
1400 n -= BITS_PER_LONG-dst_idx;
1429 if (dst_idx+n <= BITS_PER_LONG) {
1454 n -= BITS_PER_LONG-dst_idx;
1462 n -= BITS_PER_LONG-dst_idx;
1510 bitcpy_rev(unsigned long *dst, int dst_idx, const unsigned long *src, int src_idx, u32 n) argument
1662 bitcpy_not(unsigned long *dst, int dst_idx, const unsigned long *src, int src_idx, u32 n) argument
1802 bitfill32(unsigned long *dst, int dst_idx, u32 pat, u32 n) argument
1858 bitxor32(unsigned long *dst, int dst_idx, u32 pat, u32 n) argument
1905 fill_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, u32 n, u32 color) argument
1920 xor_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, u32 n, u32 color) argument
1940 int dst_idx, x2, y2; local
1979 copy_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, unsigned long *src, int src_idx, u32 n) argument
1996 copy_one_line_rev(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, unsigned long *src, int src_idx, u32 n) argument
2021 int dst_idx, src_idx; local
2078 expand_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, u32 n, const u8 *data, u32 bgcolor, u32 fgcolor) argument
2112 int dst_idx; local
[all...]
H A Datafb.c2581 int dst_idx; local
2610 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8;
2611 dst_idx += dy * par->next_line * 8 + dx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c3542 int dst_idx, off; local
3588 dst_idx = 0;
3591 dst_idx += i >> 2;
3612 s->dest[dst_idx] + off,
3617 v->vc1dsp.vc1_h_overlap(s->dest[dst_idx] + off, i & 4 ? s->uvlinesize : s->linesize);
3619 v->vc1dsp.vc1_v_overlap(s->dest[dst_idx] + off, i & 4 ? s->uvlinesize : s->linesize);
3625 s->dest[dst_idx] + off, (i & 4) ? s->uvlinesize : s->linesize,
3679 dst_idx = 0;
3703 dst_idx += i >> 2;
3723 s->dest[dst_idx]
3785 int dst_idx, off; local
3998 int dst_idx, off; local
4119 int dst_idx, off; local
4273 int dst_idx, off; local
4436 int dst_idx, off; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dswresample_internal.h160 typedef int (* invert_initial_buffer_func)(struct ResampleContext *c, AudioData *dst, const AudioData *src, int src_size, int *dst_idx, int *dst_count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c3457 int dst_idx, off; local
3503 dst_idx = 0;
3506 dst_idx += i >> 2;
3526 s->dsp.put_signed_pixels_clamped(s->block[i], s->dest[dst_idx] + off, i & 4 ? s->uvlinesize : s->linesize);
3529 v->vc1dsp.vc1_h_overlap(s->dest[dst_idx] + off, i & 4 ? s->uvlinesize : s->linesize);
3531 v->vc1dsp.vc1_v_overlap(s->dest[dst_idx] + off, i & 4 ? s->uvlinesize : s->linesize);
3537 s->dest[dst_idx] + off, (i & 4) ? s->uvlinesize : s->linesize,
3591 dst_idx = 0;
3615 dst_idx += i >> 2;
3634 s->dsp.put_signed_pixels_clamped(s->block[i], s->dest[dst_idx]
3695 int dst_idx, off; local
3903 int dst_idx, off; local
4024 int dst_idx, off; local
4175 int dst_idx, off; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h1541 TP_PROTO(struct xfs_da_args *args, int src_idx, int dst_idx, int count),
1542 TP_ARGS(args, src_idx, dst_idx, count),
1548 __field(int, dst_idx)
1556 __entry->dst_idx = dst_idx;
1560 "src_idx %d dst_idx %d count %d",
1565 __entry->dst_idx,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ppc4xx/
H A Dadma.c642 u32 dst_idx)
662 psgu = dst_idx ? &dma_hw_desc->sg3u : &dma_hw_desc->sg2u;
663 psgl = dst_idx ? &dma_hw_desc->sg3l : &dma_hw_desc->sg2l;
639 ppc440spe_desc_set_dest_addr(struct ppc440spe_adma_desc_slot *desc, struct ppc440spe_adma_chan *chan, dma_addr_t addrh, dma_addr_t addrl, u32 dst_idx) argument

Completed in 142 milliseconds