Searched refs:ANYSINT_MAX (Results 1 – 5 of 5) sorted by relevance
70 if ((i > 0 && ANYSINT_MAX(type) / 1024 < i) || \71 (i < 0 && -ANYSINT_MAX(type) / 1024 > i)) \
221 #define ANYSINT_MAX(t) \ macro
195 int ret = __bch2_strtoh(cp, &v, ANYSINT_MAX(type), \196 ANYSINT_MAX(type) != ((type) ~0ULL)); \
72 #define ANYSINT_MAX(t) \ macro
348 from, ANYSINT_MAX(loff_t)); in bch2_truncate_folio()
Completed in 16 milliseconds