Searched refs:TIFFhowmany8_32 (Results 1 – 2 of 2) sorted by relevance
247 #define TIFFhowmany8_32(x) (((x)&0x07)?((uint32)(x)>>3)+1:(uint32)(x)>>3) macro
252 #define TIFFhowmany8_32(x) (((x)&0x07)?((uint32)(x)>>3)+1:(uint32)(x)>>3) macro