| /libtiff-4.0.7/tools/ |
| H A D | tiffcp.c | 847 _TIFFmemset(buf, 0, scanlinesize); in DECLAREcpFunc() 987 _TIFFmemset(buf, 0, stripsize); in DECLAREcpFunc() 1034 _TIFFmemset(buf, 0, scanlinesize); in DECLAREcpFunc() 1076 _TIFFmemset(inbuf, 0, scanlinesizein); in DECLAREcpFunc() 1129 _TIFFmemset(inbuf, 0, scanlinesizein); in DECLAREcpFunc() 1283 _TIFFmemset(scanline, 0, scanlinesize); in DECLAREreadFunc() 1332 _TIFFmemset(tilebuf, 0, tilesize); in DECLAREreadFunc() 1386 _TIFFmemset(tilebuf, 0, tilesize); in DECLAREreadFunc() 1476 _TIFFmemset(obuf, 0, stripsize); in DECLAREwriteFunc() 1518 _TIFFmemset(obuf, 0, tilesize); in DECLAREwriteFunc() [all …]
|
| H A D | tiffdither.c | 109 _TIFFmemset(outptr = outline, 0, outlinesize); in fsdither()
|
| H A D | fax2tiff.c | 391 _TIFFmemset(refbuf, 0, linesize); in copyFaxFile()
|
| H A D | tiffcrop.c | 7325 _TIFFmemset(sect_buff, 0, sectsize); in createImageSection() 7340 _TIFFmemset(sect_buff, 0, sectsize); in createImageSection() 7399 _TIFFmemset(crop_buff, 0, cropsize); in processCropSelections() 7501 _TIFFmemset(crop_buff, 0, cropsize); in processCropSelections() 7616 _TIFFmemset(crop_buff, 0, cropsize); in createCroppedImage() 7631 _TIFFmemset(crop_buff, 0, cropsize); in createCroppedImage() 8406 _TIFFmemset(rbuff, '\0', buffsize); in rotateImage() 9083 _TIFFmemset (line_buff, '\0', rowsize); in mirrorImage()
|
| H A D | tiffmedian.c | 240 _TIFFmemset(ColorCells, 0, C_LEN*C_LEN*C_LEN*sizeof (C_cell*)); in main()
|
| /libtiff-4.0.7/contrib/addtiffo/ |
| H A D | tif_ovrcache.c | 119 _TIFFmemset( psCache->pabyRow1Blocks, 0, psCache->nBytesPerRow ); in TIFFCreateOvrCache() 120 _TIFFmemset( psCache->pabyRow2Blocks, 0, psCache->nBytesPerRow ); in TIFFCreateOvrCache() 250 _TIFFmemset( pabyData, 0, psCache->nBytesPerRow ); in TIFFWriteOvrRow()
|
| /libtiff-4.0.7/contrib/tags/ |
| H A D | xtif_dir.c | 223 _TIFFmemset(xt,0,sizeof(xtiff)); in _XTIFFLocalDefaultDirectory() 267 _TIFFmemset(xt,0,sizeof(xtiff)); in _XTIFFDefaultDirectory()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_write.c | 552 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint64)); in TIFFSetupStrips() 553 _TIFFmemset(td->td_stripbytecount, 0, td->td_nstrips*sizeof (uint64)); in TIFFSetupStrips() 702 _TIFFmemset(td->td_stripoffset + td->td_nstrips, in TIFFGrowStrips() 704 _TIFFmemset(td->td_stripbytecount + td->td_nstrips, in TIFFGrowStrips()
|
| H A D | tif_color.c | 230 _TIFFmemset(clamptab, 0, 256); /* v < 0 => 0 */ in TIFFYCbCrToRGBInit() 234 _TIFFmemset(clamptab+256, 255, 2*256); /* v > 255 => 255 */ in TIFFYCbCrToRGBInit()
|
| H A D | libtiff.def | 163 _TIFFmemset
|
| H A D | tif_lzw.c | 251 _TIFFmemset(&sp->dec_codetab[CODE_CLEAR], 0, in LZWSetupDecode() 331 _TIFFmemset(sp->dec_free_entp, 0, (CSIZE-CODE_FIRST)*sizeof (code_t)); in LZWPreDecode() 443 _TIFFmemset(free_entp, 0, in LZWDecode() 669 _TIFFmemset(free_entp, 0, in LZWDecodeCompat()
|
| H A D | tif_dir.c | 690 _TIFFmemset(val, 0, tv_size); in _TIFFVSetField() 1217 _TIFFmemset(td->td_fieldsset, 0, FIELD_SETLONGS); in TIFFFreeDirectory() 1245 _TIFFmemset( &(td->td_stripoffset_entry), 0, sizeof(TIFFDirEntry)); in TIFFFreeDirectory() 1246 _TIFFmemset( &(td->td_stripbytecount_entry), 0, sizeof(TIFFDirEntry)); in TIFFFreeDirectory() 1325 _TIFFmemset(td, 0, sizeof (*td)); in TIFFDefaultDirectory()
|
| H A D | tif_compress.c | 292 _TIFFmemset(codecs + i - 1, 0, sizeof(TIFFCodec)); in TIFFGetConfiguredCODECs()
|
| H A D | tif_unix.c | 332 _TIFFmemset(void* p, int v, tmsize_t c) in _TIFFmemset() function
|
| H A D | tif_getimage.c | 646 _TIFFmemset(buf, 0, TIFFTileSize(tif)); in gtTileContig() 771 _TIFFmemset(buf, 0, bufsize); in gtTileSeparate() 930 _TIFFmemset(buf, 0, TIFFStripSize(tif)); in gtStripContig() 1025 _TIFFmemset(buf, 0, bufsize); in gtStripSeparate() 2952 _TIFFmemset( raster + (tile_ysize - i_row - 1) * tile_xsize+read_xsize, in TIFFReadRGBATile() 2957 _TIFFmemset( raster + (tile_ysize - i_row - 1) * tile_xsize, in TIFFReadRGBATile()
|
| H A D | tif_win32.c | 376 _TIFFmemset(void* p, int v, tmsize_t c) in _TIFFmemset() function
|
| H A D | tif_luv.c | 212 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0])); in LogL16Decode() 346 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0])); in LogLuvDecode32() 1706 _TIFFmemset((void*)sp, 0, sizeof (*sp)); in TIFFInitSGILog()
|
| H A D | tif_vms.c | 286 _TIFFmemset(tdata_t p, int v, tsize_t c) in _TIFFmemset() function
|
| H A D | tif_open.c | 124 _TIFFmemset(tif, 0, sizeof (*tif));
|
| H A D | tiffio.h | 297 extern void _TIFFmemset(void* p, int v, tmsize_t c);
|
| H A D | tif_jpeg.c | 2328 _TIFFmemset(tif->tif_data, 0, sizeof(JPEGState)); in TIFFInitJPEG() 2396 _TIFFmemset(sp->jpegtables, 0, SIZE_OF_JPEGTABLES); in TIFFInitJPEG()
|
| H A D | tif_dirread.c | 4185 _TIFFmemset(&tif->tif_dir, 0, sizeof(TIFFDirectory)); in TIFFReadCustomDirectory() 5420 …_TIFFmemset(resizeddata+(uint32)dir->tdir_count,0,(nstrips-(uint32)dir->tdir_count)*sizeof(uint64)… in TIFFFetchStripThing() 5616 _TIFFmemset( &(td->td_stripoffset_entry), 0, sizeof(TIFFDirEntry)); in _TIFFFillStrilesInternal() 5617 _TIFFmemset( &(td->td_stripbytecount_entry), 0, sizeof(TIFFDirEntry)); in _TIFFFillStrilesInternal()
|
| H A D | tif_dirinfo.c | 644 _TIFFmemset(fld, 0, sizeof(TIFFField)); in _TIFFCreateAnonField()
|
| /libtiff-4.0.7/archive/tools/ |
| H A D | ras2tiff.c | 194 _TIFFmemset(map, 0, i*sizeof (uint16)); in main() 230 _TIFFmemset(buf+linebytes, 0, scanline-linebytes); in main()
|
| /libtiff-4.0.7/ |
| H A D | configure.com | 496 _TIFFmemset=PROCEDURE,- 647 UNIVERSAL=_TIFFmemset
|