Searched refs:max_xb_entries (Results 1 – 1 of 1) sorted by relevance
3629 long max_xb_entries = 0; in testfunction_bcd_misc() local3638 max_xb_entries = MAX(max_xb_entries, nb_zoned_decimal_entries); in testfunction_bcd_misc()3639 max_xb_entries = MAX(max_xb_entries, nb_national_decimal_entries); in testfunction_bcd_misc()3640 max_xb_entries = MAX(max_xb_entries, nb_packed_decimal_entries); in testfunction_bcd_misc()3643 for (j = 0; j < (max_xb_entries - 1); j += 2) { in testfunction_bcd_misc()