Searched defs:nextdiroff32 (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_dirread.c4515 uint32 nextdiroff32; local
4516 if (!ReadOK(tif, &nextdiroff32, sizeof(uint32)))
4517 nextdiroff32 = 0;
4519 TIFFSwabLong(&nextdiroff32);
4520 *nextdiroff=nextdiroff32;
4618 uint32 nextdiroff32; local
4621 nextdiroff32 = 0;
4623 _TIFFmemcpy(&nextdiroff32, tif->tif_base + off,
4626 TIFFSwabLong(&nextdiroff32);
4627 *nextdiroff = nextdiroff32;
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c4520 uint32 nextdiroff32; local
4521 if (!ReadOK(tif, &nextdiroff32, sizeof(uint32)))
4522 nextdiroff32 = 0;
4524 TIFFSwabLong(&nextdiroff32);
4525 *nextdiroff=nextdiroff32;
4623 uint32 nextdiroff32; local
4626 nextdiroff32 = 0;
4628 _TIFFmemcpy(&nextdiroff32, tif->tif_base + off,
4631 TIFFSwabLong(&nextdiroff32);
4632 *nextdiroff = nextdiroff32;
[all...]

Completed in 228 milliseconds