Searched refs:tif_typeshift (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_dir.h231 ((v) >> (tif)->tif_typeshift[type]) & (tif)->tif_typemask[type] : \
235 ((v) & (tif)->tif_typemask[type]) << (tif)->tif_typeshift[type] : \
H A Dtif_open.c90 tif->tif_typeshift = bigTypeshift;
94 tif->tif_typeshift = litTypeshift;
H A Dtiffiop.h100 const int* tif_typeshift; /* data type shift counts */ member in struct:tiff

Completed in 69 milliseconds