OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_cluster
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/MagickCore/
segment.c
268
*
next_cluster
;
429
next_cluster
=head;
430
for (cluster=head; cluster != (Cluster *) NULL; cluster=
next_cluster
)
432
next_cluster
=cluster->next;
451
head=
next_cluster
;
453
last_cluster->next=
next_cluster
;
669
for (cluster=head; cluster != (Cluster *) NULL; cluster=
next_cluster
)
671
next_cluster
=cluster->next;
951
*
next_cluster
;
262
*
next_cluster
;
local
941
*
next_cluster
;
local
[
all
...]
/external/u-boot/fs/fat/
fat.c
713
static void *
next_cluster
(fat_itr *itr)
function
766
struct dir_entry *dent =
next_cluster
(itr);
/bionic/libc/kernel/uapi/linux/
msdos_fs.h
134
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/external/kernel-headers/original/uapi/linux/
msdos_fs.h
168
__le32
next_cluster
; /* Most recently allocated cluster */
member in struct:fat_boot_fsinfo
Completed in 723 milliseconds