Searched refs:SMALLEST_INT64 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c7746 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro
19279 if( v==SMALLEST_INT64 ){
21099 *pNum = SMALLEST_INT64;
21130 assert( (*pNum)==SMALLEST_INT64 );
21721 testcase( iB==SMALLEST_INT64+1 );
21722 if( iB==SMALLEST_INT64 ){
[all...]

Completed in 317 milliseconds