/external/pdfium/third_party/libtiff/ |
D | tif_print.c | 67 _TIFFPrintField(FILE* fd, const TIFFField *fip, in _TIFFPrintField() argument 72 fprintf(fd, " %s: ", fip->field_name); in _TIFFPrintField() 75 if(fip->field_type == TIFF_BYTE) in _TIFFPrintField() 77 else if(fip->field_type == TIFF_UNDEFINED) in _TIFFPrintField() 80 else if(fip->field_type == TIFF_SBYTE) in _TIFFPrintField() 82 else if(fip->field_type == TIFF_SHORT) in _TIFFPrintField() 84 else if(fip->field_type == TIFF_SSHORT) in _TIFFPrintField() 86 else if(fip->field_type == TIFF_LONG) in _TIFFPrintField() 89 else if(fip->field_type == TIFF_SLONG) in _TIFFPrintField() 91 else if(fip->field_type == TIFF_IFD) in _TIFFPrintField() [all …]
|
D | tif_dir.c | 179 const TIFFField *fip = TIFFFindField(tif, tag, TIFF_ANY); in _TIFFVSetField() local 181 if( fip == NULL ) /* cannot happen since OkToChangeTag() already checks it */ in _TIFFVSetField() 189 if (fip->field_bit == FIELD_CUSTOM) { in _TIFFVSetField() 508 if(fip->field_bit != FIELD_CUSTOM) { in _TIFFVSetField() 512 fip->field_name); in _TIFFVSetField() 553 tv->info = fip; in _TIFFVSetField() 561 tv_size = _TIFFDataSize(fip->field_type); in _TIFFVSetField() 566 tif->tif_name, fip->field_type, in _TIFFVSetField() 567 fip->field_name); in _TIFFVSetField() 571 if (fip->field_type == TIFF_ASCII) in _TIFFVSetField() [all …]
|
D | tif_dirread.c | 3582 const TIFFField* fip; in TIFFReadDirectory() local 3723 fip=tif->tif_fields[fii]; in TIFFReadDirectory() 3724 if (fip->field_bit==FIELD_IGNORE) in TIFFReadDirectory() 3734 TIFFSetFieldBit(tif,fip->field_bit); in TIFFReadDirectory() 3874 fip = TIFFFieldWithTag(tif,dp->tdir_tag); in TIFFReadDirectory() 3875 TIFFReadDirEntryOutputErr(tif,err,module,fip ? fip->field_name : "unknown tagname",0); in TIFFReadDirectory() 3898 fip = TIFFFieldWithTag(tif,dp->tdir_tag); in TIFFReadDirectory() 3899 TIFFReadDirEntryOutputErr(tif,err,module,fip ? fip->field_name : "unknown tagname",0); in TIFFReadDirectory() 3936 fip = TIFFFieldWithTag(tif,dp->tdir_tag); in TIFFReadDirectory() 3939 fip ? fip->field_name : "unknown tagname"); in TIFFReadDirectory() [all …]
|
D | tif_dirinfo.c | 396 const TIFFField *fip = in _TIFFMergeFields() local 400 if (!fip) { in _TIFFMergeFields() 420 const TIFFField* fip = tif->tif_fields[i]; in _TIFFPrintFieldInfo() local 423 , (unsigned long) fip->field_tag in _TIFFPrintFieldInfo() 424 , fip->field_readcount, fip->field_writecount in _TIFFPrintFieldInfo() 425 , fip->field_type in _TIFFPrintFieldInfo() 426 , fip->field_bit in _TIFFPrintFieldInfo() 427 , fip->field_oktochange ? "TRUE" : "FALSE" in _TIFFPrintFieldInfo() 428 , fip->field_passcount ? "TRUE" : "FALSE" in _TIFFPrintFieldInfo() 429 , fip->field_name in _TIFFPrintFieldInfo() [all …]
|
/external/blktrace/btt/ |
D | misc.c | 54 struct file_info *fip = list_entry(p, struct file_info, head); in clean_files() local 56 fclose(fip->ofp); in clean_files() 57 if (!stat(fip->oname, &buf) && (buf.st_size == 0)) in clean_files() 58 unlink(fip->oname); in clean_files() 60 list_del(&fip->head); in clean_files() 61 free(fip->oname); in clean_files() 62 free(fip); in clean_files() 114 struct file_info *fip = malloc(sizeof(*fip)); in add_file() local 116 fip->ofp = fp; in add_file() 117 fip->oname = oname; in add_file() [all …]
|
D | rstats.c | 39 static int do_open(struct files *fip, char *bn, char *pn) in do_open() argument 41 fip->nm = malloc(strlen(bn) + 16); in do_open() 42 sprintf(fip->nm, "%s_%s.dat", bn, pn); in do_open() 44 fip->fp = my_fopen(fip->nm, "w"); in do_open() 45 if (fip->fp) { in do_open() 46 add_file(fip->fp, fip->nm); in do_open() 50 free(fip->nm); in do_open()
|
/external/arm-trusted-firmware/lib/debugfs/ |
D | devfip.c | 125 struct fipfile *fip; in fipgen() local 136 fip = &archives[nc.dev]; in fipgen() 140 if (fip->offset[i] == -1) { in fipgen() 192 struct fipfile *fip; in fipread() local 202 fip = &archives[c->dev]; in fipread() 204 if ((c->qid >= NR_FILES) || (fip->offset[c->qid] < 0)) { in fipread() 208 if (clone(fip->c, &cs) == NULL) { in fipread() 212 size = fip->size[c->qid]; in fipread() 225 off = fip->offset[c->qid] + c->offset; in fipread() 250 struct fipfile *fip; in fipmount() local [all …]
|
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/ |
D | io_framework_usage_overview.puml | 37 ref over io_storage : io_open() on fip device 40 ref over io_storage : io_size() on fip device 42 ref over io_storage : io_read() on fip device 44 ref over io_storage : io_close() on fip device 46 ref over io_storage : io_dev_close() on fip device
|
D | io_dev_init_and_check.puml | 20 ref over io_storage : dev_init() on fip device 23 ref over io_storage : io_open() on fip device 26 ref over io_storage : io_close() on fip device
|
D | fip-secure-partitions.puml | 127 artifact fip [ 128 fip.bin 165 fiptool -down-> fip
|
D | fconf_bl1_load_config.puml | 23 note over arm_io_storage : register and setup fip 38 load and auth image from fip 58 load and auth image from fip
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | tools-build.rst | 14 The TF-A build system provides the make target ``fip`` to create a FIP file 23 make PLAT=fvp BL33=<path-to>/bl33.bin fip 29 make PLAT=fvp ARCH=aarch32 AARCH32_SP=sp_min BL33=<path-to>/bl33.bin fip 35 build/fvp/<build-type>/fip.bin 62 Example 1: create a new Firmware package ``fip.bin`` that contains BL2 and BL31: 69 fip.bin 75 ./tools/fiptool/fiptool info <path-to>/fip.bin 84 build/<platform>/debug/fip.bin 91 ./tools/fiptool/fiptool unpack <path-to>/fip.bin 98 --tb-fw build/<platform>/debug/fip.bin [all …]
|
/external/arm-trusted-firmware/docs/plat/ |
D | qemu-sbsa.rst | 30 make PLAT=qemu_sbsa all fip 39 make PLAT=qemu_sbsa BL32=../STANDALONE_MM.fd SPM_MM=1 EL3_EXCEPTION_HANDLING=1 all fip 41 Images will be placed at build/qemu_sbsa/release (bl1.bin and fip.bin). 47 cp build/qemu_sbsa/release/fip.bin ../
|
D | brcm-stingray.rst | 35 Build fip: 39 … make CROSS_COMPILE=aarch64-linux-gnu- PLAT=stingray BOARD_CFG=bcm958742t all fip BL33=u-boot.bin
|
D | ls1043a.rst | 64 Build fip: 68 CROSS_COMPILE=aarch64-linux-gnu- make PLAT=ls1043 fip \ 81 => tftp 82000000 fip.bin
|
D | hikey960.rst | 75 ln -sf ${EDK2_OUTPUT_DIR}/FV/fip.bin 128 $ln -sf ${BUILD_PATH}/l-loader/fip.bin 164 $sudo fastboot flash fip fip.bin
|
D | qemu.rst | 95 ``fip.bin`` should be concatenated to create a ``flash.bin`` that is flashed 110 BL33=bl33.bin BL32_RAM_LOCATION=tdram SPD=opteed all fip 118 BL33=bl33.bin BL32_RAM_LOCATION=tdram SPD=opteed all fip \ 128 dd if=build/qemu/release/fip.bin of=flash.bin seek=64 bs=4096 conv=notrunc
|
D | intel-agilex.rst | 44 make CROSS_COMPILE=aarch64-linux-gnu- bl2 fip PLAT=agilex 50 - dd fip.bin to a A2 partition on the MMC drive to be booted in Agilex
|
/external/arm-trusted-firmware/docs/plat/arm/juno/ |
D | index.rst | 24 After building TF-A, the files ``bl1.bin`` and ``fip.bin`` need copying to the 46 match the uboot image packaged as BL33 in the corresponding fip file. It is 47 recommended to use the version that is packaged in the fip file using the 71 ./tools/fiptool/fiptool unpack <path-to-linaro-release>/[SOFTWARE]/fip.bin 91 make PLAT=fvp BL33=nt-fw.bin all fip 94 make PLAT=fvp ARCH=aarch32 AARCH32_SP=sp_min BL33=nt-fw.bin all fip 105 make PLAT=juno BL33=nt-fw.bin SCP_BL2=scp-fw.bin all fip 148 BL32=<path-to-temporary>/bl32.bin all fip 156 ./build/juno/release/fip.bin 160 ./build/fvp/release/fip.bin
|
/external/clang/test/Sema/ |
D | transparent-union.c | 25 void fip(TU); 26 void fip(int *i) {} in fip() function
|
/external/llvm-project/clang/test/Sema/ |
D | transparent-union.c | 25 void fip(TU); 26 void fip(int *i) {} in fip() function
|
/external/arm-trusted-firmware/docs/design/ |
D | trusted-board-boot-build.rst | 67 all fip 69 The result of this build will be the bl1.bin and the fip.bin binaries. This 94 all fip fwu_fip 105 The result of this build will be bl1.bin, fip.bin and fwu_fip.bin binaries.
|
/external/llvm-project/lldb/test/Shell/Register/ |
D | x86-64-fp-read.test | 22 # CHECK-DAG: fip = [[FDIV]] 34 # legacy approach, superseded by fip/fdp registers
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2003-11-27-UnionCtorInitialization.c | 6 long fip; member
|
/external/clang/test/CodeGen/ |
D | 2003-11-27-UnionCtorInitialization.c | 6 long fip; member
|