Home
last modified time | relevance | path

Searched refs:ANYSINT_MAX (Results 1 – 2 of 2) sorted by relevance

/drivers/md/bcache/
Dutil.c61 if ((i > 0 && ANYSINT_MAX(type) / 1024 < i) || \
62 (i < 0 && -ANYSINT_MAX(type) / 1024 > i)) \
Dutil.h293 #define ANYSINT_MAX(t) \ macro