/external/pdfium/third_party/libtiff/ |
D | 0025-upstream-OOM-gtTileContig.patch | 29 - _TIFFmemset(buf, 0, TIFFTileSize(tif)); 72 - _TIFFmemset(buf, 0, bufsize); 146 - _TIFFmemset(buf, 0, TIFFStripSize(tif)); 187 - _TIFFmemset(buf, 0, bufsize); 343 + _TIFFmemset(*buf, 0, bufsizetoalloc); 418 + _TIFFmemset(*buf, 0, bufsizetoalloc);
|
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()
|
D | tif_color.c | 247 _TIFFmemset(clamptab, 0, 256); /* v < 0 => 0 */ in TIFFYCbCrToRGBInit() 251 _TIFFmemset(clamptab+256, 255, 2*256); /* v > 255 => 255 */ in TIFFYCbCrToRGBInit()
|
D | 0006-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch | 33 @@ -298,6 +298,7 @@ extern void _TIFFmemset(void* p, int v, tmsize_t c);
|
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() 446 _TIFFmemset(free_entp, 0, in LZWDecode() 673 _TIFFmemset(free_entp, 0, in LZWDecodeCompat()
|
D | tif_dir.c | 700 _TIFFmemset(val, 0, tv_size); in _TIFFVSetField() 1253 _TIFFmemset(td->td_fieldsset, 0, FIELD_SETLONGS); in TIFFFreeDirectory() 1281 _TIFFmemset( &(td->td_stripoffset_entry), 0, sizeof(TIFFDirEntry)); in TIFFFreeDirectory() 1282 _TIFFmemset( &(td->td_stripbytecount_entry), 0, sizeof(TIFFDirEntry)); in TIFFFreeDirectory() 1361 _TIFFmemset(td, 0, sizeof (*td)); in TIFFDefaultDirectory()
|
D | tif_compress.c | 292 _TIFFmemset(codecs + i - 1, 0, sizeof(TIFFCodec)); in TIFFGetConfiguredCODECs()
|
D | tif_luv.c | 213 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0])); in LogL16Decode() 347 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0])); in LogLuvDecode32() 1719 _TIFFmemset((void*)sp, 0, sizeof (*sp)); in TIFFInitSGILog()
|
D | tif_open.c | 124 _TIFFmemset(tif, 0, sizeof (*tif));
|
D | tif_read.c | 559 _TIFFmemset(*buf, 0, bufsizetoalloc); in _TIFFReadEncodedStripAndAllocBuffer() 1056 _TIFFmemset(*buf, 0, bufsizetoalloc); in _TIFFReadEncodedTileAndAllocBuffer()
|
D | tiffio.h | 298 extern void _TIFFmemset(void* p, int v, tmsize_t c);
|
D | tif_fax3.c | 768 _TIFFmemset(sp->refline, 0x00, sp->b.rowbytes); in Fax3PreEncode() 1354 _TIFFmemset(tif->tif_data, 0, sizeof (Fax3CodecState)); in InitCCITTFax3()
|
D | tif_jpeg.c | 2361 _TIFFmemset(tif->tif_data, 0, sizeof(JPEGState)); in TIFFInitJPEG() 2429 _TIFFmemset(sp->jpegtables, 0, SIZE_OF_JPEGTABLES); in TIFFInitJPEG()
|
D | tif_dirread.c | 4223 _TIFFmemset(&tif->tif_dir, 0, sizeof(TIFFDirectory)); in TIFFReadCustomDirectory() 5458 …_TIFFmemset(resizeddata+(uint32)dir->tdir_count,0,(nstrips-(uint32)dir->tdir_count)*sizeof(uint64)… in TIFFFetchStripThing() 5652 _TIFFmemset( &(td->td_stripoffset_entry), 0, sizeof(TIFFDirEntry)); in _TIFFFillStrilesInternal() 5653 _TIFFmemset( &(td->td_stripbytecount_entry), 0, sizeof(TIFFDirEntry)); in _TIFFFillStrilesInternal()
|
D | tif_dirinfo.c | 644 _TIFFmemset(fld, 0, sizeof(TIFFField)); in _TIFFCreateAnonField()
|
D | tif_getimage.c | 3058 _TIFFmemset( raster + (tile_ysize - i_row - 1) * tile_xsize+read_xsize, in TIFFReadRGBATileExt() 3063 _TIFFmemset( raster + (tile_ysize - i_row - 1) * tile_xsize, in TIFFReadRGBATileExt()
|
D | tif_pixarlog.c | 1423 _TIFFmemset(sp, 0, sizeof (*sp)); in TIFFInitPixarLog()
|
D | tif_ojpeg.c | 452 _TIFFmemset(sp,0,sizeof(OJPEGState)); in TIFFInitOJPEG()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 84 void _TIFFmemset(void* ptr, int val, tmsize_t size) { in _TIFFmemset() function
|