HomeSort by relevance Sort by last modified time
    Searched defs:_TIFFmalloc (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_unix.c 235 mbname = _TIFFmalloc(mbsize);
258 _TIFFmalloc(tmsize_t s)
tif_win32.c 306 mbname = (char *)_TIFFmalloc(mbsize);
330 _TIFFmalloc(tmsize_t s)
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_tiff.cpp 166 void* _TIFFmalloc(tmsize_t size) {
401 uint8_t* buf = (uint8_t*)_TIFFmalloc(size);
428 uint8_t* buf = (uint8_t*)_TIFFmalloc(size);
461 uint8_t* buf = (uint8_t*)_TIFFmalloc(size);

Completed in 52 milliseconds