HomeSort by relevance Sort by last modified time
    Searched refs:LARGEST_INT64 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
func.c 278 if( n==0 && r>=0 && r<LARGEST_INT64-1 ){
280 }else if( n==0 && r<0 && (-r)<LARGEST_INT64-1 ){
    [all...]
vdbemem.c 332 static const i64 maxInt = LARGEST_INT64;
429 && ALWAYS(pMem->u.i<LARGEST_INT64) ){
    [all...]
sqliteInt.h 473 #define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32))
474 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64)
    [all...]
os_unix.c     [all...]
select.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 64 milliseconds