Lines Matching refs:next_cluster
262 *next_cluster; in Classify() local
423 next_cluster=head; in Classify()
424 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster) in Classify()
426 next_cluster=cluster->next; in Classify()
445 head=next_cluster; in Classify()
447 last_cluster->next=next_cluster; in Classify()
663 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster) in Classify()
665 next_cluster=cluster->next; in Classify()
941 *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()