Home
last modified time | relevance | path

Searched refs:SMALLEST_INT64 (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c31534 testcase( v==SMALLEST_INT64 ); in sqlite3_str_vappendf()
36538 testcase( iB==SMALLEST_INT64+1 ); in sqlite3SubInt64()
36539 if( iB==SMALLEST_INT64 ){ in sqlite3SubInt64()
36556 if( iA<SMALLEST_INT64/iB ) return 1; in sqlite3MulInt64()
36559 if( iB<SMALLEST_INT64/iA ) return 1; in sqlite3MulInt64()
36561 if( iB==SMALLEST_INT64 ) return 1; in sqlite3MulInt64()
36562 if( iA==SMALLEST_INT64 ) return 1; in sqlite3MulInt64()
128849 if( iVal==SMALLEST_INT64 ){
130522 if( iVal!=SMALLEST_INT64 ){
247238 i64 iRowid = SMALLEST_INT64;
[all …]