Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dthumbnail.c413 static int clamp(float v, int low, int high) in clamp() argument
414 { return (v < low ? low : v > high ? high : (int)v); } in clamp()
/libtiff-4.0.7/libtiff/
H A Dtif_aux.c322 int32 low, high; member