Searched refs:tc2 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DPODArenaTest.cpp98 TestClass2* tc2 = arena->allocateObject<TestClass2>(); local
99 EXPECT_EQ(1, tc2->a);
100 EXPECT_EQ(2, tc2->b);
101 EXPECT_EQ(3, tc2->c);
102 EXPECT_EQ(4, tc2->d);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_vbtmp.h43 GLuint (*tc0)[4], (*tc1)[4], (*tc2)[4];
65 tc2 = (GLuint (*)[4])VB->AttribPtr[_TNL_ATTRIB_TEX0 + t2]->data;
74 tc2 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX2];
162 tc2 = (GLuint (*)[4])((GLubyte *)tc2 + start * tc2_stride);
254 v[0].ui = tc2[0][0];
255 v[1].ui = tc2[0][1];
261 v[2].ui = tc2[0][2];
263 v[2].ui = tc2[0][3];
269 tc2
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_vbtmp.h43 GLuint (*tc0)[4], (*tc1)[4], (*tc2)[4];
65 tc2 = (GLuint (*)[4])VB->AttribPtr[_TNL_ATTRIB_TEX0 + t2]->data;
74 tc2 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX2];
162 tc2 = (GLuint (*)[4])((GLubyte *)tc2 + start * tc2_stride);
254 v[0].ui = tc2[0][0];
255 v[1].ui = tc2[0][1];
261 v[2].ui = tc2[0][2];
263 v[2].ui = tc2[0][3];
269 tc2
[all...]
/external/chromium_org/sandbox/win/src/
H A Dpolicy_low_level_unittest.cc466 size_t tc2 = policy->entry[kNtFakeCreateFile]->opcode_count; local
470 EXPECT_EQ((opc1 + opc2 + opc3), tc2);
480 policy->entry[kNtFakeCreateFile]->opcodes[tc2-1].GetID());
/external/valgrind/main/VEX/priv/
H A Dir_opt.c2976 static Bool eqTmpOrConst ( TmpOrConst* tc1, TmpOrConst* tc2 )
2978 if (tc1->tag != tc2->tag)
2982 return eqIRConst(tc1->u.con, tc2->u.con);
2984 return tc1->u.tmp == tc2->u.tmp;

Completed in 256 milliseconds