Home
last modified time | relevance | path

Searched refs:count32 (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffdump.c407 uint32 count32; in ReadDirectory() local
408 count32 = *(uint32*)dp; in ReadDirectory()
410 TIFFSwabLong(&count32); in ReadDirectory()
412 count = count32; in ReadDirectory()