Searched refs:ENOUGH (Results 1 – 2 of 2) sorted by relevance
106 #define ENOUGH(v, unit) (((v) - 1) / (unit) + 1) macro107 #define EZ(v, unit) ((v) ? ENOUGH(v, unit) : 0)
2892 #define ENOUGH(v, unit) (((v)-1)/(unit)+1) macro2893 #define EZ(v, unit) ((v)?ENOUGH(v, unit):0)