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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbemem.c333 static const i64 minInt = SMALLEST_INT64;
428 if( pMem->r==(double)pMem->u.i && pMem->u.i>SMALLEST_INT64
1080 if( pVal->u.i==SMALLEST_INT64 ){
H A Dprintf.c403 if( v==SMALLEST_INT64 ){
H A DsqliteInt.h474 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro
H A Dvdbe.c1254 if( iA==-1 && iB==SMALLEST_INT64 ) goto fp_math;
3305 if( iKey==SMALLEST_INT64 && (pIn3->r<(double)iKey || pIn3->r>0) ){
H A Dexpr.c1964 if( negFlag ){ value = c==2 ? SMALLEST_INT64 : -value; }
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7454 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro
18886 if( v==SMALLEST_INT64 ){
20704 *pNum = SMALLEST_INT64;
20735 assert( (*pNum)==SMALLEST_INT64 );
21328 testcase( iB==SMALLEST_INT64+1 );
21329 if( iB==SMALLEST_INT64 ){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8591 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro
20888 if( v==SMALLEST_INT64 ){
22769 *pNum = neg ? SMALLEST_INT64 : LARGEST_INT64;
23442 testcase( iB==SMALLEST_INT64+1 );
23443 if( iB==SMALLEST_INT64 ){
129881 # define SMALLEST_INT64 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8591 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro
20888 if( v==SMALLEST_INT64 ){
22769 *pNum = neg ? SMALLEST_INT64 : LARGEST_INT64;
23442 testcase( iB==SMALLEST_INT64+1 );
23443 if( iB==SMALLEST_INT64 ){
129901 # define SMALLEST_INT64 macro
[all...]

Completed in 788 milliseconds