LARGEST_INT64 7454 third_party/sqlite/amalgamation/sqlite3.c #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) LARGEST_INT64 20516 third_party/sqlite/amalgamation/sqlite3.c while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){ LARGEST_INT64 20531 third_party/sqlite/amalgamation/sqlite3.c while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){ LARGEST_INT64 20583 third_party/sqlite/amalgamation/sqlite3.c while( s<(LARGEST_INT64/10) && e>0 ) e--,s*=10; LARGEST_INT64 20703 third_party/sqlite/amalgamation/sqlite3.c if( u>LARGEST_INT64 ){ LARGEST_INT64 20719 third_party/sqlite/amalgamation/sqlite3.c assert( u<=LARGEST_INT64 ); LARGEST_INT64 20726 third_party/sqlite/amalgamation/sqlite3.c assert( u<=LARGEST_INT64 ); LARGEST_INT64 20734 third_party/sqlite/amalgamation/sqlite3.c assert( u-1==LARGEST_INT64 ); LARGEST_INT64 21315 third_party/sqlite/amalgamation/sqlite3.c testcase( iA>0 && LARGEST_INT64 - iA == iB ); LARGEST_INT64 21316 third_party/sqlite/amalgamation/sqlite3.c testcase( iA>0 && LARGEST_INT64 - iA == iB - 1 ); LARGEST_INT64 21317 third_party/sqlite/amalgamation/sqlite3.c if( iA>0 && LARGEST_INT64 - iA < iB ) return 1; LARGEST_INT64 21320 third_party/sqlite/amalgamation/sqlite3.c testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 1 ); LARGEST_INT64 21321 third_party/sqlite/amalgamation/sqlite3.c testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 2 ); LARGEST_INT64 21322 third_party/sqlite/amalgamation/sqlite3.c if( iA<0 && -(iA + LARGEST_INT64) > iB + 1 ) return 1; LARGEST_INT64 26794 third_party/sqlite/amalgamation/sqlite3.c mask = (sizeof(long)==8) ? LARGEST_INT64 : 0x7fffffff; LARGEST_INT64 56297 third_party/sqlite/amalgamation/sqlite3.c static const i64 maxInt = LARGEST_INT64; LARGEST_INT64 56394 third_party/sqlite/amalgamation/sqlite3.c && ALWAYS(pMem->u.i<LARGEST_INT64) ){ LARGEST_INT64 57048 third_party/sqlite/amalgamation/sqlite3.c pVal->r = (double)LARGEST_INT64; LARGEST_INT64 81977 third_party/sqlite/amalgamation/sqlite3.c if( n==0 && r>=0 && r<LARGEST_INT64-1 ){ LARGEST_INT64 81979 third_party/sqlite/amalgamation/sqlite3.c }else if( n==0 && r<0 && (-r)<LARGEST_INT64-1 ){ LARGEST_INT64 93822 third_party/sqlite/amalgamation/sqlite3.c p->nSelectRow = (double)LARGEST_INT64; LARGEST_INT64 278 third_party/sqlite/src/src/func.c if( n==0 && r>=0 && r<LARGEST_INT64-1 ){ LARGEST_INT64 280 third_party/sqlite/src/src/func.c }else if( n==0 && r<0 && (-r)<LARGEST_INT64-1 ){ LARGEST_INT64 2653 third_party/sqlite/src/src/os_unix.c mask = (sizeof(long)==8) ? LARGEST_INT64 : 0x7fffffff; LARGEST_INT64 3900 third_party/sqlite/src/src/select.c p->nSelectRow = (double)LARGEST_INT64; LARGEST_INT64 474 third_party/sqlite/src/src/sqliteInt.h #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) LARGEST_INT64 296 third_party/sqlite/src/src/util.c while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){ LARGEST_INT64 311 third_party/sqlite/src/src/util.c while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){ LARGEST_INT64 363 third_party/sqlite/src/src/util.c while( s<(LARGEST_INT64/10) && e>0 ) e--,s*=10; LARGEST_INT64 483 third_party/sqlite/src/src/util.c if( u>LARGEST_INT64 ){ LARGEST_INT64 499 third_party/sqlite/src/src/util.c assert( u<=LARGEST_INT64 ); LARGEST_INT64 506 third_party/sqlite/src/src/util.c assert( u<=LARGEST_INT64 ); LARGEST_INT64 514 third_party/sqlite/src/src/util.c assert( u-1==LARGEST_INT64 ); LARGEST_INT64 1095 third_party/sqlite/src/src/util.c testcase( iA>0 && LARGEST_INT64 - iA == iB ); LARGEST_INT64 1096 third_party/sqlite/src/src/util.c testcase( iA>0 && LARGEST_INT64 - iA == iB - 1 ); LARGEST_INT64 1097 third_party/sqlite/src/src/util.c if( iA>0 && LARGEST_INT64 - iA < iB ) return 1; LARGEST_INT64 1100 third_party/sqlite/src/src/util.c testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 1 ); LARGEST_INT64 1101 third_party/sqlite/src/src/util.c testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 2 ); LARGEST_INT64 1102 third_party/sqlite/src/src/util.c if( iA<0 && -(iA + LARGEST_INT64) > iB + 1 ) return 1; LARGEST_INT64 332 third_party/sqlite/src/src/vdbemem.c static const i64 maxInt = LARGEST_INT64; LARGEST_INT64 429 third_party/sqlite/src/src/vdbemem.c && ALWAYS(pMem->u.i<LARGEST_INT64) ){ LARGEST_INT64 1083 third_party/sqlite/src/src/vdbemem.c pVal->r = (double)LARGEST_INT64;