Searched defs:ENOUGH (Results 1 – 3 of 3) sorted by relevance
46 #define ENOUGH 2048 macro
57 #define ENOUGH(v, unit) (((v)-1)/(unit)+1) macro
441 #define ENOUGH(type) ((CHAR_BIT * sizeof(type) - 1) / 3 + 2) macro