Searched refs:FF_fractionTOTAL16 (Results 1 – 2 of 2) sorted by relevance
68 if ( n < FF_fractionTOTAL16 ) in Fraction_get_U()71 return( (int32)(fraction32[n-FF_fractionTOTAL16]) ); in Fraction_get_U()121 if ( uCode < FF_fractionTOTAL16 || uCode > FF_fraction32LAST || \ in Fraction_find_N()126 p16 = (uint16 *)(bsearch(&uCode16, fraction16, FF_fractionTOTAL16, \ in Fraction_find_N()132 if ( p32 ) n = p32 - fraction32 + FF_fractionTOTAL16; in Fraction_find_N()
134 #define FF_fractionTOTAL16 34 macro