Searched defs:SMALLEST_INT64 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sqlite3/ | ||
H A D | shell.c | 6541 #define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64) macro |
H A D | sqlite3.c | 15440 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro |