Home
last modified time | relevance | path

Searched defs:fat (Results 1 – 21 of 21) sorted by relevance

/external/fsck_msdos/
Dfat.c186 fat_clear_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_clear_cl_head()
192 fat_is_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head()
198 fat_is_cl_head_in_range(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head_in_range()
204 fat_get_head_count(struct fat_descriptor *fat) in fat_get_head_count()
215 fat_get_fat12_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_ptr()
221 fat_get_fat12_next(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_next()
240 fat_set_fat12_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_fat12_next()
272 fat_get_fat16_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat16_ptr()
278 fat_get_fat16_next(struct fat_descriptor *fat, cl_t cl) in fat_get_fat16_next()
293 fat_set_fat16_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_fat16_next()
[all …]
Ddir.c220 resetDosDirSection(struct fat_descriptor *fat) in resetDosDirSection()
296 delete(struct fat_descriptor *fat, cl_t startcl, in delete()
348 removede(struct fat_descriptor *fat, u_char *start, in removede()
386 checksize(struct fat_descriptor *fat, u_char *p, struct dosDirEntry *dir) in checksize()
475 check_subdirectory(struct fat_descriptor *fat, struct dosDirEntry *dir) in check_subdirectory()
547 readDosDirSection(struct fat_descriptor *fat, struct dosDirEntry *dir) in readDosDirSection()
1045 handleDirTree(struct fat_descriptor *fat) in handleDirTree()
1086 reconnect(struct fat_descriptor *fat, cl_t head, size_t length) in reconnect()
Dcheck.c51 struct fat_descriptor *fat = NULL; in checkfilesys() local
/external/clang/test/Rewriter/
Drewrite-modern-ivars-1.mm8 char *fat; field
42 char *fat; field
59 char *fat; field
78 char *fat; field
/external/mtools/
Ddirectory.c99 unsigned int fat, uint32_t size, time_t date, in mk_entry()
136 unsigned int fat, uint32_t size, time_t date, in mk_entry_from_base()
Dfat_free.c30 int fat_free(Stream_t *Dir, unsigned int fat) in fat_free()
Dmdoctorfat.c37 uint32_t fat; member
Dmmd.c66 uint32_t fat; in makeit() local
Dmmove.c57 uint32_t fat; in renameit() local
Dmcopy.c290 uint32_t fat; in writeit() local
/external/rust/android-crates-io/crates/aho-corasick/src/packed/teddy/
Dcompile.rs22 fat: Option<bool>, field
59 pub fn fat(&mut self, yes: Option<bool>) -> &mut Builder { in fat() method
106 let fat = match self.fat { in build_imp() localVariable
Dmod.rs32 pub fn fat(&mut self, _: Option<bool>) -> &mut Builder { in fat() method
/external/google-breakpad/src/common/mac/
Dmacho_walker.cc172 struct fat_header fat; in FindHeader() local
Dmacho_reader_unittest.cc240 test_assembler::Section fat; member
/external/newfs_msdos/
Dmkfs_msdos.c91 #define mincls(fat) ((fat) == 12 ? MINCLS12 : \ argument
95 #define maxcls(fat) ((fat) == 12 ? MAXCLS12 : \ argument
262 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/teddy/
Dbuilder.rs150 let fat = match self.only_fat { in build_imp() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/teddy/
Dbuilder.rs150 let fat = match self.only_fat { in build_imp() localVariable
/external/lzma/CPP/7zip/Archive/
DFatHandler.cpp746 UInt32 *fat = &Fat[0]; in Open() local
/external/rust/android-crates-io/crates/petgraph/tests/
Dquickcheck.rs582 let fat = max_width - tall; in arbitrary() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/miniz_oxide-0.8.0/src/deflate/
Dcore.rs1953 let fat = ((d.lz.code_position * 115) >> 7) >= d.lz.total_bytes as usize; in compress_normal() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/miniz_oxide-0.8.0/src/deflate/
Dcore.rs1953 let fat = ((d.lz.code_position * 115) >> 7) >= d.lz.total_bytes as usize; in compress_normal() localVariable