Searched refs:tc1 (Results 1 – 6 of 6) sorted by relevance
43 GLuint (*tc0)[4], (*tc1)[4], (*tc2)[4]; in TAG() local82 tc1 = (GLuint (*)[4])VB->AttribPtr[_TNL_ATTRIB_TEX0 + t1]->data; in TAG()91 tc1 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX1]; in TAG()160 tc1 = (GLuint (*)[4])((GLubyte *)tc1 + start * tc1_stride); in TAG()236 v[0].ui = tc1[0][0]; in TAG()237 v[1].ui = tc1[0][1]; in TAG()243 v[2].ui = tc1[0][2]; in TAG()245 v[2].ui = tc1[0][3]; in TAG()251 tc1 = (GLuint (*)[4])((GLubyte *)tc1 + tc1_stride); in TAG()
5 noinst_PROGRAMS = tc1 fileman program7 tc1_SOURCES = tc1.c
81 noinst_PROGRAMS = tc1$(EXEEXT) fileman$(EXEEXT) $(am__EXEEXT_1)107 am_tc1_OBJECTS = tc1.$(OBJEXT)297 tc1_SOURCES = tc1.c348 tc1$(EXEEXT): $(tc1_OBJECTS) $(tc1_DEPENDENCIES) $(EXTRA_tc1_DEPENDENCIES) 349 @rm -f tc1$(EXEEXT)363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc1.Po@am__quote@
10 # libtool --mode=execute gdb examples/tc115 # libtool --mode=execute valgrind --leak-check=full examples/tc120 # libtool --mode=execute valgrind --suppressions=ncurses.supp.txt --leak-check=full examples/tc1
10 * examples/fileman.c, examples/tc1.c: fix pedantic compiler warnings
3343 static Bool eqTmpOrConst ( TmpOrConst* tc1, TmpOrConst* tc2 ) in eqTmpOrConst() argument3345 if (tc1->tag != tc2->tag) in eqTmpOrConst()3347 switch (tc1->tag) { in eqTmpOrConst()3349 return eqIRConst(tc1->u.con, tc2->u.con); in eqTmpOrConst()3351 return tc1->u.tmp == tc2->u.tmp; in eqTmpOrConst()