Searched refs:INT_MAX (Results 1 – 15 of 15) sorted by relevance
41 int mult = INT_MAX, div = INT_MAX; in clk_ti_am3_dpll_round_rate()
75 int up = INT_MAX; in _div_round_up()
10 #define INT_MAX ((int)(~0U>>1)) macro11 #define INT_MIN (-INT_MAX - 1)
63 int error = INT_MAX; in imx8m_clk_composite_compute_dividers()
100 || (fdt_totalsize(fdt) > INT_MAX)) in fdt_check_header()
906 if (depth > INT_MAX) in fdt_check_full()
390 int scale_needed, scale, minscale = INT_MAX; in ns_delay_scale()413 if (minscale == INT_MAX) { in ns_delay_scale()
276 int not_found = INT_MAX; in read_profile_file()
122 int dgsl, dgsl_min = INT_MAX, dgsl_max = 0; in ddrphy_get_system_latency()
771 return vsnprintf_internal(buf, INT_MAX, fmt, args); in vsprintf()
240 score = INT_MAX/2 - (index << 2); in of_device_is_compatible()
245 *min = INT_MAX; in sort_nodes()
785 c->ranges[UBIFS_IDX_NODE].max_len = INT_MAX; in init_constants_early()
1403 if (str == endp || result >= INT_MAX) { in bytes_str_to_int()
4810 int best_ecc_bytes_total = INT_MAX; in nand_match_ecc_req()4865 if (best_ecc_bytes_total == INT_MAX) in nand_match_ecc_req()
Completed in 38 milliseconds