Searched refs:copy_block (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dcmf.c344 struct copy_block_struct *copy_block; local
346 copy_block = container_of(kref, struct copy_block_struct, kref);
347 kfree(copy_block);
352 struct copy_block_struct *copy_block; local
361 copy_block = kzalloc(sizeof(struct copy_block_struct), GFP_ATOMIC);
362 if (!copy_block) {
366 init_waitqueue_head(&copy_block->wait);
367 kref_init(&copy_block->kref);
379 copy_block->ret = CMF_PENDING;
380 cdev->private->cmb_wait = copy_block;
405 struct copy_block_struct *copy_block; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dc93.c65 static inline int copy_block(AVCodecContext *avctx, uint8_t *to, function
173 if (copy_block(avctx, out, copy_from, offset, 8, stride))
183 if (copy_block(avctx, &out[j*stride+i],
H A Ddsputil_template.c1118 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
1126 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
1134 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
1145 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
1156 FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel), stride, SIZE + 5);\
1167 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
1178 FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel), stride, SIZE + 5);\
1212 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
1224 FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel), stride, SIZE + 5);\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dc93.c74 static inline int copy_block(AVCodecContext *avctx, uint8_t *to, function
171 if ((ret = copy_block(avctx, out, copy_from, offset, 8, stride)) < 0)
188 if ((ret = copy_block(avctx, &out[j*stride+i],
H A Dh264qpel_template.c410 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
419 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
428 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
440 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
452 FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel), stride, SIZE + 5);\
464 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
476 FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel), stride, SIZE + 5);\
514 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
527 FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel), stride, SIZE + 5);\
H A Dsanm.c29 #include "copy_block.h"
1016 static void copy_block(uint16_t *pdest, uint16_t *psrc, int block_size, int pitch) function
1161 copy_block(ctx->frm0 + cx + ctx->pitch * cy,
1175 copy_block(ctx->frm0 + cx + ctx->pitch * cy,
1181 copy_block(ctx->frm0 + cx + ctx->pitch * cy,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeftree.c152 static void copy_block (deflate_state *s, char *buf, unsigned len,
803 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
917 copy_block(s, buf, (unsigned)stored_len, 0); /* without header */
1089 static void copy_block( function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c106 * local void copy_block(char *buf, unsigned len, int header)
444 local void copy_block OF((char *buf, unsigned len, int header));
1071 copy_block(buf, (unsigned)stored_len, 0); /* without header */
1093 copy_block(buf, (unsigned)stored_len, 1); /* with header */
1425 local void copy_block(block, len, header) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dtrees.c155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1205 local void copy_block(s, buf, len, header) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dtrees.c159 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
878 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1197 local void copy_block(s, buf, len, header) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c159 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
878 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1197 local void copy_block(s, buf, len, header) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dtrees.c159 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
878 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1197 local void copy_block(s, buf, len, header) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dtrees.c155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1203 local void copy_block(s, buf, len, header) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c508 static void copy_block(char *buf, unsigned len, int header) function
1633 copy_block(buf, (unsigned) stored_len, 0); /* without header */
1648 copy_block(buf, (unsigned) stored_len, 1); /* with header */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sh4/
H A Dqpel.c1169 copy_block ## SIZE (full, src - stride*2, SIZE, stride, SIZE + 5);\
1177 copy_block ## SIZE (full, src - stride*2, SIZE, stride, SIZE + 5);\
1185 copy_block ## SIZE (full, src - stride*2, SIZE, stride, SIZE + 5);\
1196 copy_block ## SIZE (full, src - stride*2, SIZE, stride, SIZE + 5);\
1207 copy_block ## SIZE (full, src - stride*2 + 1, SIZE, stride, SIZE + 5);\
1218 copy_block ## SIZE (full, src - stride*2, SIZE, stride, SIZE + 5);\
1229 copy_block ## SIZE (full, src - stride*2 + 1, SIZE, stride, SIZE + 5);\
1263 copy_block ## SIZE (full, src - stride*2, SIZE, stride, SIZE + 5);\
1275 copy_block ## SIZE (full, src - stride*2 + 1, SIZE, stride, SIZE + 5);\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1586 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
2234 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
2337 copy_block(buf, (unsigned)stored_len, 0); /* without header */
2572 local void copy_block(s, buf, len, header) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c1586 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
2234 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
2337 copy_block(buf, (unsigned)stored_len, 0); /* without header */
2572 local void copy_block(s, buf, len, header) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1982 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
2632 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
2743 copy_block(s, buf, (unsigned)stored_len, 0); /* without header */
2964 local void copy_block(s, buf, len, header) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c1982 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
2632 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
2743 copy_block(s, buf, (unsigned)stored_len, 0); /* without header */
2964 local void copy_block(s, buf, len, header) function

Completed in 218 milliseconds