Lines Matching defs:SQLITE_MAX_U32
7952 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value7957 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1)21950 if( (v64 & SQLITE_MAX_U32)!=v64 ){62603 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );67102 assert( (u.an.payloadSize64 & SQLITE_MAX_U32)==(u64)u.an.payloadSize64 );