Searched defs:cluster (Results 1 – 5 of 5) sorted by relevance
/external/dosfstools/src/ |
D | fat.c | 39 static void get_fat(FAT_ENTRY *entry,void *fat,unsigned long cluster,DOS_FS *fs) in get_fat() 135 void set_fat(DOS_FS *fs,unsigned long cluster,unsigned long new) in set_fat() 181 int bad_cluster(DOS_FS *fs,unsigned long cluster) in bad_cluster() 187 unsigned long next_cluster(DOS_FS *fs,unsigned long cluster) in next_cluster() 198 loff_t cluster_start(DOS_FS *fs,unsigned long cluster) in cluster_start() 204 void set_owner(DOS_FS *fs,unsigned long cluster,DOS_FILE *owner) in set_owner() 212 DOS_FILE *get_owner(DOS_FS *fs,unsigned long cluster) in get_owner()
|
D | check.c | 295 unsigned long cluster; in drop_file() local
|
D | mkdosfs.c | 346 mark_FAT_cluster (int cluster, unsigned int value) in mark_FAT_cluster() 389 int cluster; in mark_FAT_sector() local
|
/external/qemu/block/ |
D | vvfat.c | 340 unsigned char* cluster; /* points to current cluster */ member 537 static inline void fat_set(BDRVVVFATState* s,unsigned int cluster,uint32_t value) in fat_set() 561 static inline uint32_t fat_get(BDRVVVFATState* s,unsigned int cluster) in fat_get() 847 unsigned int cluster; in init_directories() local 1352 struct { uint32_t cluster; } rename; member 1355 struct { uint32_t cluster; } mkdir; member 1380 uint32_t cluster, char* new_path) in schedule_rename() 1407 static void schedule_mkdir(BDRVVVFATState* s, uint32_t cluster, char* path) in schedule_mkdir() 1515 unsigned int cluster) in modified_fat_get() 1732 unsigned char* cluster = qemu_malloc(s->cluster_size); in check_directory_consistency() local [all …]
|
/external/tesseract/ccstruct/ |
D | statistc.cpp | 369 inT32 STATS::cluster( //cluster samples in cluster() function in STATS 379 inT32 cluster; //cluster index in cluster() local
|