Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:SQLITE_MAX_U32

7421 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value
7426 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1)
21119 if( (v64 & SQLITE_MAX_U32)!=v64 ){
60162 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );
64489 assert( (u.am.payloadSize64 & SQLITE_MAX_U32)==(u64)u.am.payloadSize64 );