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

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h441 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value
446 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
H A Dvdbeaux.c3037 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );
H A Dvdbe.c2151 assert( (payloadSize64 & SQLITE_MAX_U32)==(u64)payloadSize64 );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7421 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value
7426 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
21119 if( (v64 & SQLITE_MAX_U32)!=v64 ){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8504 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value
8509 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
23235 if( (v64 & SQLITE_MAX_U32)!=v64 ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8504 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value
8509 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
23235 if( (v64 & SQLITE_MAX_U32)!=v64 ){
[all...]

Completed in 429 milliseconds