Home
last modified time | relevance | path

Searched defs:ENOUGH (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/lib/zlib_inflate/
Dinftrees.h46 #define ENOUGH 2048 macro
/linux-6.12.1/drivers/ata/
Dlibata-pata-timings.c57 #define ENOUGH(v, unit) (((v)-1)/(unit)+1) macro
/linux-6.12.1/arch/um/drivers/
Dvector_user.c441 #define ENOUGH(type) ((CHAR_BIT * sizeof(type) - 1) / 3 + 2) macro