Home
last modified time | relevance | path

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

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