Home
last modified time | relevance | path

Searched refs:ENOUGH (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/lib/zlib_inflate/
Dinftrees.h46 #define ENOUGH 2048 macro
Dinftrees.c198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
Dinflate.h109 code codes[ENOUGH]; /* space for code tables */
/linux-4.4.14/drivers/ide/
Dide-timings.c106 #define ENOUGH(v, unit) (((v) - 1) / (unit) + 1) macro
107 #define EZ(v, unit) ((v) ? ENOUGH(v, unit) : 0)
/linux-4.4.14/drivers/ata/
Dlibata-core.c2942 #define ENOUGH(v, unit) (((v)-1)/(unit)+1) macro
2943 #define EZ(v, unit) ((v)?ENOUGH(v, unit):0)