Searched refs:big_max (Results 1 – 2 of 2) sorted by relevance
156 FT_UInt big_max = FT_INT_MAX / sizeof ( *segment ); in af_axis_hints_new_segment() local159 if ( old_max >= big_max ) in af_axis_hints_new_segment()166 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_segment()167 new_max = big_max; in af_axis_hints_new_segment()221 FT_UInt big_max = FT_INT_MAX / sizeof ( *edge ); in af_axis_hints_new_edge() local224 if ( old_max >= big_max ) in af_axis_hints_new_edge()231 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_edge()232 new_max = big_max; in af_axis_hints_new_edge()
1304 Insert explicit cast to calculate `big_max' from