Searched refs:out (Results 176 - 200 of 4004) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dblowfish.h35 * The word 'cryptographic' can be left out if the rouines from the library
113 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out,
115 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
117 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length,
119 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcast.h35 * The word 'cryptographic' can be left out if the rouines from the library
88 void CAST_ecb_encrypt(const unsigned char *in,unsigned char *out,CAST_KEY *key,
92 void CAST_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
94 void CAST_cfb64_encrypt(const unsigned char *in, unsigned char *out,
97 void CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/comp/
H A Dcomp.h20 unsigned char *out, unsigned int olen,
23 unsigned char *out, unsigned int olen,
44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Didea.h35 * The word 'cryptographic' can be left out if the rouines from the library
84 void idea_ecb_encrypt(const unsigned char *in, unsigned char *out,
88 void idea_cbc_encrypt(const unsigned char *in, unsigned char *out,
90 void idea_cfb64_encrypt(const unsigned char *in, unsigned char *out,
93 void idea_ofb64_encrypt(const unsigned char *in, unsigned char *out,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/skas/
H A Dclone.c31 goto out;
35 goto out;
40 goto out;
45 out:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream/
H A Dtest.cpp7 // to this stream will go to standard out.
8 gzofstream os( 1, ios::out );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dlzo.h44 * \param out output buffer
51 * AV_LZO_INPUT_PADDING, out must provide AV_LZO_OUTPUT_PADDING additional bytes.
53 int av_lzo1x_decode(void *out, int *outlen, const void *in, int *inlen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/basic/
H A DMakefile16 $(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/basic/
H A DMakefile18 $(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/charsets/
H A Dmac_japanese.c46 static size_t mac_japanese_char_push(u_int8_t* out, const ucs2_t* in, size_t* size) argument
52 out[0] = (u_int8_t)(wc == 0x5c ? 0x80 : wc);
58 out[0] = (u_int8_t)(wc / 188 + 0xf0);
59 out[1] = (u_int8_t)(wc % 188 + 0x40);
60 if (out[1] >= 0x7f) ++out[1];
79 mac_japanese_uni2_charset), out);
89 static size_t mac_japanese_char_pull(ucs2_t* out, const u_int8_t* in, size_t* size) argument
95 *out = (c == 0x5c ? 0xa5 : c);
104 *out
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/stf/
H A Dstrings.py61 out, err = self.runcmd("t_push_ucs2 \"%s\"" % u8str.encode('utf-8'))
62 self.assert_equal(out, "0\n")
68 out, err = self.runcmd('t_strcmp \"%s\" \"%s\"' % (a.encode('utf-8'), b.encode('utf-8')))
69 if signum(int(out)) != expect:
74 " result=%s\n" % (`a`, `b`, `expect`, `out`))
100 out, err = self.runcmd('t_strstr \"%s\" \"%s\"' % (a.encode('utf-8'), b.encode('utf-8')))
101 if (out != (expect + '\n').encode('utf-8')):
106 " result=%s\n" % (`a`, `b`, `expect+'\n'`, `out`))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_i2d_fp.c35 * The word 'cryptographic' can be left out if the rouines from the library
67 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x) argument
77 BIO_set_fp(b,out,BIO_NOCLOSE);
84 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x) argument
103 i=BIO_write(out,&(b[j]),n);
120 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x) argument
130 BIO_set_fp(b,out,BIO_NOCLOSE);
137 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x) argument
151 i=BIO_write(out,&(b[j]),n);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Da_i2d_fp.c35 * The word 'cryptographic' can be left out if the rouines from the library
67 int ASN1_i2d_fp(int (*i2d)(), FILE *out, unsigned char *x) argument
77 BIO_set_fp(b,out,BIO_NOCLOSE);
84 int ASN1_i2d_bio(int (*i2d)(), BIO *out, unsigned char *x) argument
103 i=BIO_write(out,&(b[j]),n);
120 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x) argument
130 BIO_set_fp(b,out,BIO_NOCLOSE);
137 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x) argument
151 i=BIO_write(out,&(b[j]),n);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dutil.c33 FILE *out; local
37 out = fopen("..config.tmp", "w");
38 if (!out)
40 fprintf(out, "deps_config := \\\n");
43 fprintf(out, "\t%s \\\n", file->name);
45 fprintf(out, "\t%s\n", file->name);
47 fprintf(out, "\ninclude/config/auto.conf: \\\n"
50 fclose(out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dutil.c33 FILE *out; local
37 out = fopen("..config.tmp", "w");
38 if (!out)
40 fprintf(out, "deps_config := \\\n");
43 fprintf(out, "\t%s \\\n", file->name);
45 fprintf(out, "\t%s\n", file->name);
47 fprintf(out, "\n.config include/autoconf.h: $(deps_config)\n\n$(deps_config):\n");
48 fclose(out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_je2db60 sed -e "$E1" -e "$E2" < $f > $DBSRC/$f.sed.out
61 diff -q -I "\$\Id:" $DBSRC/$f $DBSRC/$f.sed.out || \
62 mv -f $DBSRC/$f.sed.out $DBSRC/$f
63 rm -f $DBSRC/$f.sed.out
70 sed -e "$E1" -e "$E2" < $f > $DBTEST/$f.sed.out
71 diff -q -I "\$\Id:" $DBTEST/$f $DBTEST/$f.sed.out || \
72 mv -f $DBTEST/$f.sed.out $DBTEST/$f
73 rm -f $DBTEST/$f.sed.out
80 sed -e "$E1" -e "$E2" < $f > $DBEXAMPLES/$f.sed.out
81 diff -q -I "\$\Id:" $DBEXAMPLES/$f $DBEXAMPLES/$f.sed.out || \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcomm-2312 tmpfiles="$tmpfiles mcomm-23.tmp mcomm-23.out"
16 tr -d '\r' < mcomm-23.tmp > mcomm-23.out
20 ${DIFF} ${top_srcdir}/tests/msguniq-a.out mcomm-23.out
H A Dmsgmerge-compendium-58 tmpfiles="$tmpfiles mm-c-5.tmp mm-c-5.out"
14 tr -d '\r' < mm-c-5.tmp > mm-c-5.out
18 ${DIFF} ${top_srcdir}/tests/mm-viet.out mm-c-5.out
H A Dmsguniq-18 tmpfiles="$tmpfiles msguniq-1.tmp msguniq-1.out"
12 tr -d '\r' < msguniq-1.tmp > msguniq-1.out
16 ${DIFF} ${top_srcdir}/tests/msguniq-a.out msguniq-1.out
H A Dmsguniq-48 tmpfiles="$tmpfiles msguniq-4.out"
10 ${MSGUNIQ} --properties-input --properties-output -w 1000 -o msguniq-4.out ${top_srcdir}/tests/msguniq-a.inp
15 ${MSGCAT} --properties-output -w 1000 -o msguniq-4.ok ${top_srcdir}/tests/msguniq-a.out
19 ${DIFF} msguniq-4.ok msguniq-4.out
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dtrain.c28 static char *rline(FILE *in,FILE *out,int pass){ argument
32 if(pass)fprintf(out,"%s\n",line);
86 FILE *out=NULL; local
114 out=fopen(filename,"w");
115 if(out==NULL){
124 line=rline(in,out,1);
130 line=rline(in,out,1);
141 line=rline(in,out,1);
152 line=rline(in,out,0);
162 line=rline(in,out,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86nasm.pl28 sub main'asm_init_output { @out=(); }
29 sub main'asm_get_output { return(@out); }
36 push(@out,".") if ($main'mwerks);
37 push(@out, "extern\t${under}$_\n");
221 push(@out,"\t$name\t");
229 push(@out,$t);
231 push(@out,"\t" x $l);
232 push(@out,&conv($p2));
233 push(@out,"\n");
240 push(@out,"\
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddctref.c62 double out[8 * 8]; local
64 /* out = coefficients * block */
71 out[i + j] = tmp * 8;
75 /* block = out * (coefficients') */
80 tmp += out[i + k] * coefficients[j * 8 + k];
98 double out[8 * 8]; local
100 /* out = block * coefficients */
107 out[i + j] = tmp;
111 /* block = (coefficients') * out */
116 tmp += coefficients[k + i] * out[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dsmbdes.c150 static void permute(char *out, const char *in, const uchar *p, int n) argument
154 out[i] = in[p[i]-1];
159 char out[64]; local
162 out[i] = d[(i+count)%n];
164 d[i] = out[i];
167 static void concat(char *out, char *in1, char *in2, int l1, int l2) argument
170 *out++ = *in1++;
172 *out++ = *in2++;
175 static void xor(char *out, char *in1, char *in2, int n) argument
179 out[
182 dohash(char *out, char *in, char *key, int forw) argument
279 smbhash(unsigned char *out, const unsigned char *in, const unsigned char *key, int forw) argument
321 D_P16(const unsigned char *p14, const unsigned char *in, unsigned char *out) argument
327 E_old_pw_hash( unsigned char *p14, const unsigned char *in, unsigned char *out) argument
333 cred_hash1(unsigned char *out, const unsigned char *in, const unsigned char *key) argument
341 cred_hash2(unsigned char *out, const unsigned char *in, const unsigned char *key) argument
351 cred_hash3(unsigned char *out, unsigned char *in, const unsigned char *key, int forw) argument
444 sam_pwd_hash(unsigned int rid, const uchar *in, uchar *out, int forw) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DFieldWriter.java213 * @param out where the content of this field must be put.
215 void put(final ByteVector out) { argument
216 out.putShort(access).putShort(name).putShort(desc);
244 out.putShort(attributeCount);
246 out.putShort(cw.newUTF8("ConstantValue"));
247 out.putInt(2).putShort(value);
252 out.putShort(cw.newUTF8("Synthetic")).putInt(0);
255 out.putShort(cw.newUTF8("Deprecated")).putInt(0);
258 out.putShort(cw.newUTF8("Enum")).putInt(0);
261 out
[all...]

Completed in 146 milliseconds

1234567891011>>