Home
last modified time | relevance | path

Searched refs:fat (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/third_party/FreeBSD/sbin/fsck_msdosfs/
Dfat.c188 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 …]
Ddir.c222 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 …]
Dcheck.c53 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()
DMakefile10 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
Dext.h102 cl_t fat_allocate_cluster(struct fat_descriptor *fat);
DBUILD.gn52 "fat.c",
/third_party/boost/libs/beast/test/beast/
DJamfile25 alias fat-tests :
26 _experimental//fat-tests
27 core//fat-tests
28 http//fat-tests
29 ssl//fat-tests
30 websocket//fat-tests
31 zlib//fat-tests
34 explicit fat-tests ;
36 alias run-fat-tests :
37 _experimental//run-fat-tests
[all …]
/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_msdos.c87 #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/boost/libs/beast/test/
DJamfile62 alias fat-tests :
63 beast//fat-tests
64 doc//fat-tests
65 example//fat-tests
68 explicit fat-tests ;
70 alias run-fat-tests :
71 beast//run-fat-tests
72 doc//run-fat-tests
73 example//run-fat-tests
76 explicit run-fat-tests ;
/third_party/boost/libs/beast/tools/
Dbuild-and-test.sh108 libs/beast/test/beast/core//fat-tests \
109 libs/beast/test/beast/http//fat-tests \
110 libs/beast/test/beast/websocket//fat-tests \
111 libs/beast/test/beast/zlib//fat-tests \
120 libs/beast/test//fat-tests \
129 libs/beast/test//fat-tests \
146 run_tests "$BIN_DIR" fat-tests
161 run_tests_with_valgrind "$BIN_DIR" fat-tests
165 run_tests "$BIN_DIR" fat-tests
/third_party/boost/libs/beast/test/example/
DJamfile14 alias fat-tests ;
16 explicit fat-tests ;
18 alias run-fat-tests : common//run-tests ;
20 explicit run-fat-tests ;
/third_party/boost/libs/beast/test/beast/_experimental/
DJamfile27 exe fat-tests :
32 explicit fat-tests ;
36 : : : : run-fat-tests ;
38 explicit run-fat-tests ;
/third_party/boost/libs/beast/test/beast/ssl/
DJamfile26 exe fat-tests
33 explicit fat-tests ;
38 : : : : run-fat-tests ;
40 explicit run-fat-tests ;
/third_party/boost/libs/beast/test/beast/zlib/
DJamfile29 exe fat-tests
36 explicit fat-tests ;
42 : : : : run-fat-tests ;
44 explicit run-fat-tests ;
/third_party/boost/libs/beast/test/doc/
DJamfile46 exe fat-tests :
51 explicit fat-tests ;
55 : : : : run-fat-tests ;
57 explicit run-fat-tests ;
/third_party/boost/libs/beast/test/beast/http/
DJamfile47 exe fat-tests :
52 explicit fat-tests ;
56 : : : : run-fat-tests ;
58 explicit run-fat-tests ;
/third_party/boost/libs/beast/test/beast/websocket/
DJamfile48 exe fat-tests
55 explicit fat-tests ;
60 : : : : run-fat-tests ;
62 explicit run-fat-tests ;
/third_party/boost/libs/beast/test/beast/core/
DJamfile69 exe fat-tests :
74 explicit fat-tests ;
78 : : : : run-fat-tests ;
80 explicit run-fat-tests ;
/third_party/boost/tools/build/src/tools/features/
Dlto-feature.jam28 *Allowed values:* `full`, `thin`, `fat`.
37 `fat`::: Produce gcc's fat LTO objects: compiled files contain both the
45 : full thin fat
/third_party/flutter/flutter/packages/flutter/test/material/
Ddata_table_test_utils.dart6 …Dessert(this.name, this.calories, this.fat, this.carbs, this.protein, this.sodium, this.calcium, t…
10 final double fat;
Ddata_table_test.dart436 Text('${dessert.fat}'),
543 Text('${dessert.fat}'),
656 Text('${dessert.fat}'),
749 Text('${dessert.fat}'),
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dtype-annotation-spacing.md19 // with spaces before and after the fat arrow (default if no option is specified)
22 // with no spaces between the fat arrow
25 // with space after, but not before the fat arrow
28 // with space before, but not after the fat arrow
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Ddata_table_demo.dart11 …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/
Ddirent_fs.h271 struct fs_fatdir_s fat; member
/third_party/typescript/tests/baselines/reference/
DtypeOfThis.types433 //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

12345678910>>...15