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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7713 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value
7718 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
21514 if( (v64 & SQLITE_MAX_U32)!=v64 ){
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c11616 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value
11621 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
[all...]

Completed in 949 milliseconds