Searched refs:next_cluster (Results 1 – 2 of 2) sorted by relevance
260 *next_cluster; in Classify() local421 next_cluster=head; in Classify()422 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster) in Classify()424 next_cluster=cluster->next; in Classify()443 head=next_cluster; in Classify()445 last_cluster->next=next_cluster; in Classify()661 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster) in Classify()663 next_cluster=cluster->next; in Classify()939 *next_cluster; in GetImageDynamicThreshold() local1121 next_cluster=head; in GetImageDynamicThreshold()[all …]
170 __le32 next_cluster; /* Most recently allocated cluster */ member