Searched refs:int8 (Results 1 – 15 of 15) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_dirread.c | 211 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 D | tif_dirwrite.c | 59 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 D | tiffconf.h-vms | 16 /* Define to 1 if the system has the type `int8'. */
|
| H A D | tiffconf.h.in | 46 /* Define to 1 if the system has the type `int8'. */
|
| H A D | tiffconf.h.cmake.in | 49 /* Define to 1 if the system has the type `int8'. */
|
| H A D | tif_dir.c | 633 int8 v2 = (int8)va_arg(ap, int); in _TIFFVSetField() 1110 *va_arg(ap, int8*) = in _TIFFVGetField() 1111 *(int8 *)val; in _TIFFVGetField()
|
| H A D | tiff.h | 68 typedef TIFF_INT8_T int8; typedef
|
| H A D | tif_open.c | 94 assert(sizeof(int8)==1);
|
| H A D | tif_print.c | 83 fprintf(fd, "%d", ((int8 *) raw_data)[j]); in _TIFFPrintField()
|
| H A D | tif_config.h.in | 71 /* Define to 1 if the system has the type `int8'. */
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffset.c | 215 ((int8 *)array)[i] = atoi(argv[arg_index+i]); in main()
|
| /libtiff-4.0.7/ |
| H A D | CMakeLists.txt | 392 check_type_size(INT8 int8)
|
| H A D | configure.com | 1151 /* Define to 1 if the system has the type `int8'. */
|
| H A D | configure.ac | 416 AC_CHECK_TYPES([int8, int16, int32],,,
|
| H A D | ChangeLog | 4345 * 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,
|