Home | History | Annotate | Download | only in src

Lines Matching refs:tmpLogClusters

984     face->tmpLogClusters = 0;
1047 if (face->tmpLogClusters)
1048 free(face->tmpLogClusters);
1155 unsigned int *tmpLogClusters;
1168 tmpLogClusters = (unsigned int *) realloc(face->tmpLogClusters, face->length*sizeof(unsigned int));
1169 if (!tmpLogClusters)
1171 face->tmpLogClusters = tmpLogClusters;
1176 face->tmpLogClusters[i] = item->log_clusters[i];