Home
last modified time | relevance | path

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

/linux-6.15/lib/zlib_inflate/
H A Dinftrees.h46 #define ENOUGH 2048 macro
H A Dinftrees.c198 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 */
/linux-6.15/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)
/linux-6.15/arch/um/drivers/
H A Dvector_user.c441 #define ENOUGH(type) ((CHAR_BIT * sizeof(type) - 1) / 3 + 2) macro
451 char seqpacketvnl[VDE_SEQPACKET_HEAD_LEN + ENOUGH(int) + 1]; in user_init_vde_fds()