Lines Matching refs:next_cluster
254 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster) \ in Classify()
256 next_cluster=cluster->next; \ in Classify()
275 *next_cluster; in Classify() local
432 next_cluster=head; in Classify()
433 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster) in Classify()
435 next_cluster=cluster->next; in Classify()
454 head=next_cluster; in Classify()
456 last_cluster->next=next_cluster; in Classify()
666 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster) in Classify()
668 next_cluster=cluster->next; in Classify()
944 *next_cluster; in GetImageDynamicThreshold() local
1123 next_cluster=head; in GetImageDynamicThreshold()
1124 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster) in GetImageDynamicThreshold()
1126 next_cluster=cluster->next; in GetImageDynamicThreshold()
1145 head=next_cluster; in GetImageDynamicThreshold()
1147 last_cluster->next=next_cluster; in GetImageDynamicThreshold()
1184 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster) in GetImageDynamicThreshold()
1186 next_cluster=cluster->next; in GetImageDynamicThreshold()