Home
last modified time | relevance | path

Searched refs:int8 (Results 1 – 15 of 15) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c211 int8 m; in TIFFReadDirEntryByte()
304 int8 m; in TIFFReadDirEntryShort()
390 int8 m; in TIFFReadDirEntryLong()
473 int8 m; in TIFFReadDirEntryLong8()
551 int8 m; in TIFFReadDirEntryFloat()
662 int8 m; in TIFFReadDirEntryDouble()
873 int8* m; in TIFFReadDirEntryByteArray()
1022 int8* data; in TIFFReadDirEntrySbyteArray()
1080 int8* mb; in TIFFReadDirEntrySbyteArray()
1098 int8* mb; in TIFFReadDirEntrySbyteArray()
[all …]
H A Dtif_dirwrite.c59 static int TIFFWriteDirectoryTagSbyte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int8
974 ((int8*)conv)[i] = (int8)value[i]; in TIFFWriteDirectoryTagSampleformatArray()
975 ok = TIFFWriteDirectoryTagSbyteArray(tif,ndir,dir,tag,count,(int8*)conv); in TIFFWriteDirectoryTagSampleformatArray()
1031 return(TIFFWriteDirectoryTagSbytePerSample(tif,ndir,dir,tag,(int8)value));
1125 TIFFWriteDirectoryTagSbyte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int8 value) in TIFFWriteDirectoryTagSbyte()
1152 int8* m;
1153 int8* na;
1161 m=_TIFFmalloc(tif->tif_dir.td_samplesperpixel*sizeof(int8));
1942 TIFFWriteDirectoryTagCheckedSbyte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int8 valu… in TIFFWriteDirectoryTagCheckedSbyte()
1944 assert(sizeof(int8)==1); in TIFFWriteDirectoryTagCheckedSbyte()
[all …]
H A Dtiffconf.h-vms16 /* Define to 1 if the system has the type `int8'. */
H A Dtiffconf.h.in46 /* Define to 1 if the system has the type `int8'. */
H A Dtiffconf.h.cmake.in49 /* Define to 1 if the system has the type `int8'. */
H A Dtif_dir.c633 int8 v2 = (int8)va_arg(ap, int); in _TIFFVSetField()
1110 *va_arg(ap, int8*) = in _TIFFVGetField()
1111 *(int8 *)val; in _TIFFVGetField()
H A Dtiff.h68 typedef TIFF_INT8_T int8; typedef
H A Dtif_open.c94 assert(sizeof(int8)==1);
H A Dtif_print.c83 fprintf(fd, "%d", ((int8 *) raw_data)[j]); in _TIFFPrintField()
H A Dtif_config.h.in71 /* Define to 1 if the system has the type `int8'. */
/libtiff-4.0.7/tools/
H A Dtiffset.c215 ((int8 *)array)[i] = atoi(argv[arg_index+i]); in main()
/libtiff-4.0.7/
H A DCMakeLists.txt392 check_type_size(INT8 int8)
H A Dconfigure.com1151 /* Define to 1 if the system has the type `int8'. */
H A Dconfigure.ac416 AC_CHECK_TYPES([int8, int16, int32],,,
H A DChangeLog4345 * libtiff/tiff.h: Changed the int8 definition to be always signed char
4970 defining int8/uint8/... etc. types. As per bug
5152 * configure.ac, libtiff/{tiff.h, config.h.in}: Added tests for int8,