/external/fsck_msdos/ |
D | fat.c | 138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next) in checkclnum() argument 153 cl, fat, in checkclnum() 209 struct fatEntry *fat; in readfat() local 219 fat = calloc(boot->NumClusters, sizeof(struct fatEntry)); in readfat() 220 if (fat == NULL) { in readfat() 289 fat[cl].next = p[0] + (p[1] << 8) in readfat() 291 fat[cl].next &= boot->ClustMask; in readfat() 292 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat() 297 fat[cl].next = p[0] + (p[1] << 8); in readfat() 298 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat() [all …]
|
D | check.c | 63 struct fatEntry *fat = NULL; in checkfilesys() local 115 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys() 133 mod |= comparefat(&boot, fat, currentFat, i); in checkfilesys() 144 mod |= checkfat(&boot, fat); in checkfilesys() 154 mod |= resetDosDirSection(&boot, fat); in checkfilesys() 162 mod |= handleDirTree(dosfs, &boot, fat); in checkfilesys() 169 mod |= checklost(dosfs, &boot, fat); in checkfilesys() 176 mod |= writefat(dosfs, &boot, fat, mod & FSFIXFAT); in checkfilesys() 202 mod |= writefat(dosfs, &boot, fat, 1); in checkfilesys() 218 free(fat); in checkfilesys()
|
D | dir.c | 224 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) in resetDosDirSection() argument 246 cl = fat[boot->RootCl].next; in resetDosDirSection() 249 || fat[boot->RootCl].head != boot->RootCl) { in resetDosDirSection() 260 fat[boot->RootCl].next = CLUST_FREE; in resetDosDirSection() 266 fat[boot->RootCl].flags |= FAT_USED; in resetDosDirSection() 307 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete() argument 348 startcl = fat[startcl].next; in delete() 355 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, in removede() argument 371 if (delete(f, boot, fat, in removede() 390 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, in checksize() argument [all …]
|
D | Android.mk | 5 LOCAL_SRC_FILES := boot.c check.c dir.c fat.c main.c
|
/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: [[INPUTS_PATH]]fat-test.dylib.tmp{{......}}.dwarf 28 CHECK-SAME: [[INPUTS_PATH]]fat-test.dylib.tmp{{......}}.dwarf 29 CHECK-SAME: [[INPUTS_PATH]]fat-test.dylib.tmp{{......}}.dwarf 31 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/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=armv7em | FileCheck --check-prefix… 5 RUN: echo 0 | llvm-symbolizer -obj=%p/Inputs/fat.o -default-arch=armv7m | FileCheck --check-prefix=…
|
/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 | 172 struct fat_header fat; in FindHeader() local 173 if (!ReadBytes(&fat, sizeof(fat), offset)) in FindHeader() 177 swap_fat_header(&fat, NXHostByteOrder()); in FindHeader() 179 offset += sizeof(fat); in FindHeader() 183 for (uint32_t i = 0; i < fat.nfat_arch; ++i) { in FindHeader()
|
D | macho_reader_unittest.cc | 197 : fat(kBigEndian), in FatReaderFixture() 204 fat.start() = 0; in FatReaderFixture() 209 fat in AppendFatArch() 223 ASSERT_TRUE(fat.GetContents(&contents)); in ReadFat() 232 test_assembler::Section fat; member 245 fat in TEST_F() 254 fat in TEST_F() 261 fat in TEST_F() 265 fat // and a tenth, missing a byte at the end in TEST_F() 277 fat in TEST_F() [all …]
|
/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/test/tools/dsymutil/ARM/ |
D | fat-arch-not-found.test | 7 - filename: libfat-test.a(fat-test.o) 12 # CHECK: libfat-test.a(fat-test.o): No object file for requested architecture
|
D | fat-arch-name.test | 2 # RUN: llvm-dsymutil -no-output %p/../Inputs/fat-test.arm.dylib -o %t.dSYM -verbose 2>&1 | FileChec…
|
/external/vulkan-validation-layers/demos/smoke/android/ |
D | build-and-install | 20 adb install build/outputs/apk/android-fat-debug.apk
|
D | build.gradle | 82 create ("fat") {
|
/external/llvm/test/tools/dsymutil/X86/ |
D | fat-object-input-x86_64h.test | 7 - filename: fat-test.o
|
D | fat-object-input-x86_64.test | 7 - filename: fat-test.o
|
D | fat-archive-input-i386.test | 7 - filename: libfat-test.a(fat-test.o)
|
/external/bison/m4/ |
D | multiarch.m4 | 10 # executables that work on multiple system types--known as "fat" or
|
/external/smali/baksmali/ |
D | build.gradle | 59 classifier = 'fat'
|
/external/icu/icu4c/source/data/lang/ |
D | or.txt | 125 fat{"ଫାଣ୍ଟି"}
|
D | ks.txt | 129 fat{"فانٹی"}
|
D | brx.txt | 127 fat{"फाँटी"}
|
/external/smali/smali/ |
D | build.gradle | 100 classifier = 'fat'
|