Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_MAX_U32

8504 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value
8509 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1)
23235 if( (v64 & SQLITE_MAX_U32)!=v64 ){
66080 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );
70393 assert( (payloadSize64 & SQLITE_MAX_U32)==(u64)payloadSize64 );