Home
last modified time | relevance | path

Searched refs:fip (Results 1 – 25 of 74) sorted by relevance

123

/external/pdfium/third_party/libtiff/
Dtif_print.c67 _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 …]
Dtif_dir.c179 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 …]
Dtif_dirread.c3582 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 …]
Dtif_dirinfo.c396 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/
Dmisc.c54 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 …]
Drstats.c39 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/
Ddevfip.c125 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/getting_started/
Dtools-build.rst14 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/resources/diagrams/plantuml/
Dio_framework_usage_overview.puml37 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
Dio_dev_init_and_check.puml20 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
Dfip-secure-partitions.puml127 artifact fip [
128 fip.bin
165 fiptool -down-> fip
Dfconf_bl1_load_config.puml23 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/plat/
Dqemu-sbsa.rst30 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 ../
Dls1043a.rst64 Build fip:
68 CROSS_COMPILE=aarch64-linux-gnu- make PLAT=ls1043 fip \
81 => tftp 82000000 fip.bin
Dbrcm-stingray.rst35 Build fip:
39 … make CROSS_COMPILE=aarch64-linux-gnu- PLAT=stingray BOARD_CFG=bcm958742t all fip BL33=u-boot.bin
Dhikey960.rst75 ln -sf ${EDK2_OUTPUT_DIR}/FV/fip.bin
128 $ln -sf ${BUILD_PATH}/l-loader/fip.bin
164 $sudo fastboot flash fip fip.bin
Dqemu.rst95 ``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
Dintel-agilex.rst44 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/
Dindex.rst24 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/
Dtransparent-union.c25 void fip(TU);
26 void fip(int *i) {} in fip() function
/external/llvm-project/clang/test/Sema/
Dtransparent-union.c25 void fip(TU);
26 void fip(int *i) {} in fip() function
/external/arm-trusted-firmware/docs/design/
Dtrusted-board-boot-build.rst67 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/
Dx86-64-fp-read.test22 # CHECK-DAG: fip = [[FDIV]]
34 # legacy approach, superseded by fip/fdp registers
/external/clang/test/CodeGen/
D2003-11-27-UnionCtorInitialization.c6 long fip; member
/external/llvm-project/clang/test/CodeGen/
D2003-11-27-UnionCtorInitialization.c6 long fip; member

123