Home
last modified time | relevance | path

Searched refs:next_cluster (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
Dsegment.c260 *next_cluster; in Classify() local
421 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() local
1121 next_cluster=head; in GetImageDynamicThreshold()
[all …]
/external/kernel-headers/original/uapi/linux/
Dmsdos_fs.h170 __le32 next_cluster; /* Most recently allocated cluster */ member