HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1026 - 1050 of 3043) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_format.c 24 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1708 int *out = colorOut->i; local
1750 float *out = colorOut->f; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
asn1pars.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
92 BIO *in=NULL,*out=NULL,*b64=NULL, *derout = NULL; local
133 else if (strcmp(*argv,"-out") == 0)
201 BIO_printf(bio_err," -out arg output file (output format is always DER\n");
220 out=BIO_new(BIO_s_file());
221 if ((in == NULL) || (out == NULL))
226 BIO_set_fp(out,stdout,BIO_NOCLOSE|BIO_FP_TEXT);
230 out = BIO_push(tmpbio, out);
    [all...]
dhparam.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
102 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
138 * -out arg - output file - default stdout
157 BIO *in=NULL,*out=NULL; local
200 else if (strcmp(*argv,"-out") == 0)
247 BIO_printf(bio_err," -out arg output file\n");
410 out=BIO_new(BIO_s_file());
411 if (out == NULL)
418 BIO_set_fp(out,stdout,BIO_NOCLOSE)
    [all...]
dsa.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
80 * -out arg - output file - default stdout
104 BIO *in=NULL,*out=NULL; local
154 else if (strcmp(*argv,"-out") == 0)
211 BIO_printf(bio_err," -out arg output file\n");
233 BIO_printf(bio_err," -noout don't print key out\n");
250 out=BIO_new(BIO_s_file());
251 if ((in == NULL) || (out == NULL))
295 BIO_set_fp(out,stdout,BIO_NOCLOSE)
    [all...]
dsaparam.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
86 * -out arg - output file - default stdout
116 BIO *in=NULL,*out=NULL; local
162 else if (strcmp(*argv,"-out") == 0)
222 BIO_printf(bio_err," -out arg output file\n");
241 out=BIO_new(BIO_s_file());
242 if ((in == NULL) || (out == NULL))
260 BIO_set_fp(out,stdout,BIO_NOCLOSE);
264 out = BIO_push(tmpbio, out)
    [all...]
ec.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
76 * -out arg - output file - default stdout
93 BIO *in = NULL, *out = NULL; local
139 else if (strcmp(*argv,"-out") == 0)
219 BIO_printf(bio_err, " -out arg output file\n");
229 BIO_printf(bio_err, " -noout don't print key out\n");
264 out = BIO_new(BIO_s_file());
265 if ((in == NULL) || (out == NULL))
313 BIO_set_fp(out, stdout, BIO_NOCLOSE);
317 out = BIO_push(tmpbio, out)
    [all...]
genpkey.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
81 BIO *in = NULL, *out = NULL; local
138 else if (!strcmp (*args, "-out"))
201 BIO_printf(bio_err, "-out file output file\n");
226 if (!(out = BIO_new_file (outfile, "wb")))
235 out = BIO_new_fp (stdout, BIO_NOCLOSE);
239 out = BIO_push(tmpbio, out);
267 rv = PEM_write_bio_Parameters(out, pkey);
269 rv = PEM_write_bio_PrivateKey(out, pkey, cipher, NULL, 0
    [all...]
pkcs8.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
75 BIO *in = NULL, *out = NULL; local
194 else if (!strcmp (*args, "-out"))
216 BIO_printf(bio_err, "-out file output file\n");
259 if (!(out = BIO_new_file (outfile, "wb")))
268 out = BIO_new_fp (stdout, BIO_NOCLOSE);
272 out = BIO_push(tmpbio, out);
291 PEM_write_bio_PKCS8_PRIV_KEY_INFO(out, p8inf);
293 i2d_PKCS8_PRIV_KEY_INFO_bio(out, p8inf)
    [all...]
rsa.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
80 * -out arg - output file - default stdout
107 BIO *out=NULL; local
154 else if (strcmp(*argv,"-out") == 0)
220 BIO_printf(bio_err," -out arg output file\n");
239 BIO_printf(bio_err," -noout don't print key out\n");
266 out=BIO_new(BIO_s_file());
308 BIO_set_fp(out,stdout,BIO_NOCLOSE);
312 out = BIO_push(tmpbio, out)
    [all...]
s_cb.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
102 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
284 BIO *out; local
286 out=(BIO *)BIO_get_callback_arg(bio);
287 if (out == NULL) return(ret);
291 BIO_printf(out,"read from %p [%p] (%lu bytes => %ld (0x%lX))\n",
293 BIO_dump(out,argp,(int)ret);
298 BIO_printf(out,"write to %p [%p] (%lu bytes => %ld (0x%lX))\n",
300 BIO_dump(out,argp,(int)ret)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_test.c 46 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
143 unsigned char out[4096]; local
171 if(!EVP_EncryptUpdate(&ctx,out,&outl,plaintext,pn))
177 if(!EVP_EncryptFinal_ex(&ctx,out+outl,&outl2))
191 if(memcmp(out,ciphertext,cn))
194 hexdump(stderr,"Got",out,cn);
210 if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn))
216 if(!EVP_DecryptFinal_ex(&ctx,out+outl,&outl2))
230 if(memcmp(out,plaintext,pn))
233 hexdump(stderr,"Got",out,pn)
    [all...]
p5_crpt2.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67 /* set this to print out info about the keygen algorithm */
83 int keylen, unsigned char *out)
95 p = out;
142 h__dump (out, keylen);
149 int keylen, unsigned char *out)
152 keylen, out);
158 unsigned char out[4]; local
160 PKCS5_PBKDF2_HMAC_SHA1("password", -1, salt, 4, 5, 4, out);
161 fprintf(stderr, "Out %02X %02X %02X %02X\n"
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2test.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
109 unsigned char out[80]; variable
111 char *text="Hello to all people out there";
186 idea_cbc_encrypt((unsigned char *)text,out,strlen(text)+1,&key,iv,1);
188 idea_cbc_encrypt(out,out,8,&dkey,iv,0);
189 idea_cbc_encrypt(&(out[8]),&(out[8]),strlen(text)+1-8,&dkey,iv,0);
190 if (memcmp(text,out,strlen(text)+1) != 0
    [all...]
  /external/chromium_org/third_party/skia/bench/
QuadTreeBench.cpp 148 SkIRect out = {0, 0, index + 1, index + 1}; local
149 return out;
153 SkIRect out; local
154 out.fLeft = index % GRID_WIDTH;
155 out.fTop = index / GRID_WIDTH;
156 out.fRight = out.fLeft + 1 + rand.nextU() % (GENERATE_EXTENTS / 3);
157 out.fBottom = out.fTop + 1 + rand.nextU() % (GENERATE_EXTENTS / 3);
158 return out;
162 SkIRect out; local
171 SkIRect out; local
    [all...]
RTreeBench.cpp 159 SkIRect out = {0, 0, index + 1, index + 1}; local
160 return out;
164 SkIRect out; local
165 out.fLeft = index % GRID_WIDTH;
166 out.fTop = index / GRID_WIDTH;
167 out.fRight = out.fLeft + 1 + rand.nextU() % (GENERATE_EXTENTS / 3);
168 out.fBottom = out.fTop + 1 + rand.nextU() % (GENERATE_EXTENTS / 3);
169 return out;
172 SkIRect out; local
181 SkIRect out; local
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerPolygon4x4_Test.cpp 37 SkPath path, out; local
63 testSimplifyx(path, false, out, state, pathStr);
67 testSimplifyx(path, true, out, state, pathStr);
132 SkPath path, out; local
154 testSimplifyx(path, false, out, state, pathStr);
158 testSimplifyx(path, true, out, state, pathStr);
227 SkPath path, out; local
249 testSimplifyx(path, false, out, state, pathStr);
253 testSimplifyx(path, true, out, state, pathStr);
EdgeWalkerPolygons_Mismatches.cpp 1608 SkPath path, out; local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
asynchttprequest_unittest.cc 104 StreamInterface* out = new MemoryStream(); local
110 out->Write(&ch, 1, NULL, NULL);
112 out->Rewind();
113 t->response.set_success("text/plain", out);
stream_unittest.cc 163 char out[kSize * 2]; local
172 EXPECT_EQ(SR_BLOCK, stream->Read(out, kSize, &bytes, NULL));
188 EXPECT_EQ(SR_SUCCESS, stream->Read(out, kSize, &bytes, NULL));
190 EXPECT_EQ(0, memcmp(in, out, kSize));
193 EXPECT_EQ(SR_BLOCK, stream->Read(out, kSize, &bytes, NULL));
200 EXPECT_EQ(SR_SUCCESS, stream->Read(out, kSize * 2, &bytes, NULL));
202 EXPECT_EQ(0, memcmp(in, out, kSize));
207 EXPECT_EQ(SR_SUCCESS, stream->Read(out, kSize / 2, &bytes, NULL));
209 EXPECT_EQ(0, memcmp(in, out, kSize / 2));
214 EXPECT_EQ(SR_SUCCESS, stream->Read(out, kSize / 2, &bytes, NULL))
391 char out[kSize * 2]; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.c 28 uint32_t out = (in | mask); local
30 return out;
59 // - out : Binary spectrum.
66 uint32_t out = 0; local
89 out = SetBit(out, i - kBandFirst);
93 return out;
100 uint32_t out = 0; local
119 out = SetBit(out, i - kBandFirst)
    [all...]
  /external/chromium_org/third_party/zlib/
crc32.c 99 out is a one). We start with the highest power (least significant bit) of
159 /* write out CRC tables to crc32.h */
161 FILE *out; local
163 out = fopen("crc32.h", "w");
164 if (out == NULL) return;
165 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
166 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
167 fprintf(out, "local const unsigned long FAR ");
168 fprintf(out, "crc_table[TBLS][256] =\n{\n {\n");
169 write_table(out, crc_table[0])
    [all...]
gzguts.h 95 unsigned char *out; /* output buffer (double-sized when reading) */ member in struct:__anon20308
  /external/chromium_org/url/
url_util_unittest.cc 54 // Control characters should be stripped out on the ends, and kept in the
228 const char* out; member in struct:url::ResolveRelativeCase
293 EXPECT_EQ(test_data.out, resolved) << i;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 153 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local
154 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
157 encodedForm = out.toByteArray();
168 * @param out {@code non-null;} where to output to
171 public void annotateTo(AnnotatedOutput out, String prefix) {
172 out.annotate(0, prefix + "visibility: " +
174 out.annotate(0, prefix + "type: " + annotation.getType().toHuman());
180 out.annotate(0, prefix + name.toHuman() + ": " +
187 protected void writeTo0(DexFile file, AnnotatedOutput out) {
188 boolean annotates = out.annotates()
    [all...]
TypeListItem.java 92 protected void writeTo0(DexFile file, AnnotatedOutput out) {
96 if (out.annotates()) {
97 out.annotate(0, offsetString() + " type_list");
98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
102 out.annotate(ELEMENT_SIZE,
107 out.writeInt(sz);
110 out.writeShort(typeIds.indexOf(list.getType(i)));

Completed in 588 milliseconds

<<41424344454647484950>>