/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_texgen.c | 21 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 257 GLvector4f *out = &store->texcoord[unit]; local 259 build_f_tab[VB->EyePtr->size]( out->start, 260 out->stride, 264 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_3; 265 out->count = VB->Count; 266 out->size = MAX2(in->size, 3); 268 _mesa_copy_tab[0x8]( out, in ); 279 GLvector4f *out = &store->texcoord[unit]; local 281 GLfloat (*texcoord)[4] = (GLfloat (*)[4])out->start 307 GLvector4f *out = &store->texcoord[unit]; local 341 GLvector4f *out = &store->texcoord[unit]; local [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
crl.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 " -text - print out a text format version\n", 82 " -out arg - output file - default stdout\n", 107 BIO *out=NULL; local 172 else if (strcmp(*argv,"-out") == 0) 332 BIO_printf(bio_err,"out of memory\n"); 347 out=BIO_new(BIO_s_file()); 348 if (out == NULL) 356 BIO_set_fp(out,stdout,BIO_NOCLOSE) [all...] |
dgst.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 77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, 112 BIO *out = NULL; local 137 BIO_printf(bio_err,"out of memory\n"); 166 else if (strcmp(*argv,"-out") == 0) 280 BIO_printf(bio_err,"-out filename output to filename rather than stdout\n"); 327 out = BIO_new_file(outfile, "wb"); 328 else out = BIO_new_file(outfile, "w"); 330 out = BIO_new_fp(stdout, BIO_NOCLOSE) [all...] |
ecparam.c | 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 93 * -out arg - output file - default stdout 130 BIO *in = NULL, *out = NULL; local 170 else if (strcmp(*argv,"-out") == 0) 258 BIO_printf(bio_err, " -out arg output file - " 303 out=BIO_new(BIO_s_file()); 304 if ((in == NULL) || (out == NULL)) 322 BIO_set_fp(out,stdout,BIO_NOCLOSE); 326 out = BIO_push(tmpbio, out); [all...] |
enc.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 73 int set_hex(char *in,unsigned char *out,int size); 125 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local 175 else if (strcmp(*argv,"-out") == 0) 300 BIO_printf(bio_err,"%-14s output file\n","-out <file>"); 383 out=BIO_new(BIO_s_file()); 384 if ((in == NULL) || (out == NULL)) 392 BIO_set_callback(out,BIO_debug_callback); 394 BIO_set_callback_arg(out,(char *)bio_err) [all...] |
passwd.c | 43 char *passwd, BIO *out, int quiet, int table, int reverse, 70 BIO *in = NULL, *out = NULL; local 84 out = BIO_new(BIO_s_file()); 85 if (out == NULL) 87 BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT); 91 out = BIO_push(tmpbio, out); 245 if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out, 274 if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out, 292 if (out) [all...] |
pkeyutl.c | 48 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 83 unsigned char *out, size_t *poutlen, 90 BIO *in = NULL, *out = NULL; local 124 else if (!strcmp(*argv,"-out")) 271 if(!(out = BIO_new_file(outfile, "wb"))) 280 out = BIO_new_fp(stdout, BIO_NOCLOSE); 284 out = BIO_push(tmpbio, out); 335 BIO_puts(out, "Signature Verification Failure\n"); 337 BIO_puts(out, "Signature Verified Successfully\n") [all...] |
rsautl.c | 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 88 BIO *in = NULL, *out = NULL; local 126 } else if (!strcmp(*argv,"-out")) { 243 if(!(out = BIO_new_file(outfile, "wb"))) { 249 out = BIO_new_fp(stdout, BIO_NOCLOSE); 253 out = BIO_push(tmpbio, out); 305 if(!ASN1_parse_dump(out, rsa_out, rsa_outlen, 1, -1)) { 308 } else if(hexdump) BIO_dump(out, (char *)rsa_out, rsa_outlen); 309 else BIO_write(out, rsa_out, rsa_outlen) [all...] |
smime.c | 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 104 BIO *in = NULL, *out = NULL, *indata = NULL; local 356 else if (!strcmp (*args, "-out")) 473 BIO_printf (bio_err, "-out file output file\n"); 652 if (!(out = BIO_new_file(outfile, outmode))) 661 out = BIO_new_fp(stdout, BIO_NOCLOSE); 665 out = BIO_push(tmpbio, out); 747 if (!PKCS7_decrypt(p7, key, recip, out, flags)) 756 if (PKCS7_verify(p7, other, store, indata, out, flags) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/ |
ecdsatest.c | 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 102 int x9_62_test_internal(BIO *out, int nid, const char *r, const char *s); 181 int x9_62_test_internal(BIO *out, int nid, const char *r_in, const char *s_in) 198 BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid)); 204 BIO_printf(out, "."); 205 (void)BIO_flush(out); 210 BIO_printf(out, "."); 211 (void)BIO_flush(out); 220 BIO_printf(out, "."); 221 (void)BIO_flush(out); 529 BIO *out; local [all...] |
/external/chromium_org/third_party/ots/test/ |
layout_common_table_test.cc | 18 bool BuildFakeScriptListTable(ots::OTSStream *out, const uint16_t script_count, 21 if (!out->WriteU16(script_count)) { 24 const off_t script_record_end = out->Tell() + 28 if (!out->WriteU32(kFakeTag) || 29 !out->WriteU16(script_record_end + i * script_table_size)) { 40 if (!out->WriteU16(0x0000) || 41 !out->WriteU16(langsys_count)) { 45 if (!out->WriteU32(kFakeTag) || 46 !out->WriteU16(langsys_record_end + j * langsys_table_size)) { 54 if (!out->WriteU16(0x0000) | 256 TestStream out; member in class:__anon18632::ScriptListTableTest 267 TestStream out; member in class:__anon18632::FeatureListTableTest 317 TestStream out; member in class:__anon18632::LookupListTableTest 528 TestStream out; local 534 TestStream out; local 540 TestStream out; local 549 TestStream out; local 558 TestStream out; local 567 TestStream out; local 576 TestStream out; local 586 TestStream out; local 595 TestStream out; local 605 TestStream out; local 611 TestStream out; local 617 TestStream out; local 626 TestStream out; local 635 TestStream out; local 644 TestStream out; local 653 TestStream out; local 662 TestStream out; local 671 TestStream out; local 682 TestStream out; local 687 TestStream out; local 696 TestStream out; local 701 TestStream out; local 709 TestStream out; local 714 TestStream out; local 723 TestStream out; local 728 TestStream out; local 736 TestStream out; local 741 TestStream out; local 750 TestStream out; local 755 TestStream out; local [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 136 void* out; local 140 if (!output->Next(&out, &out_size)) { 146 memcpy(out, in, in_size); 151 memcpy(out, in, out_size); 160 uint8* out = reinterpret_cast<uint8*>(data); local 181 memcpy(out, in, out_size); 188 memcpy(out, in, in_size); 189 out += in_size;
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
EdgeDemo.cpp | 11 SkPath out; local 17 simplify(path, true, out); 19 simplifyx(path, out); 22 showPath(out, "simplified:"); 32 canvas->drawPath(out, paint);
|
EdgeWalkerPolygons_Test.cpp | 14 SkPath path, out; local 24 testSimplify(path, true, out, bitmap); // expect |\/| 29 SkPath path, out; local 38 testSimplify(path, true, out, bitmap); 42 SkPath path, out; local 51 testSimplify(path, true, out, bitmap); 55 SkPath path, out; local 64 testSimplify(path, true, out, bitmap); 68 SkPath path, out; local 79 testSimplify(path, true, out, bitmap) 83 SkPath path, out; local 98 SkPath path, out; local 113 SkPath path, out; local 128 SkPath path, out; local 143 SkPath path, out; local 158 SkPath path, out; local 173 SkPath path, out; local 188 SkPath path, out; local 203 SkPath path, out; local 217 SkPath path, out; local 230 SkPath path, out; local 243 SkPath path, out; local 256 SkPath path, out; local 270 SkPath path, out; local 283 SkPath path, out; local 296 SkPath path, out; local 309 SkPath path, out; local 322 SkPath path, out; local 339 SkPath path, out; local 355 SkPath path, out; local 398 SkPath path, out; local 419 SkPath path, out; local 446 SkPath path, out; local 461 SkPath path, out; local 484 SkPath path, out; local 507 SkPath path, out; local 530 SkPath path, out; local 543 SkPath path, out; local 556 SkPath path, out; local 569 SkPath path, out; local 592 SkPath path, out; local 615 SkPath path, out; local 639 SkPath path, out; local 664 SkPath path, out; local 687 SkPath path, out; local 710 SkPath path, out; local [all...] |
EdgeWalkerRectangles_Test.cpp | 14 SkPath path, out; local 19 testSimplify(path, true, out, bitmap); 23 SkPath path, out; local 27 simplify(path, true, out); 29 if (!out.isRect(&rect)) { 38 SkPath path, out; local 42 simplify(path, true, out); 44 if (!out.isRect(&rect)) { 53 SkPath path, out; local 57 simplify(path, true, out); 95 SkPath path, out; local 116 SkPath path, out; local 130 SkPath path, out; local 140 SkPath path, out; local 164 SkPath path, out; local 268 SkPath path, out; local 313 SkPath path, out; local 337 SkPath path, out; local 360 SkPath path, out; local 414 SkPath path, out; local [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkRTree.cpp | 15 static inline void join_no_empty_check(const SkIRect& joinWith, SkIRect* out); 125 Node* out = static_cast<Node*>(fNodes.allocThrow(fNodeSize)); local 126 out->fNumChildren = 0; 127 out->fLevel = level; 128 return out; 320 Branch out = (*branches)[0]; local 322 return out; 474 // Expand 'out' to include 'joinWith' 475 static inline void join_no_empty_check(const SkIRect& joinWith, SkIRect* out) { 478 if (joinWith.fLeft < out->fLeft) { out->fLeft = joinWith.fLeft; [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
mem2.c | 477 FILE *out; local 481 out = fopen(zFilename, "w"); 482 if( out==0 ){ 490 fprintf(out, "**** %lld bytes at %p from %s ****\n", 493 fflush(out); 496 backtrace_symbols_fd(pBt, pHdr->nBacktrace, fileno(out)); 497 fprintf(out, "\n"); 500 fprintf(out, "COUNTS:\n"); 503 fprintf(out, " %5d: %10d %10d %10d\n", 508 fprintf(out, " %5d: %10d %10d %10d\n" [all...] |
mem3.c | 53 ** A chunk is two or more blocks that is either checked out or 56 ** The u.hdr.size4x&1 bit is true if the chunk is checked out and 58 ** is true if the previous chunk is checked out and false if the 61 ** freelist. If the previous chunk is checked out, then 77 ** out. If a chunk is checked out, the user data may extend into 109 ** True if we are evaluating an out-of-memory callback. 249 ** size parameters for check-out and return a pointer to the 371 ** successful most of the time (about 9 times out of 10). 475 ** works for chunks that are currently checked out 591 FILE *out; local [all...] |
mem5.c | 84 #define CTRL_FREE 0x20 /* True if not checked out */ 125 ** Space for tracking which blocks are checked out and the size 200 ** works for chunks that are currently checked out. 525 FILE *out; local 530 out = stdout; 532 out = fopen(zFilename, "w"); 533 if( out==0 ){ 543 fprintf(out, "freelist items of size %d: %d\n", mem5.szAtom << i, n); 545 fprintf(out, "mem5.nAlloc = %llu\n", mem5.nAlloc); 546 fprintf(out, "mem5.totalAlloc = %llu\n", mem5.totalAlloc) [all...] |
test3.c | 446 u64 in, out; local 468 n2 = getVarint(zBuf, &out); 474 if( in!=out ){ 475 sprintf(zErr, "Wrote 0x%016llx and got back 0x%016llx", in, out); 482 out = out32; 489 if( in!=out ){ 491 in, out); 502 getVarint(zBuf, &out);
|
test_hexio.c | 158 FILE *out; local 172 out = fopen(zFile, "r+b"); 173 if( out==0 ){ 174 out = fopen(zFile, "r+"); 176 if( out==0 ){ 180 fseek(out, offset, SEEK_SET); 181 written = fwrite(aOut, 1, nOut, out); 183 fclose(out);
|
/external/chromium_org/third_party/webrtc/base/ |
nat_unittest.cc | 56 TestClient* out[4]; local 58 out[i] = CreateTestClient(external, external_addrs[i]); 66 in->SendTo(buf, len, out[0]->address()); 68 EXPECT_TRUE(out[0]->CheckNextPacket(buf, len, &trans_addr)); 71 in->SendTo(buf, len, out[i]->address()); 73 EXPECT_TRUE(out[i]->CheckNextPacket(buf, len, &trans_addr2)); 87 delete out[i]; 107 TestClient* out[4]; local 109 out[i] = CreateTestClient(external, external_addrs[i]); 117 in->SendTo(buf, len, out[0]->address()) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
file.c | 24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 171 N_("octal value out of range")); 184 yasm__splitpath_unix(const char *path, /*@out@*/ const char **tail) 206 yasm__splitpath_win(const char *path, /*@out@*/ const char **tail) 289 char *out; local 293 out = yasm_xmalloc(strlen(to)+1); 298 out[j++] = *to; 300 out[j++] = '\0'; 301 return out; 307 out = yasm_xmalloc(pathlen+strlen(to)+2); /* worst case maximum len * 374 char *out; local [all...] |
floatnum.c | 26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 140 POT_Table_Init_Entry(/*@out@*/ POT_Entry *e, POT_Entry_Source *s, int dec_exp) 455 /* Subtract out what we're multiplying in from exponent */ 474 /* Subtract out what we're multiplying in from exponent */ 552 floatnum_get_common(const yasm_floatnum *flt, /*@out@*/ unsigned char *ptr, 730 unsigned char out[10]; local 742 yasm_floatnum_get_sized(flt, out, 4, 32, 0, 0, 0)); 744 fprintf(f, "%02x ", out[i]); 749 yasm_floatnum_get_sized(flt, out, 8, 64, 0, 0, 0)); 751 fprintf(f, "%02x ", out[i]) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
genopcode.asm | 66 out 55, al label 67 out 66, ax label 68 out 77, eax label 69 out dx, al label 70 out dx, ax label 71 out dx, eax label
|