Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dsegment.c254 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()
[all …]
/external/kernel-headers/original/uapi/linux/
Dmsdos_fs.h168 __le32 next_cluster; /* Most recently allocated cluster */ member