Lines Matching refs:Int
46 Int primStream::num_triangles()
48 Int i;
49 Int ret=0;
77 for(Int i=0; i<index_vertices; i++)
93 void primStream::end(Int type)
95 Int i;
102 Int* temp = (Int*) malloc(sizeof(Int) * (2*size_lengths + 2));
104 Int* tempTypes = (Int*) malloc(sizeof(Int) * (2*size_lengths + 2));
126 Int i,j,k;
145 primStream::primStream(Int sizeLengths, Int sizeVertices)
147 lengths = (Int*)malloc (sizeof(Int) * sizeLengths);
149 types = (Int*)malloc (sizeof(Int) * sizeLengths);
172 Int i,j,k;