Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dtotype.c64 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64) macro
H A Dunionvtab.c154 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64) macro
/sqlite-3.40.0/ext/fts5/
H A Dfts5Int.h60 # define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro
/sqlite-3.40.0/ext/fts3/
H A Dfts3Int.h201 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro
/sqlite-3.40.0/src/
H A DsqliteInt.h942 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro