Searched refs:ENOUGH (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/zlib_inflate/
H A Dinftrees.h46 #define ENOUGH 2048 macro
H A Dinflate.h111 code codes[ENOUGH]; /* space for code tables */
H A Dinftrees.c17 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
156 against the space in *table, ENOUGH, minus the maximum space needed by
158 sufficiency of ENOUGH has not been proven exhaustively, hence the check.
198 if (type == LENS && used >= ENOUGH - MAXD)
266 if (type == LENS && used >= ENOUGH - MAXD)
/linux-master/drivers/ata/
H A Dlibata-pata-timings.c57 #define ENOUGH(v, unit) (((v)-1)/(unit)+1) macro
58 #define EZ(v, unit) ((v)?ENOUGH(((v) * 1000), unit):0)

Completed in 192 milliseconds