HomeSort by relevance Sort by last modified time
    Searched refs:fip (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/test/CodeGen/
2003-11-27-UnionCtorInitialization.c 6 long fip; member in struct:i387_soft_struct
  /external/blktrace/btt/
misc.c 54 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->ofp = fp
    [all...]
  /external/pdfium/third_party/libtiff/
tif_print.c 69 _TIFFPrintField(FILE* fd, const TIFFField *fip,
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->field_type == TIFF_IFD
581 const TIFFField *fip; local
    [all...]
tif_dir.c 177 const TIFFField *fip = TIFFFindField(tif, tag, TIFF_ANY); local
179 if( fip == NULL ) /* cannot happen since OkToChangeTag() already checks it */
187 if (fip->field_bit == FIELD_CUSTOM) {
494 if(fip->field_bit != FIELD_CUSTOM) {
498 fip->field_name);
539 tv->info = fip;
547 tv_size = _TIFFDataSize(fip->field_type);
552 tif->tif_name, fip->field_type,
553 fip->field_name);
557 if (fip->field_type == TIFF_ASCII
762 const TIFFField* fip = TIFFFindField(tif, tag, TIFF_ANY); local
809 const TIFFField *fip = TIFFFieldWithTag(tif, tag); local
863 const TIFFField* fip = TIFFFindField(tif, tag, TIFF_ANY); local
1232 const TIFFField* fip = TIFFFindField(tif, tag, TIFF_ANY); local
    [all...]
tif_dirread.c 3421 const TIFFField* fip; local
4212 const TIFFField* fip; local
4472 const TIFFField* fip = TIFFFieldWithTag(tif, dir->tdir_tag); local
4479 const TIFFField* fip = TIFFFieldWithTag(tif, dir->tdir_tag); local
4756 const TIFFField* fip = NULL; local
5443 const TIFFField* fip = TIFFFieldWithTag(tif,dir->tdir_tag); local
    [all...]
tif_dirinfo.c 398 const TIFFField *fip = local
422 const TIFFField* fip = tif->tif_fields[i]; local
562 const TIFFField* fip = TIFFFindField(tif, tag, TIFF_ANY); local
574 const TIFFField* fip = local
    [all...]
tif_fax3.c 1193 const TIFFField* fip; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
user.h 31 long int fip; member in struct:user_fpregs_struct
44 long int fip; member in struct:user_fpxregs_struct
  /device/linaro/hikey/bootloader/
Makefile 14 all: $(DIST_DIR)/fip.bin $(DIST_DIR)/l-loader.bin
16 $(DIST_DIR)/fip.bin:
29 cp $(EDK2_DIR)/Build/HiKey/$(TARGET)_GCC49/FV/fip.bin $(DIST_DIR)/
31 $(DIST_DIR)/l-loader.bin: $(DIST_DIR)/fip.bin
38 rm -rf $(DIST_DIR)/fip.bin $(DIST_DIR)/l-loader.bin $(ANDROID_BUILD_TOP)/$(PRODUCT_OUT)/obj/uefi $(EDK2_DIR)/Build/HiKey
  /external/clang/test/Sema/
transparent-union.c 25 void fip(TU);
26 void fip(int *i) {} function
  /device/linaro/bootloader/arm-trusted-firmware/make_helpers/
defaults.mk 68 # Byte alignment that each component in FIP is aligned to
71 # Default FIP file name
72 FIP_NAME := fip.bin
  /device/linaro/hikey/installer/hikey/
flash-all.sh 45 if [[ "${FIRMWARE_DIR}" == "${DIST_DIR}" && ! -e "${DIST_DIR}"/fip.bin && ! -e "${DIST_DIR}"/l-loader.bin ]]; then
75 fastboot flash fastboot "${FIRMWARE_DIR}"/fip.bin
  /external/syslinux/com32/chain/
options.h 47 addr_t fip; member in struct:options
options.c 178 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;
mangle.c 434 opt.regs.ip = opt.fip;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
user.h 103 long int fip; member in struct:user_fpregs_struct
116 long int fip; member in struct:user_fpxregs_struct
  /device/linaro/hikey/factory-images/
generate-factory-images-hikey.sh 40 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/fip.bin tmp/$PRODUCT-$VERSION/
99 fastboot flash fastboot fip.bin
  /prebuilts/go/darwin-x86/src/os/
dir_unix.go 27 fip, lerr := lstat(dirname + "/" + filename)
36 fi = append(fi, fip)
  /prebuilts/go/linux-x86/src/os/
dir_unix.go 27 fip, lerr := lstat(dirname + "/" + filename)
36 fi = append(fi, fip)
  /external/syslinux/com32/modules/
pxechn.c 114 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[])
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...]
  /bionic/libc/include/sys/
user.h 47 long fip; member in struct:user_fpregs_struct
58 long fip; member in struct:user_fpxregs_struct
  /device/linaro/hikey/uefi-tools/
atf-build.sh 167 # the BL32 component remains in fip.bin, so we delete the build dir
173 # Build ARM Trusted Firmware and create FIP
177 echo "CROSS_COMPILE="$CROSS_COMPILE" make -j$NUM_THREADS PLAT="$ATF_PLATFORM" $SPD_OPTION DEBUG=$DEBUG ${PLATFORM_BUILDFLAGS} all fip"
179 CROSS_COMPILE="$CROSS_COMPILE" make -j$NUM_THREADS PLAT="$ATF_PLATFORM" $SPD_OPTION DEBUG=$DEBUG ${PLATFORM_BUILDFLAGS} all fip
185 echo "Copying bl1.bin and fip.bin to "$WORKSPACE/Build/$PLATFORM_IMAGE_DIR/$BUILD_PROFILE/FV/""
187 cp -a build/"$ATF_PLATFORM/$BUILD_TYPE"/{bl1,fip}.bin "$WORKSPACE/Build/$PLATFORM_IMAGE_DIR/$BUILD_PROFILE/FV/"
  /external/google-breakpad/src/client/linux/dump_writer_common/
thread_info.cc 99 out->float_save.error_offset = fpregs.fip;
112 U32(out->extended_registers + 8, fpxregs.fip);
  /external/valgrind/include/vki/
vki-x86-linux.h 581 long fip; member in struct:vki_user_i387_struct
593 long fip; member in struct:vki_user_fxsr_struct
  /device/linaro/bootloader/arm-trusted-firmware/
Makefile 244 # that will be included in the FIP
321 BL33_PAYLOAD_BASE is used and won't be added to the FIP file.")
325 PRELOADED_BL33_BASE is used and won't be added to the FIP \
348 # supplied for the FIP and Certificate generation tools. This flag can be
353 # in the FIP file.
358 # another one in the FIP file.
366 # If SCP_BL2 is given, we always want FIP to include it.
426 # put it in the FIP.
529 .PHONY: all msg_start clean realclean distclean cscope locate-checkpatch checkcodebase checkpatch fiptool fip fwu_fip certtool
564 # process. Note that the dependency on BL32 applies to the FIP only
    [all...]

Completed in 1177 milliseconds

1 2