Searched refs:ENOUGH (Results 1 – 5 of 5) sorted by relevance
46 #define ENOUGH 2048 macro
198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
111 code codes[ENOUGH]; /* space for code tables */
57 #define ENOUGH(v, unit) (((v)-1)/(unit)+1) macro58 #define EZ(v, unit) ((v)?ENOUGH(((v) * 1000), unit):0)
93 #define ENOUGH(v, unit) (((v) - 1) / (unit) + 1) macro94 #define EZ(v, unit) ((v) ? ENOUGH((v) * 1000, unit) : 0)