Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zlib_inflate/
H A Dinftrees.h46 #define ENOUGH 2048 macro
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 in zlib_inflate_table()
158 sufficiency of ENOUGH has not been proven exhaustively, hence the check. in zlib_inflate_table()
198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
H A Dinflate.h111 code codes[ENOUGH]; /* space for code tables */
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A Dinftrees.h46 #define ENOUGH 2048 macro
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 in zlib_inflate_table()
158 sufficiency of ENOUGH has not been proven exhaustively, hence the check. in zlib_inflate_table()
198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
H A Dinflate.h111 code codes[ENOUGH]; /* space for code tables */
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-timings.c93 #define ENOUGH(v, unit) (((v) - 1) / (unit) + 1) macro
94 #define EZ(v, unit) ((v) ? ENOUGH((v) * 1000, unit) : 0)
/kernel/linux/linux-6.6/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 6 milliseconds