Searched refs:M_MAX_INT (Results 1 – 1 of 1) sorted by relevance
35 #define M_MAX_INT(m) (int64_t)((1LL << ((m) - 1)) - 1) macro5424 arg > M_MAX_INT(m + 1) ? M_MAX_INT(m + 1) : in msa_sat_s_df()