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

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h474 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64) macro
/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 1363 milliseconds