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

  /external/clang/test/CodeGen/
2003-11-27-UnionCtorInitialization.c 6 long fip; member in struct:i387_soft_struct
  /external/blktrace/btt/
rstats.c 39 static int do_open(struct files *fip, char *bn, char *pn)
41 fip->nm = malloc(strlen(bn) + 16);
42 sprintf(fip->nm, "%s_%s.dat", bn, pn);
44 fip->fp = my_fopen(fip->nm, "w");
45 if (fip->fp) {
46 add_file(fip->fp, fip->nm);
50 free(fip->nm);
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);
114 struct file_info *fip = malloc(sizeof(*fip)); local
116 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...]
tif_ojpeg.c 541 const TIFFField* fip; local
612 fip = TIFFFieldWithTag(tif,tag);
613 if( fip == NULL ) /* shouldn't happen */
615 TIFFSetFieldBit(tif,fip->field_bit);
    [all...]
tif_jpeg.c 2153 const TIFFField* fip; local
    [all...]
  /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/u-boot/board/hisilicon/hikey/
build-tf.mak 33 make all fip \
40 cp build/hikey/debug/fip.bin $(output_dir)/fip-hikey.bin
  /device/linaro/hikey/installer/hikey960/
uefi-flash-all.sh 35 fastboot flash fip "${INSTALLER_DIR}"/fip.bin
44 fastboot flash fip "${INSTALLER_DIR}"/fip.bin
  /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
76 fastboot flash fastboot "${FIRMWARE_DIR}"/fip.bin
  /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
  /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);
  /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...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 277 thread->fpregs.fip = rawregs->float_save.error_offset;
288 thread->fpxregs.fip = U16(rawregs->extended_registers + 8);
    [all...]
  /external/libnl/lib/
utils.c 791 __ADD(ETH_P_FIP,fip)
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp     [all...]

Completed in 1319 milliseconds