Searched refs:tdir_count (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dirread.c239 TIFFSwabArrayOfLong(&dp->tdir_count, 2);
341 if (dp->tdir_count == 1) {
438 if (dp->tdir_count == 1) {
478 dp->tdir_count != (uint32) v) {
483 cp = CheckMalloc(tif, dp->tdir_count, sizeof (uint16),
493 if (dp->tdir_count == c)
672 cc = cc * dp->tdir_count;
724 if (count != dir->tdir_count) {
728 dir->tdir_count, count);
741 tsize_t cc = dir->tdir_count *
[all...]
H A Dtif_dirwrite.c332 if (dir->tdir_count > 0) {
334 tif->tif_nsubifd = (uint16) dir->tdir_count;
335 if (dir->tdir_count > 1)
374 TIFFSwabArrayOfLong(&dir->tdir_count, 2);
447 dir->tdir_count = wc;
576 dir->tdir_count = (uint32) (strlen(cp) + 1);
591 dir->tdir_count = wc;
594 dir->tdir_count = wc2;
603 dir->tdir_count = wc;
619 dir->tdir_count
[all...]
H A Dtiff.h121 uint32 tdir_count; /* number of items; length in spec */ member in struct:__anon781

Completed in 66 milliseconds