/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_fs.c | 22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 232 struct ureg_dst out; local 237 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); 240 ureg_MOV(ureg, out, imm);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state_framebuffer.c | 20 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 261 float out = fy + fh - fb_height; /* number of vp pixels out of view */ local 262 prescale.translate[1] += fy * out / in; 274 goto out; 408 out:
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
asm_fill.h | 22 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 33 struct ureg_dst *out, 41 struct ureg_dst *out, 47 ureg_MOV(ureg, *out, constant[2]); 74 struct ureg_dst *out, 93 ureg_TEX(ureg, *out, TGSI_TEXTURE_1D, ureg_src(temp[2]), sampler[0]); 98 struct ureg_dst *out, 129 ureg_TEX(ureg, *out, TGSI_TEXTURE_1D, ureg_src(temp[0]), sampler[0]); 135 struct ureg_dst *out, 160 ureg_TEX(ureg, *out, TGSI_TEXTURE_2D, ureg_src(temp[1]), sampler[0]) 334 struct ureg_dst out; local [all...] |
shaders_cache.c | 22 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 96 "DCL OUT[0], COLOR, CONSTANT\n" 134 struct ureg_dst out, *temp = NULL; local 182 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0); 209 &out,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv10_state_frag.c | 22 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 76 uint32_t out; member in struct:combiner_state 91 (rc)->in = (rc)->out = 0; \ 225 rc->out = RC_OUT_AB; 232 rc->out = RC_OUT_AB; 249 rc->out = RC_OUT_SUM | 259 rc->out = RC_OUT_SUM; 268 rc->out = RC_OUT_SUM; 276 rc->out = RC_OUT_DOT_AB | RC_OUT_SCALE_4; 287 rc->out |= RC_OUT_SCALE_1 [all...] |
/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/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:__anon19375::ScriptListTableTest 267 TestStream out; member in class:__anon19375::FeatureListTableTest 317 TestStream out; member in class:__anon19375::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/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 | 57 TestClient* out[4]; local 59 out[i] = CreateTestClient(external, external_addrs[i]); 67 in->SendTo(buf, len, out[0]->address()); 69 EXPECT_TRUE(out[0]->CheckNextPacket(buf, len, &trans_addr)); 72 in->SendTo(buf, len, out[i]->address()); 74 EXPECT_TRUE(out[i]->CheckNextPacket(buf, len, &trans_addr2)); 88 delete out[i]; 108 TestClient* out[4]; local 110 out[i] = CreateTestClient(external, external_addrs[i]); 118 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
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
genperf.c | 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 150 perfect_gen(FILE *out, const char *lookup_function_name, 201 fprintf(out, "static const struct %s *\n", struct_name); 202 fprintf(out, "%s(const char *key, size_t len)\n", lookup_function_name); 203 fprintf(out, "{\n"); 208 fprintf(out, " static const struct %s pd[%lu] = {\n", struct_name, nkeys); 220 fprintf(out, "#line %u \"%s\"\n", kw->line, filename); 221 fprintf(out, " {\"%s\"%s}", kw->name, kw->args); 223 fprintf(out, " { NULL }"); 226 fprintf(out, ","); 252 FILE *in, *out; local [all...] |
/external/chromium_org/third_party/zlib/ |
inflate.c | 48 * - Pull out common wnext == 0 case for speed in inflate_fast() 75 * for the in() and out() functions 96 local int updatewindow OF((z_streamp strm, unsigned out)); 287 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also 302 a.out > inffixed.h 358 local int updatewindow(strm, out) 360 unsigned out; 383 copy = out - strm->avail_out; 599 unsigned in, out; /* save starting available input and output */ local 620 out = left [all...] |
/external/chromium_org/tools/gn/ |
command_desc.cc | 333 // Action, print out outputs, don't apply sources to it. 386 void OutputSourceOfDep(const ParseNode* origin, std::ostream& out) { 390 out << " (Added by " + location.file()->name().value() << ":" 394 // Templatized writer for writing out different config value types. 397 void operator()(const std::string& str, std::ostream& out) const { 398 out << " " << str << "\n"; 402 void operator()(const SourceDir& dir, std::ostream& out) const { 403 out << " " << FormatSourceDir(dir) << "\n"; 416 std::ostringstream out; local 427 out << " From " << config->label().GetUserVisibleName(false) << "\n" [all...] |
trace.cc | 64 std::ostream& out) { 65 out << "File parse times: (time in ms, name)\n"; 70 out << base::StringPrintf(" %8.2f ", 72 out << loads[i]->name() << std::endl; 77 std::ostream& out) { 95 out << base::StringPrintf(" %8.2f %d ", 97 out << *sorted[i].name_ptr << std::endl; 102 std::ostream& out) { 103 out << "File execute times: (total time in ms, # executions, name)\n"; 104 SummarizeCoalesced(execs, out); 215 std::ostringstream out; local 240 std::ostringstream out; local [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/ |
bitmaptools.cc | 20 bool ReadInt(int* out) { 21 return fread(out, sizeof(*out), 1, stdin) == 1; 126 unsigned char* out = new unsigned char[out_size]; local 127 unsigned char* dst = out; 135 WriteResponse(out, out_size); 136 delete[] out;
|