Lines Matching refs:tmpLogClusters
628 face->tmpLogClusters = 0;
691 if (face->tmpLogClusters)
692 free(face->tmpLogClusters);
793 unsigned int *tmpLogClusters;
806 tmpLogClusters = (unsigned int *) realloc(face->tmpLogClusters, face->length*sizeof(unsigned int));
807 if (!tmpLogClusters)
809 face->tmpLogClusters = tmpLogClusters;
814 face->tmpLogClusters[i] = item->log_clusters[i];