Home | History | Annotate | Download | only in libtiff

Lines Matching defs:entry_count

2579     uint64 entry_count = 0;
2691 entry_count = value;
2700 memcpy( &entry_count, direntry_raw + 4, sizeof(uint64) );
2702 TIFFSwabLong8( &entry_count );
2809 entry_count == (uint64)count && entry_type == (uint16) datatype )
2862 value = (uint32) entry_count;
2874 memcpy( direntry_raw + 4, &entry_count, sizeof(uint64) );