Searched refs:fip (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/CodeGen/
H A D2003-11-27-UnionCtorInitialization.c6 long fip; member in struct:i387_soft_struct
/external/blktrace/btt/
H A Dmisc.c54 struct file_info *fip = list_entry(p, struct file_info, head); local
56 fclose(fip->ofp);
57 if (!stat(fip->oname, &buf) && (buf.st_size == 0))
58 unlink(fip->oname);
60 list_del(&fip->head);
61 free(fip->oname);
62 free(fip);
120 struct file_info *fip = malloc(sizeof(*fip)); local
122 fip
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_print.c69 _TIFFPrintField(FILE* fd, const TIFFField *fip, argument
74 fprintf(fd, " %s: ", fip->field_name);
77 if(fip->field_type == TIFF_BYTE)
79 else if(fip->field_type == TIFF_UNDEFINED)
82 else if(fip->field_type == TIFF_SBYTE)
84 else if(fip->field_type == TIFF_SHORT)
86 else if(fip->field_type == TIFF_SSHORT)
88 else if(fip->field_type == TIFF_LONG)
91 else if(fip->field_type == TIFF_SLONG)
93 else if(fip
143 _TIFFPrettyPrintField(TIFF* tif, const TIFFField *fip, FILE* fd, uint32 tag, uint32 value_count, void *raw_data) argument
575 const TIFFField *fip; local
[all...]
H A Dtif_dir.c165 const TIFFField *fip = TIFFFindField(tif, tag, TIFF_ANY); local
167 if( fip == NULL ) /* cannot happen since OkToChangeTag() already checks it */
175 if (fip->field_bit == FIELD_CUSTOM) {
468 if(fip->field_bit != FIELD_CUSTOM) {
472 fip->field_name);
513 tv->info = fip;
521 tv_size = _TIFFDataSize(fip->field_type);
526 tif->tif_name, fip->field_type,
527 fip->field_name);
531 if (fip
683 const TIFFField* fip=TIFFFieldWithTag(tif,tag); local
694 const TIFFField* fip=TIFFFieldWithTag(tif,tag); local
704 const TIFFField* fip=TIFFFieldWithTag(tif,tag); local
714 const TIFFField* fip=TIFFFieldWithTag(tif,tag); local
736 const TIFFField* fip = TIFFFindField(tif, tag, TIFF_ANY); local
783 const TIFFField *fip = TIFFFieldWithTag(tif, tag); local
837 const TIFFField* fip = TIFFFindField(tif, tag, TIFF_ANY); local
1180 const TIFFField* fip = TIFFFindField(tif, tag, TIFF_ANY); local
[all...]
H A Dtif_dirread.c3404 const TIFFField* fip; local
3541 fip=tif->tif_fields[fii];
3542 if (fip->field_bit==FIELD_IGNORE)
3552 TIFFSetFieldBit(tif,fip->field_bit);
3679 fip = TIFFFieldWithTag(tif,dp->tdir_tag);
3680 TIFFReadDirEntryOutputErr(tif,err,module,fip ? fip->field_name : "unknown tagname",0);
3703 fip = TIFFFieldWithTag(tif,dp->tdir_tag);
3704 TIFFReadDirEntryOutputErr(tif,err,module,fip ? fip
4168 const TIFFField* fip; local
4427 const TIFFField* fip = TIFFFieldWithTag(tif, dir->tdir_tag); local
4434 const TIFFField* fip = TIFFFieldWithTag(tif, dir->tdir_tag); local
4712 const TIFFField* fip = NULL; local
5401 const TIFFField* fip = TIFFFieldWithTag(tif,dir->tdir_tag); local
[all...]
H A Dtif_dirinfo.c390 const TIFFField *fip = local
394 if (!fip) {
414 const TIFFField* fip = tif->tif_fields[i]; local
417 , (unsigned long) fip->field_tag
418 , fip->field_readcount, fip->field_writecount
419 , fip->field_type
420 , fip->field_bit
421 , fip->field_oktochange ? "TRUE" : "FALSE"
422 , fip
554 const TIFFField* fip = TIFFFindField(tif, tag, TIFF_ANY); local
566 const TIFFField* fip = local
576 TIFFFieldTag(const TIFFField* fip) argument
582 TIFFFieldName(const TIFFField* fip) argument
588 TIFFFieldDataType(const TIFFField* fip) argument
594 TIFFFieldPassCount(const TIFFField* fip) argument
600 TIFFFieldReadCount(const TIFFField* fip) argument
606 TIFFFieldWriteCount(const TIFFField* fip) argument
[all...]
H A Dtif_fax3.c1150 const TIFFField* fip; local
1185 if ((fip = TIFFFieldWithTag(tif, tag)))
1186 TIFFSetFieldBit(tif, fip->field_bit);
H A Dtif_ojpeg.c540 const TIFFField* fip; local
611 fip = TIFFFieldWithTag(tif,tag);
612 if( fip == NULL ) /* shouldn't happen */
614 TIFFSetFieldBit(tif,fip->field_bit);
H A Dtif_jpeg.c2137 const TIFFField* fip; local
2179 if ((fip = TIFFFieldWithTag(tif, tag))) {
2180 TIFFSetFieldBit(tif, fip->field_bit);
/external/clang/test/Sema/
H A Dtransparent-union.c25 void fip(TU);
26 void fip(int *i) {} function
/external/syslinux/com32/chain/
H A Doptions.h47 addr_t fip; member in struct:options
H A Doptions.c178 opt.foff = opt.soff = opt.fip = opt.sip = 0x7C00;
197 if (soi_s2n(argv[i] + 4, &opt.fseg, &opt.foff, &opt.fip, 0))
216 opt.fip = 0;
229 opt.fip = 0x8100;
236 opt.fip = 0;
244 opt.fip = 0;
254 opt.fip = v == 7 ? 0x200 : 0; /* MS-DOS 7.0+ wants this ip */
262 opt.fip = 0;
273 opt.fip = 0x200;
H A Dmangle.c434 opt.regs.ip = opt.fip;
/external/syslinux/com32/modules/
H A Dpxechn.c114 in_addr_t fip; /* fn's IP component */ member in struct:pxelinux_opt
368 int pxechn_parse_fn(char fn[], in_addr_t *fip, char *host, char *fp[]) argument
422 *fip = tip;
423 dprintf0(" host '%s'\n fp '%s'\n fip %08x\n", host, *fp, ntohl(*fip));
753 pxe->fip = ( (pxe_bootp_t *)(pxe->p[5].data) )->sip;
755 pxe->fip = 0;
758 pxechn_parse_fn(pxe->fn, &(pxe->fip), pxe->host, &(pxe->fp));
867 bootp1->sip = pxe->fip;
870 bootp1->sip = pxe->fip;
[all...]
/external/google-breakpad/src/client/linux/dump_writer_common/
H A Dthread_info.cc99 out->float_save.error_offset = fpregs.fip;
112 U32(out->extended_registers + 8, fpxregs.fip);
/external/valgrind/include/vki/
H A Dvki-x86-linux.h581 long fip; member in struct:vki_user_i387_struct
593 long fip; member in struct:vki_user_fxsr_struct
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc277 thread->fpregs.fip = rawregs->float_save.error_offset;
288 thread->fpxregs.fip = U16(rawregs->extended_registers + 8);
/external/libnl/lib/
H A Dutils.c791 __ADD(ETH_P_FIP,fip)

Completed in 506 milliseconds