/third_party/FreeBSD/sbin/fsck_msdosfs/ |
D | fat.c | 188 fat_clear_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_clear_cl_head() argument 190 bitmap_clear(&fat->headbitmap, cl); in fat_clear_cl_head() 194 fat_is_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head() argument 196 return (bitmap_get(&fat->headbitmap, cl)); in fat_is_cl_head() 200 fat_is_cl_head_in_range(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head_in_range() argument 202 return (!(bitmap_none_in_range(&fat->headbitmap, cl))); in fat_is_cl_head_in_range() 206 fat_get_head_count(struct fat_descriptor *fat) in fat_get_head_count() argument 208 return (bitmap_count(&fat->headbitmap)); in fat_get_head_count() 217 fat_get_fat12_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_ptr() argument 219 return (fat->fatbuf + ((cl + (cl >> 1)))); in fat_get_fat12_ptr() [all …]
|
D | dir.c | 222 resetDosDirSection(struct fat_descriptor *fat) in resetDosDirSection() argument 229 boot = fat_get_boot(fat); in resetDosDirSection() 254 if (!fat_is_cl_head(fat, boot->bpbRootClust)) { in resetDosDirSection() 298 delete(struct fat_descriptor *fat, cl_t startcl, in delete() argument 306 boot = fat_get_boot(fat); in delete() 307 fd = fat_get_fd(fat); in delete() 312 while (fat_is_valid_cl(fat, startcl)) { in delete() 343 startcl = fat_get_cl_next(fat, startcl); in delete() 350 removede(struct fat_descriptor *fat, u_char *start, in removede() argument 368 if (delete(fat, in removede() [all …]
|
D | check.c | 53 struct fat_descriptor *fat = NULL; in checkfilesys() local 98 mod |= readfat(dosfs, &boot, &fat); in checkfilesys() 107 mod |= resetDosDirSection(fat); in checkfilesys() 113 mod |= handleDirTree(fat); in checkfilesys() 120 mod |= checklost(fat); in checkfilesys() 127 mod |= writefat(fat); in checkfilesys() 170 mod |= cleardirty(fat); in checkfilesys() 186 free(fat); in checkfilesys()
|
D | Makefile | 10 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
|
D | ext.h | 102 cl_t fat_allocate_cluster(struct fat_descriptor *fat);
|
D | BUILD.gn | 52 "fat.c",
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
D | mkfs_msdos.c | 87 #define mincls(fat) ((fat) == 12 ? MINCLS12 : \ argument 88 (fat) == 16 ? MINCLS16 : \ 91 #define maxcls(fat) ((fat) == 12 ? MAXCLS12 : \ argument 92 (fat) == 16 ? MAXCLS16 : \ 257 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local 362 if (!(fat = o.fat_type)) { in mkfs_msdos() 364 fat = 12; in mkfs_msdos() 366 fat = 32; in mkfs_msdos() 368 if ((fat == 32 && o.directory_entries) || (fat != 32 && (o.info_sector || o.backup_sector))) { in mkfs_msdos() 370 fat == 32 ? 'e' : o.info_sector ? 'i' : 'k', in mkfs_msdos() [all …]
|
/third_party/rust/crates/aho-corasick/src/packed/teddy/ |
D | compile.rs | 22 fat: Option<bool>, field 40 Builder { fat: None, avx: None } in new() 59 pub fn fat(&mut self, yes: Option<bool>) -> &mut Builder { in fat() method 60 self.fat = yes; in fat() 106 let fat = match self.fat { in build_imp() localVariable 113 let mut compiler = Compiler::new(patterns, fat); in build_imp() 120 match (masks.len(), avx, fat) { in build_imp() 230 fn new(patterns: &'p Patterns, fat: bool) -> Compiler<'p> { in new() 236 buckets: vec![vec![]; if fat { 16 } else { 8 }], in new()
|
D | mod.rs | 32 pub fn fat(&mut self, _: Option<bool>) -> &mut Builder { in fat() method
|
/third_party/elfutils/tests/ |
D | run-readelf-fat-lto.sh | 16 testfiles testfile-dwarf5-fat-lto.o 17 …p_builddir}/src/readelf --debug-dump=loc --debug-dump=ranges -N -U testfile-dwarf5-fat-lto.o << EOF
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | data_table_test_utils.dart | 6 …Dessert(this.name, this.calories, this.fat, this.carbs, this.protein, this.sodium, this.calcium, t… 10 final double fat;
|
D | data_table_test.dart | 436 Text('${dessert.fat}'), 543 Text('${dessert.fat}'), 656 Text('${dessert.fat}'), 749 Text('${dessert.fat}'),
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | data_table_demo.dart | 11 …Dessert(this.name, this.calories, this.fat, this.carbs, this.protein, this.sodium, this.calcium, t… 14 final double fat; 118 DataCell(Text('${dessert.fat.toStringAsFixed(1)}')), 200 …onSort: (int columnIndex, bool ascending) => _sort<num>((Dessert d) => d.fat, columnIndex, ascendi…
|
/third_party/NuttX/include/nuttx/fs/ |
D | dirent_fs.h | 271 struct fs_fatdir_s fat; member
|
/third_party/typescript/tests/baselines/reference/ |
D | typeOfThis.types | 433 //type of 'this' in a fat arrow expression param list is typeof globalThis 436 >(s = this) => { var s: typeof globalThis; s.spaaaaaaace = 4; //type of 'this' in a fat ar… 451 //type of 'this' in a fat arrow expression body is typeof globalThis
|
D | typeOfThis.errors.txt | 204 //type of 'this' in a fat arrow expression param list is typeof globalThis 209 //type of 'this' in a fat arrow expression body is typeof globalThis
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-macosx.md | 20 the gcc-fat.sh script in build-scripts: 24 CC=$PWD/../build-scripts/gcc-fat.sh CXX=$PWD/../build-scripts/g++-fat.sh ../configure
|
/third_party/ejdb/cmake/Modules/ |
D | AddIWNET.cmake | 33 # LIST_SEPARATOR parameter. This allows building fat binaries on macOS, etc.
|
D | AddIOWOW.cmake | 38 # LIST_SEPARATOR parameter. This allows building fat binaries on macOS, etc.
|
/third_party/rust/crates/cxx/book/src/binding/ |
D | str.md | 63 rust::Str &`. A language-level C++ reference is not able to capture the fat
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | build_apk.dart | 65 printStatus('You are building a fat APK that includes binaries for '
|
/third_party/icu/icu4c/source/data/unit/ |
D | no.txt | 915 dnam{"fat"} 917 one{"{0} fat"} 918 other{"{0} fat"} 2254 dnam{"fat"} 2255 one{"{0} fat"} 2256 other{"{0} fat"}
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | no.txt | 915 dnam{"fat"} 917 one{"{0} fat"} 918 other{"{0} fat"} 2254 dnam{"fat"} 2255 one{"{0} fat"} 2256 other{"{0} fat"}
|
/third_party/ffmpeg/libavformat/ |
D | wtvenc.c | 600 int64_t fat = avio_tell(s->pb); in write_fat_sector() local 604 int64_t start_sector1 = fat >> WTV_SECTOR_BITS; in write_fat_sector() 612 return fat; in write_fat_sector()
|
/third_party/rust/crates/aho-corasick/src/packed/ |
D | api.rs | 276 .fat(self.config.force_teddy_fat) in build_teddy()
|