Home
last modified time | relevance | path

Searched defs:SMALLEST_INT64 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c6541 #define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64) macro
H A Dsqlite3.c15440 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro