Searched refs:src (Results 251 - 275 of 1871) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcbc.c23 void (*xor)(u8 *dst, const u8 *src, unsigned int bs);
52 u8 *src = walk->src.virt.addr; local
57 xor(iv, src, bsize);
61 src += bsize;
78 u8 *src = walk->src.virt.addr; local
82 xor(src, iv, bsize);
83 fn(crypto_cipher_tfm(tfm), src, src); local
94 crypto_cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
131 u8 *src = walk->src.virt.addr; local
136 fn(crypto_cipher_tfm(tfm), dst, src); local
160 u8 *src = walk->src.virt.addr; local
171 fn(crypto_cipher_tfm(tfm), src, src); local
183 crypto_cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
217 xor_quad(u8 *dst, const u8 *src, unsigned int bs) argument
[all...]
H A Dpcbc.c27 void (*xor)(u8 *dst, const u8 *src, unsigned int bs);
56 u8 *src = walk->src.virt.addr; local
61 xor(iv, src, bsize);
64 xor(iv, src, bsize);
66 src += bsize;
83 u8 *src = walk->src.virt.addr; local
88 memcpy(tmpbuf, src, bsize);
90 fn(crypto_cipher_tfm(tfm), src, i local
102 crypto_pcbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
139 u8 *src = walk->src.virt.addr; local
144 fn(crypto_cipher_tfm(tfm), dst, src); local
168 u8 *src = walk->src.virt.addr; local
174 fn(crypto_cipher_tfm(tfm), src, src); local
187 crypto_pcbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
221 xor_quad(u8 *dst, const u8 *src, unsigned int bs) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddsputil.h73 void ff_float_to_int16_c(int16_t *dst, const float *src, long len);
74 void ff_float_to_int16_interleave_c(int16_t *dst, const float **src, long len, int channels);
94 void ff_vp3_v_loop_filter_c(uint8_t *src, int stride, int *bounding_values);
95 void ff_vp3_h_loop_filter_c(uint8_t *src, int stride, int *bounding_values);
98 void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, int stride,
102 void ff_img_copy_plane(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
103 void ff_shrink22(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
104 void ff_shrink44(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
105 void ff_shrink88(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
107 void ff_gmc_c(uint8_t *dst, uint8_t *src, in
822 copy_block2(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h) argument
833 copy_block4(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h) argument
844 copy_block8(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h) argument
856 copy_block9(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h) argument
869 copy_block16(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h) argument
883 copy_block17(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h) argument
[all...]
H A Dimgconvert.c720 int avpicture_layout(const AVPicture* src, int pix_fmt, int width, int height, argument
765 s = src->data[i];
769 s += src->linesize[i];
774 memcpy((unsigned char *)(((size_t)dest + 3) & ~3), src->data[1], 256 * 4);
941 const uint8_t *src, int src_wrap,
944 if((!dst) || (!src))
947 memcpy(dst, src, width);
949 src += src_wrap;
994 void av_picture_copy(AVPicture *dst, const AVPicture *src, argument
1012 src
940 ff_img_copy_plane(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
1030 yuyv422_to_yuv420p(AVPicture *dst, const AVPicture *src, int width, int height) argument
1086 uyvy422_to_yuv420p(AVPicture *dst, const AVPicture *src, int width, int height) argument
1144 uyvy422_to_yuv422p(AVPicture *dst, const AVPicture *src, int width, int height) argument
1178 yuyv422_to_yuv422p(AVPicture *dst, const AVPicture *src, int width, int height) argument
1211 yuv422p_to_yuyv422(AVPicture *dst, const AVPicture *src, int width, int height) argument
1244 yuv422p_to_uyvy422(AVPicture *dst, const AVPicture *src, int width, int height) argument
1277 uyyvyy411_to_yuv411p(AVPicture *dst, const AVPicture *src, int width, int height) argument
1313 yuv420p_to_yuyv422(AVPicture *dst, const AVPicture *src, int width, int height) argument
1346 yuv420p_to_uyvy422(AVPicture *dst, const AVPicture *src, int width, int height) argument
1380 ff_shrink22(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
1413 ff_shrink44(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
1444 ff_shrink88(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
1628 mono_to_gray(AVPicture *dst, const AVPicture *src, int width, int height, int xor_mask) argument
1669 monowhite_to_gray(AVPicture *dst, const AVPicture *src, int width, int height) argument
1675 monoblack_to_gray(AVPicture *dst, const AVPicture *src, int width, int height) argument
1681 gray_to_mono(AVPicture *dst, const AVPicture *src, int width, int height, int xor_mask) argument
1725 gray_to_monowhite(AVPicture *dst, const AVPicture *src, int width, int height) argument
1731 gray_to_monoblack(AVPicture *dst, const AVPicture *src, int width, int height) argument
1737 gray_to_gray16(AVPicture *dst, const AVPicture *src, int width, int height) argument
1756 gray16_to_gray(AVPicture *dst, const AVPicture *src, int width, int height) argument
1775 gray16be_to_gray(AVPicture *dst, const AVPicture *src, int width, int height) argument
1781 gray16le_to_gray(AVPicture *dst, const AVPicture *src, int width, int height) argument
1789 gray16_to_gray16(AVPicture *dst, const AVPicture *src, int width, int height) argument
2117 av_picture_crop(AVPicture *dst, const AVPicture *src, int pix_fmt, int top_band, int left_band) argument
2139 av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, int pix_fmt, int padtop, int padbottom, int padleft, int padright, int *color) argument
2220 img_apply_table(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height, const uint8_t *table1) argument
2258 shrink41(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
2280 shrink21(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
2302 shrink12(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
2334 grow21_line(uint8_t *dst, const uint8_t *src, int width) argument
2361 grow41_line(uint8_t *dst, const uint8_t *src, int width) argument
2382 grow21(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
2394 grow12(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
2408 grow22(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
2421 grow41(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
2433 grow44(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
2446 conv411(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
2474 img_convert(AVPicture *dst, int dst_pix_fmt, const AVPicture *src, int src_pix_fmt, int src_width, int src_height) argument
2722 get_alpha_info_pal8(const AVPicture *src, int width, int height) argument
2747 img_get_alpha_info(const AVPicture *src, int pix_fmt, int width, int height) argument
2956 avpicture_deinterlace(AVPicture *dst, const AVPicture *src, int pix_fmt, int width, int height) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_unistr.c192 Write a string in (little-endian) unicode format. src is in
202 size_t dos_PutUniCode(char *dst,const char *src, ssize_t len, BOOL null_terminate) argument
204 return push_ucs2(NULL, dst, src, len,
214 char *skip_unibuf(char *src, size_t len) argument
216 char *srcend = src + len;
218 while (src < srcend && SVAL(src,0))
219 src += 2;
221 if(!SVAL(src,0))
222 src
230 rpcstr_pull(char* dest, void *src, int dest_len, int src_len, int flags) argument
244 rpcstr_pull_unistr2_fstring(char *dest, UNISTR2 *src) argument
252 rpcstr_push(void* dest, const char *src, int dest_len, int flags) argument
263 dos_unistrn2(const uint16 *src, int len) argument
372 strlen_w(const smb_ucs2_t *src) argument
384 strnlen_w(const smb_ucs2_t *src, size_t max) argument
582 strdup_w(const smb_ucs2_t *src) argument
588 strndup_w(const smb_ucs2_t *src, size_t len) argument
609 strncpy_w(smb_ucs2_t *dest, const smb_ucs2_t *src, const size_t max) argument
628 strncat_w(smb_ucs2_t *dest, const smb_ucs2_t *src, const size_t max) argument
644 strcat_w(smb_ucs2_t *dest, const smb_ucs2_t *src) argument
791 unistrcpy(uint16 *dst, uint16 *src) argument
816 ucs2_to_unistr2(TALLOC_CTX *ctx, UNISTR2* dst, smb_ucs2_t* src) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dautosprintf.cc49 autosprintf::autosprintf (const autosprintf& src) argument
51 str = (src.str != NULL ? strdup (src.str) : NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dvp6dsp_mmx.c39 "pmullw 0(%2), %%mm0 \n\t" /* src[x-8 ] * biweight [0] */ \
40 "pmullw 8(%2), %%mm1 \n\t" /* src[x ] * biweight [1] */ \
41 "pmullw 0(%2), %%mm3 \n\t" /* src[x-8 ] * biweight [0] */ \
42 "pmullw 8(%2), %%mm4 \n\t" /* src[x ] * biweight [1] */ \
53 "pmullw 16(%2), %%mm1 \n\t" /* src[x+8 ] * biweight [2] */ \
54 "pmullw 24(%2), %%mm2 \n\t" /* src[x+16] * biweight [3] */ \
55 "pmullw 16(%2), %%mm4 \n\t" /* src[x+8 ] * biweight [2] */ \
56 "pmullw 24(%2), %%mm5 \n\t" /* src[x+16] * biweight [3] */ \
68 void ff_vp6_filter_diag4_mmx(uint8_t *dst, uint8_t *src, int stride, argument
74 src
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dgmc_altivec.c35 void gmc1_altivec(uint8_t *dst /* align 8 */, uint8_t *src /* align1 */, int stride, int h, int x16, int y16, int rounder)
55 unsigned long src_really_odd = (unsigned long)src & 0x0000000F;
69 // at src from those 32 bytes
71 // we can re-use 'src+stride' from one iteration
72 // as the 'src' of the next.
73 src_0 = vec_ld(0, src);
74 src_1 = vec_ld(16, src);
75 srcvA = vec_perm(src_0, src_1, vec_lvsl(0, src));
78 // if src & 0xF == 0xF, then (src
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dstrlen.S75 #define src r19 define
90 dep src=0,in0,0,3 // src=8byte-aligned in0 address
97 ld8 v[1]=[src],8 // must not speculate: can fail here
101 ld8.s w[1]=[src],8 // speculatively load next
108 add base=-16,src // keep track of aligned base
112 ld8.s v[0]=[src],8 // speculatively load next
116 ld8.s w[0]=[src],8 // speculatively load next to next
139 (p8) adds src=-16,src // correc
[all...]
H A Dstrlen_user.S77 #define src r19 define
92 dep src=0,in0,0,3 // src=8byte-aligned in0 address
99 ld8.s v[1]=[src],8 // load the initial 8bytes (must speculate)
103 ld8.s w[1]=[src],8 // load next 8 bytes in 2nd pipeline
110 add base=-16,src // keep track of aligned base
115 ld8.s v[0]=[src],8 // speculatively load next
119 ld8.s w[0]=[src],8 // speculatively load next to next
142 (p8) adds src=-16,src // correc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68328/
H A DMakefile16 $(obj)/bootlogo.rh: $(src)/bootlogo.h
17 perl $(src)/bootlogo.pl < $(src)/bootlogo.h > $(obj)/bootlogo.rh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A DMakefile50 $(obj)/aic79xx_reg_print.c: $(src)/aic79xx_reg_print.c_shipped
51 $(obj)/aic7xxx_reg_print.c: $(src)/aic7xxx_reg_print.c_shipped
71 $(aic7xxx-gen-y): $(src)/aic7xxx.seq $(src)/aic7xxx.reg $(obj)/aicasm/aicasm
72 $(obj)/aicasm/aicasm -I$(src) -r $(obj)/aic7xxx_reg.h \
74 $(src)/aic7xxx.seq
92 $(aic79xx-gen-y): $(src)/aic79xx.seq $(src)/aic79xx.reg $(obj)/aicasm/aicasm
93 $(obj)/aicasm/aicasm -I$(src) -r $(obj)/aic79xx_reg.h \
95 $(src)/aic79x
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/support/
H A Dmove.c20 /* Read from kernel buffer at src to user/kernel buffer defined
25 xfs_uio_read(caddr_t src, size_t len, struct uio *uio) argument
39 if (copy_to_user(uio->uio_iov->iov_base, src, count))
43 memcpy(uio->uio_iov->iov_base, src, count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dall_sourcecode.tests53 | sed -e "s:^$srcdir/\.\./::g" > src.typos
54 testing "Common typos" "cat src.typos" "" "" ""
55 rm -f src.typos
63 | sed -e "s:^$srcdir/\.\./::g" > src.obsolete.funcs
64 testing "Obsolete function usage" "cat src.obsolete.funcs" "" "" ""
65 rm -f src.obsolete.funcs
73 | sed -e "s:^$srcdir/\.\./::g" > src.obsolete.headers
74 testing "Obsolete headers" "cat src.obsolete.headers" "" "" ""
75 rm -f src.obsolete.headers
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dx86_emulate.c479 struct operand src, dst; local
739 src.type = OP_REG;
741 src.ptr = decode_register(modrm_reg, _regs,
743 src.val = src.orig_val = *(u8 *) src.ptr;
744 src.bytes = 1;
746 src.ptr = decode_register(modrm_reg, _regs, 0);
747 switch ((src.bytes = op_bytes)) {
749 src
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_expect.c147 intersect_mask.src.l3num = a->mask.src.l3num & b->mask.src.l3num;
148 intersect_mask.src.u.all = a->mask.src.u.all & b->mask.src.u.all;
154 intersect_mask.src.u3.all[count] =
155 a->mask.src.u3.all[count] & b->mask.src.u3.all[count];
213 u_int8_t proto, __be16 *src, __be1
210 nf_conntrack_expect_init(struct nf_conntrack_expect *exp, int family, union nf_conntrack_address *saddr, union nf_conntrack_address *daddr, u_int8_t proto, __be16 *src, __be16 *dst) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/sc/
H A Dshmem.c27 void memcpy_toshmem(int card, void *dest, const void *src, size_t n) argument
54 ((unsigned long) dest % 0x4000), src, n);
60 (unsigned long) src,
67 void memcpy_fromshmem(int card, void *dest, const void *src, size_t n) argument
84 ch = (unsigned long) src / SRAM_PAGESIZE;
96 ((unsigned long) src % 0x4000)), n);
102 sc_adapter[card]->rambase + ((unsigned long) src %0x4000), (unsigned long) dest); */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dsoftcursor.c30 u8 *src, *dst; local
50 src = ops->cursor_src + sizeof(struct fb_image);
63 src[i] = image->data[i] ^ cursor->mask[i];
68 src[i] = image->data[i] & cursor->mask[i];
72 memcpy(src, image->data, dsize);
74 fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, image->height);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dsplit.c69 char *src; local
108 src = read_buffer;
126 char *end = memchr(src, '\n', bytes_read);
129 to_write = end - src + 1;
135 xwrite(1, src, to_write);
137 src += to_write;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A DMakefile.am35 # Need to include ../src in addition to top_srcdir because gcrypt.h is
37 AM_CPPFLAGS = -I../src -I$(top_srcdir)/src
40 LDADD = ../src/libgcrypt.la $(DL_LIBS) ../compat/libcompat.la $(GPG_ERROR_LIBS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/profile/
H A Dprofile.c47 void profile_message(int msg_type, pid_t src, void *buf, size_t len) argument
57 DEBUG(1,("INFO: Profiling turned OFF from pid %d\n", (int)src));
62 DEBUG(1,("INFO: Profiling counts turned ON from pid %d\n", (int)src));
67 DEBUG(1,("INFO: Full profiling turned ON from pid %d\n", (int)src));
71 DEBUG(1,("INFO: Profiling values cleared from pid %d\n", (int)src));
82 void reqprofile_message(int msg_type, pid_t src, void *buf, size_t len) argument
91 DEBUG(1,("INFO: Received REQ_PROFILELEVEL message from PID %u\n",(unsigned int)src));
92 message_send_pid(src, MSG_PROFILELEVEL, &level, sizeof(int), True);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dyuv2rgb_vis.c84 static int vis_420P_ARGB32(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY, argument
125 : "0" (src[0]+(y+srcSliceY)*srcStride[0]), "1" (src[1]+((y+srcSliceY)>>1)*srcStride[1]),
126 "2" (src[2]+((y+srcSliceY)>>1)*srcStride[2]), "3" (dst[0]+(y+srcSliceY)*dstStride[0]),
136 static int vis_422P_ARGB32(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY, argument
177 : "0" (src[0]+(y+srcSliceY)*srcStride[0]), "1" (src[1]+(y+srcSliceY)*srcStride[1]),
178 "2" (src[2]+(y+srcSliceY)*srcStride[2]), "3" (dst[0]+(y+srcSliceY)*dstStride[0]),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/c/decode/file/
H A DMakefile.am25 $(top_builddir)/src/libFLAC/libFLAC.la \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/c/encode/file/
H A DMakefile.am25 $(top_builddir)/src/libFLAC/libFLAC.la \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_seeking/
H A DMakefile.am29 $(top_builddir)/src/libFLAC/libFLAC.la \

Completed in 315 milliseconds

<<11121314151617181920>>