Searched defs:LARGEST_INT64 (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/sqlite3/ | ||
| H A D | shell.c | 6539 #define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro |
| H A D | sqlite3.c | 15438 #define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32)) macro |