Searched refs:DIV_SAFE (Results 1 – 2 of 2) sorted by relevance
63 DIV_SAFE(var(cache_hits) * 100, in SHOW()
443 #define DIV_SAFE(n, d) __DIV_SAFE(n, d, 0) macro