Searched refs:out (Results 126 - 150 of 4004) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dexptest.c35 * The word 'cryptographic' can be left out if the rouines from the library
77 BIO *out=NULL; local
101 out=BIO_new(BIO_s_file());
103 if (out == NULL) EXIT(1);
104 BIO_set_fp(out,stdout,BIO_NOCLOSE);
127 ERR_print_errors(out);
135 ERR_print_errors(out);
143 ERR_print_errors(out);
151 ERR_print_errors(out);
171 printf("a (%3d) = ",BN_num_bits(a)); BN_print(out,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_reset.c104 goto out;
114 goto out;
127 goto out;
137 goto out;
145 goto out;
158 goto out;
178 goto out;
190 goto out;
201 goto out;
208 goto out;
[all...]
H A Dmthca_mcg.c84 goto out;
88 goto out;
110 goto out;
114 goto out;
122 goto out;
126 goto out;
134 out:
160 goto out;
172 goto out;
177 goto out;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcelp_filters.c54 int16_t *out,
72 sum -= filter_coeffs[i] * out[n-i];
82 out[n] = sum;
89 float *out,
103 out[n] = in[n];
105 out[n] -= filter_coeffs[i] * out[n-i];
53 ff_celp_lp_synthesis_filter( int16_t *out, const int16_t* filter_coeffs, const int16_t* in, int buffer_length, int filter_length, int stop_on_overflow, int rounder) argument
88 ff_celp_lp_synthesis_filterf( float *out, const float* filter_coeffs, const float* in, int buffer_length, int filter_length) argument
H A Dindeo2.c52 int out = 0; local
60 while (out < width){
64 if(out + c*2 > width)
67 dst[out++] = 0x80;
69 dst[out++] = table[c * 2];
70 dst[out++] = table[(c * 2) + 1];
76 out = 0;
77 while (out < width){
81 if(out + c*2 > width)
84 dst[out]
107 int out = 0; local
[all...]
H A Drl2.c56 * @param out ouput buffer
61 unsigned char* out,int stride,int video_base){
68 const unsigned char* out_end = out + stride * s->avctx->height;
69 unsigned char* line_end = out + s->avctx->width;
74 memcpy(out,back_frame,s->avctx->width);
75 out += stride;
79 line_end = out - stride_adj;
80 out += base_x - stride;
94 if(len >= out_end - out)
103 *out
60 rl2_rle_decode(Rl2Context *s,const unsigned char* in,int size, unsigned char* out,int stride,int video_base) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dcharset.c67 char *out, *outptr; local
88 out = (char*)malloc(outsize);
90 outptr = out;
99 used = outptr - out;
101 free(out);
105 out = realloc(out, outsize);
106 outptr = out + used;
126 return out;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/gettingStarted/
H A DSimpleStoreGet.java63 System.out.println("sec1: " + sec1.getpKey());
64 System.out.println("sec2: " + sec2.getpKey());
65 System.out.println("sec4: " + sec4.getpKey());
67 System.out.println("############ Doing pcursor ##########");
69 System.out.println("sec from pcursor : " + seci.getpKey() );
73 System.out.println("############ Doing pcursor ##########");
74 System.out.println("sec from pcursor : " + sda.sec_pcursor.first().getpKey());
76 System.out.println("sec from pcursor : " + seci.getpKey() );
79 System.out.println("############ Doing scursor ##########");
81 System.out
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/cast/
H A Dc_ecb.c35 * The word 'cryptographic' can be left out if the rouines from the library
65 void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
76 l=d[0]; l2n(l,out);
77 l=d[1]; l2n(l,out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Decb3_enc.c35 * The word 'cryptographic' can be left out if the rouines from the library
61 void DES_ecb3_encrypt(const unsigned char *in, unsigned char *out, argument
79 l2c(l0,out);
80 l2c(l1,out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/idea/
H A Di_ecb.c35 * The word 'cryptographic' can be left out if the rouines from the library
73 void idea_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
81 l0=d[0]; l2n(l0,out);
82 l1=d[1]; l2n(l1,out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc2/
H A Drc2_ecb.c35 * The word 'cryptographic' can be left out if the rouines from the library
73 void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KEY *ks, argument
84 l=d[0]; l2c(l,out);
85 l=d[1]; l2c(l,out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc5/
H A Drc5_ecb.c35 * The word 'cryptographic' can be left out if the rouines from the library
65 void RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
76 l=d[0]; l2c(l,out);
77 l=d[1]; l2c(l,out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2_ecb.c35 * The word 'cryptographic' can be left out if the rouines from the library
73 void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KEY *ks, argument
84 l=d[0]; l2c(l,out);
85 l=d[1]; l2c(l,out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5_ecb.c35 * The word 'cryptographic' can be left out if the rouines from the library
65 void RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
76 l=d[0]; l2c(l,out);
77 l=d[1]; l2c(l,out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/
H A Daes_ofb.c84 * The word 'cryptographic' can be left out if the rouines from the library
122 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out, argument
129 assert(in && out && key && ivec && num);
137 *(out++) = *(in++) ^ ivec[n];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_ecb.c35 * The word 'cryptographic' can be left out if the rouines from the library
81 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
92 l=d[0]; l2n(l,out);
93 l=d[1]; l2n(l,out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcmll_ofb.c84 * The word 'cryptographic' can be left out if the rouines from the library
121 void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out, argument
128 assert(in && out && key && ivec && num);
136 *(out++) = *(in++) ^ ivec[n];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dc_ecb.c35 * The word 'cryptographic' can be left out if the rouines from the library
65 void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
76 l=d[0]; l2n(l,out);
77 l=d[1]; l2n(l,out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Decb3_enc.c35 * The word 'cryptographic' can be left out if the rouines from the library
69 unsigned char *out = &(*output)[0]; local
81 l2c(l0,out);
82 l2c(l1,out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_ecb.c35 * The word 'cryptographic' can be left out if the rouines from the library
73 void idea_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
81 l0=d[0]; l2n(l0,out);
82 l1=d[1]; l2n(l1,out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/aes/
H A Daes_ofb.c84 * The word 'cryptographic' can be left out if the rouines from the library
122 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out, argument
129 assert(in && out && key && ivec && num);
137 *(out++) = *(in++) ^ ivec[n];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bf/
H A Dbf_ecb.c35 * The word 'cryptographic' can be left out if the rouines from the library
81 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
92 l=d[0]; l2n(l,out);
93 l=d[1]; l2n(l,out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A Dtrans.c33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) argument
43 dst = out;
66 goto out;
79 out:
80 return dst - out;
95 void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, struct qstr *in) argument
105 dst = out->name;
124 goto out;
143 out:
144 out
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dminigzip.c75 void gz_compress OF((FILE *in, gzFile out));
77 int gz_compress_mmap OF((FILE *in, gzFile out));
79 void gz_uncompress OF((gzFile in, FILE *out));
98 void gz_compress(in, out)
100 gzFile out;
110 if (gz_compress_mmap(in, out) == Z_OK) return;
120 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
123 if (gzclose(out) != Z_OK) error("failed gzclose");
131 int gz_compress_mmap(in, out)
199 gzFile out; local
228 FILE *out; local
[all...]

Completed in 216 milliseconds

1234567891011>>