Searched refs:ENOUGH (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_inflate/ |
H A D | inftrees.h | 46 #define ENOUGH 2048 macro
|
H A D | inftrees.c | 17 -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 D | inflate.h | 111 code codes[ENOUGH]; /* space for code tables */
|
/kernel/linux/linux-6.6/lib/zlib_inflate/ |
H A D | inftrees.h | 46 #define ENOUGH 2048 macro
|
H A D | inftrees.c | 17 -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 D | inflate.h | 111 code codes[ENOUGH]; /* space for code tables */
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-pata-timings.c | 57 #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 D | ide-timings.c | 93 #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 D | libata-pata-timings.c | 57 #define ENOUGH(v, unit) (((v)-1)/(unit)+1) macro 58 #define EZ(v, unit) ((v)?ENOUGH(((v) * 1000), unit):0)
|
Completed in 4 milliseconds