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