Searched refs:INVALID (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ |
H A D | test-strnum.c | 6 #define INVALID(n) { #n, -1, 0 } macro 239 INVALID(-1), 240 INVALID(foo), 245 INVALID(18446744073709551616), 246 INVALID(20496382304121724010), /* 2^64*10/9 doesn't wrap */ 247 INVALID(20496382304121724017), /* 2^64*10/9 wraps only after addition */ 248 INVALID(20496382304121724020), /* 2^64*10/9 wraps on multiply*/ 279 INVALID(-0), 281 INVALID(4294967296), 282 INVALID(477218588 [all...] |
Completed in 16 milliseconds