/external/fsck_msdos/ |
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()
|
/external/llvm-project/llvm/test/tools/dsymutil/ |
D | dump-symtab.test | 1 RUN: dsymutil -s %p/Inputs/fat-test.dylib | FileCheck -check-prefixes=ALL,I386 %s 2 RUN: dsymutil -arch i386 -s %p/Inputs/fat-test.dylib | FileCheck -check-prefixes=I386,ONE %s 6 ALL-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (x86_64) 11 ALL-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c' 12 ALL-NEXT: [ 2] 00000016 66 (N_OSO ) 03 0001 0000000055b1d0b9 '/Inputs/fat-test.o' 19 I386-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (i386) 24 I386-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c' 25 I386-NEXT: [ 2] 00000016 66 (N_OSO ) 03 0001 0000000055b1d0b9 '/Inputs/fat-test.o' 34 ALL-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (x86_64h) 39 ALL-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c' [all …]
|
D | fat-binary-output.test | 1 RUN: dsymutil -f -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck %s 11 generate the fat output binary. 14 CHECK: - filename: {{'?}}[[INPUTS_PATH:.*]]fat-test.o 18 CHECK: - filename: {{'?}}[[INPUTS_PATH]]fat-test.o 22 CHECK: - filename: {{'?}}[[INPUTS_PATH]]fat-test.o 27 CHECK-SAME [[TMP_PATH:.*?]]fat-test.dylib.tmp{{......}}.dwarf [[TMP_PATH]]fat-test.dylib.tmp{{....… 29 CHECK-SAME: -output [[INPUTS_PATH]]fat-test.dylib.dwarf
|
D | arch-option.test | 4 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib | FileCheck %s -che… 5 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch all | FileChe… 6 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch='*' | FileChe… 7 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 | FileC… 8 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm | FileChe… 9 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch armv7 | FileC… 10 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 -arch a… 11 RUN: not dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm42 2>&… 12 RUN: not dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch i386 2>&1…
|
/external/llvm/test/tools/dsymutil/ |
D | dump-symtab.test | 1 RUN: llvm-dsymutil -s %p/Inputs/fat-test.dylib | FileCheck -check-prefix=ALL -check-prefix=I386 %s 2 RUN: llvm-dsymutil -arch i386 -s %p/Inputs/fat-test.dylib | FileCheck -check-prefix=I386 -check-pre… 6 ALL-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (x86_64) 11 ALL-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c' 12 ALL-NEXT: [ 2] 00000016 66 (N_OSO ) 03 0001 0000000055b1d0b9 '/Inputs/fat-test.o' 19 I386-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (i386) 24 I386-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c' 25 I386-NEXT: [ 2] 00000016 66 (N_OSO ) 03 0001 0000000055b1d0b9 '/Inputs/fat-test.o' 34 ALL-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (x86_64h) 39 ALL-NEXT: [ 1] 0000000b 64 (N_SO ) 00 0000 0000000000000000 'fat-test.c' [all …]
|
D | fat-binary-output.test | 1 RUN: llvm-dsymutil -f -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck… 11 generate the fat output binary. 14 CHECK: - filename: {{'?}}[[INPUTS_PATH:.*]]fat-test.o 18 CHECK: - filename: {{'?}}[[INPUTS_PATH]]fat-test.o 22 CHECK: - filename: {{'?}}[[INPUTS_PATH]]fat-test.o 27 CHECK-SAME [[TMP_PATH:.*?]]fat-test.dylib.tmp{{......}}.dwarf [[TMP_PATH]]fat-test.dylib.tmp{{....… 29 CHECK-SAME: -output [[INPUTS_PATH]]fat-test.dylib.dwarf
|
D | arch-option.test | 4 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib | FileCheck %s… 5 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch all | Fi… 6 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch='*' | Fi… 7 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 | … 8 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm | Fi… 9 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch armv7 | … 10 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 -a… 11 RUN: not llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm4… 12 RUN: not llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch i386…
|
/external/llvm-project/llvm/test/tools/dsymutil/X86/ |
D | remarks-linking-fat-bundle.test | 5 RUN: cat %p/../Inputs/remarks/fat.macho.remarks.x86 > %t/fat.macho.remarks.x86 7 RUN: dsymutil -oso-prepend-path=%p/../Inputs -remarks-prepend-path=%p/../Inputs %t/fat.macho.remark… 10 RUN: llvm-bcanalyzer -dump %t/fat.macho.remarks.x86.dSYM/Contents/Resources/Remarks/fat.macho.remar… 11 RUN: llvm-bcanalyzer -dump %t/fat.macho.remarks.x86.dSYM/Contents/Resources/Remarks/fat.macho.remar… 12 RUN: llvm-bcanalyzer -dump %t/fat.macho.remarks.x86.dSYM/Contents/Resources/Remarks/fat.macho.remar…
|
/external/newfs_msdos/ |
D | mkfs_msdos.c | 91 #define mincls(fat) ((fat) == 12 ? MINCLS12 : \ argument 92 (fat) == 16 ? MINCLS16 : \ 95 #define maxcls(fat) ((fat) == 12 ? MAXCLS12 : \ argument 96 (fat) == 16 ? MAXCLS16 : \ 262 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local 372 if (!(fat = o.fat_type)) { in mkfs_msdos() 374 fat = 12; in mkfs_msdos() 376 fat = 32; in mkfs_msdos() 378 if ((fat == 32 && o.directory_entries) || (fat != 32 && (o.info_sector || o.backup_sector))) { in mkfs_msdos() 380 fat == 32 ? 'e' : o.info_sector ? 'i' : 'k', in mkfs_msdos() [all …]
|
/external/mtools/ |
D | fat_free.c | 30 int fat_free(Stream_t *Dir, unsigned int fat) in fat_free() argument 36 if (fat == 0) in fat_free() 41 next_no_step = fatDecode(This,fat); in fat_free() 43 fatDeallocate(This,fat); in fat_free() 46 fat = next_no_step; in fat_free()
|
D | mmd.c | 66 int fat; in makeit() local 85 GET_DATA(targetEntry->Dir, 0, 0, 0, &fat); in makeit() 86 if (fat == fat32RootCluster(targetEntry->Dir)) { in makeit() 87 fat = 0; in makeit() 89 mk_entry_from_base(".. ", ATTR_DIR, fat, 0, arg->mtime, &subEntry.dir); in makeit() 94 GET_DATA(Target, 0, 0, 0, &fat); in makeit() 95 mk_entry_from_base(". ", ATTR_DIR, fat, 0, arg->mtime, &subEntry.dir); in makeit() 98 mk_entry(dosname, ATTR_DIR | arg->attr, fat, 0, arg->mtime, in makeit()
|
D | directory.c | 99 unsigned int fat, size_t size, time_t date, in mk_entry() argument 124 set_word(ndir->start, fat & 0xffff); in mk_entry() 125 set_word(ndir->startHi, fat >> 16); in mk_entry() 136 unsigned int fat, size_t size, time_t date, in mk_entry_from_base() argument 142 return mk_entry(&dn, attr, fat, size, date, ndir); in mk_entry_from_base()
|
D | mmove.c | 57 int fat; in renameit() local 88 GET_DATA(targetEntry->Dir, 0, 0, 0, &fat); in renameit() 89 if (fat == fat32RootCluster(targetEntry->Dir)) { in renameit() 90 fat = 0; in renameit() 93 subEntry.dir.start[1] = (fat >> 8) & 0xff; in renameit() 94 subEntry.dir.start[0] = fat & 0xff; in renameit()
|
/external/llvm-project/llvm/test/tools/llvm-symbolizer/ |
D | fat.test | 1 RUN: llvm-symbolizer 0 -obj=%p/Inputs/fat.o -default-arch=x86_64 | FileCheck --check-prefix=X86_64 … 2 RUN: llvm-symbolizer 0 -obj=%p/Inputs/fat.o -default-arch=x86_64h | FileCheck --check-prefix=X86_64… 3 RUN: llvm-symbolizer 0 -obj=%p/Inputs/fat.o -default-arch=armv7 | FileCheck --check-prefix=ARMV7 %s 4 RUN: llvm-symbolizer 0 -obj=%p/Inputs/fat.o -default-arch=armv7em | FileCheck --check-prefix=ARMV7E… 5 RUN: llvm-symbolizer 0 -obj=%p/Inputs/fat.o -default-arch=armv7m | FileCheck --check-prefix=ARMV7M …
|
/external/llvm/test/tools/llvm-symbolizer/ |
D | fat.test | 1 RUN: echo 0 | llvm-symbolizer -obj=%p/Inputs/fat.o -default-arch=x86_64 | FileCheck --check-prefix=… 2 RUN: echo 0 | llvm-symbolizer -obj=%p/Inputs/fat.o -default-arch=x86_64h | FileCheck --check-prefix… 3 RUN: echo 0 | llvm-symbolizer -obj=%p/Inputs/fat.o -default-arch=armv7 | FileCheck --check-prefix=A… 4 RUN: echo 0 | llvm-symbolizer -obj=%p/Inputs/fat.o -default-arch=thumbv7em | FileCheck --check-pref… 5 RUN: echo 0 | llvm-symbolizer -obj=%p/Inputs/fat.o -default-arch=thumbv7m | FileCheck --check-prefi…
|
/external/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()
|
/external/llvm-project/llvm/test/DebugInfo/ |
D | dwarfdump-macho-universal.test | 2 RUN: llvm-dwarfdump -v %S/Inputs/fat-test.o --debug-info | FileCheck %s 4 CHECK: fat-test.o(x86_64): file format Mach-O 64-bit x86-64 9 CHECK: fat-test.o(i386): file format Mach-O 32-bit i386 14 CHECK: fat-test.o(x86_64h): file format Mach-O 64-bit x86-64
|
/external/llvm-project/llvm/test/tools/llvm-lipo/ |
D | info.test | 6 # CHECK: Architectures in the fat file: 8 # CHECK-NEXT: Architectures in the fat file: 10 # CHECK-NEXT: Non-fat file: 12 # CHECK-NEXT: Non-fat file:
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-macho-universal.test | 2 RUN: llvm-dwarfdump %S/Inputs/fat-test.o -debug-dump=info | FileCheck %s 4 CHECK: fat-test.o (x86_64): file format Mach-O 64-bit x86-64 9 CHECK: fat-test.o (i386): file format Mach-O 32-bit i386 14 CHECK: fat-test.o (x86_64h): file format Mach-O 64-bit x86-64
|
/external/google-breakpad/src/common/mac/ |
D | macho_walker.cc | 170 struct fat_header fat; in FindHeader() local 171 if (!ReadBytes(&fat, sizeof(fat), offset)) in FindHeader() 175 breakpad_swap_fat_header(&fat); in FindHeader() 177 offset += sizeof(fat); in FindHeader() 181 for (uint32_t i = 0; i < fat.nfat_arch; ++i) { in FindHeader()
|
/external/llvm-project/clang/test/Rewriter/ |
D | rewrite-modern-ivars-1.mm | 8 char *fat; field 42 char *fat; field 59 char *fat; field 78 char *fat; field
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-ivars-1.mm | 8 char *fat; field 42 char *fat; field 59 char *fat; field 78 char *fat; field
|
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/ |
D | universal-bitcode-output.test | 4 ## Check that the subtypes of cputype CPU_TYPE_ARM are stored in a fat file: 14 # ARCHS: Architectures in the fat file: [[FILE]] are: armv7 arm64 45 ## Check that the subtypes of cputype CPU_TYPE_X86_64 are stored in a fat file: 52 # ARCHS-X86: Architectures in the fat file: [[FILE]] are: x86_64 x86_64h 54 ## Check that the subtypes of cputype CPU_TYPE_ARM64 are stored in a fat file: 69 ## Check that different cputypes are stored together in a fat file: 74 # ARCHS-CPU: Architectures in the fat file: [[FILE]] are: armv7 x86_64
|