Searched refs:second (Results 1 – 4 of 4) sorted by relevance
37 _TIFFMultiply32(TIFF* tif, uint32 first, uint32 second, const char* where) in _TIFFMultiply32() argument39 uint32 bytes = first * second; in _TIFFMultiply32()41 if (second && bytes / second != first) { in _TIFFMultiply32()50 _TIFFMultiply64(TIFF* tif, uint64 first, uint64 second, const char* where) in _TIFFMultiply64() argument52 uint64 bytes = first * second; in _TIFFMultiply64()54 if (second && bytes / second != first) { in _TIFFMultiply64()
42 Version should be updated in two places: in the second argument of the
4400 * libtiff/tif_color.c: Use double as the second argument of pow()
465 checkMultiply64(uint64 first, uint64 second, T2P* t2p) in checkMultiply64() argument467 uint64 bytes = first * second; in checkMultiply64()469 if (second && bytes / second != first) { in checkMultiply64()