Searched refs:check_range (Results 1 – 3 of 3) sorted by relevance
147 static constexpr bool check_range() { in check_range() function157 static_assert(check_range(), "the representable range is unacceptable small");
568 check_range(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Unsigned addr, in check_range() function724 ret = check_range(dbg, die, addr, &range); in translate()
203 bool check_range) in wpa_config_parse_int_impl() argument216 if (check_range && val < (long) data->param3) { in wpa_config_parse_int_impl()223 if (check_range && val > (long) data->param4) { in wpa_config_parse_int_impl()4766 const char *pos, bool check_range) in wpa_global_config_parse_int_impl() argument4780 if (check_range && val < (long) data->param2) { in wpa_global_config_parse_int_impl()4787 if (check_range && val > (long) data->param3) { in wpa_global_config_parse_int_impl()