Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dsegment.c262 *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()
[all …]
/external/kernel-headers/original/uapi/linux/
Dmsdos_fs.h168 __le32 next_cluster; /* Most recently allocated cluster */ member
/external/u-boot/fs/fat/
Dfat.c713 static void *next_cluster(fat_itr *itr) in next_cluster() function
766 struct dir_entry *dent = next_cluster(itr); in next_dent()