Home
last modified time | relevance | path

Searched refs:LARGEST_INT64 (Results 1 – 1 of 1) sorted by path

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c30664 if( s<((LARGEST_INT64-9)/10) ){
30865 if( u>LARGEST_INT64 ){
30893 assert( u<=LARGEST_INT64 );
30900 assert( u<=LARGEST_INT64 );
30910 assert( u-1==LARGEST_INT64 );
31591 if( iA>LARGEST_INT64/iB ) return 1;
31734 if( x>60 ) return (u64)LARGEST_INT64;
113493 r = -(r & LARGEST_INT64);
178649 #ifndef LARGEST_INT64
179162 if( i>=LARGEST_INT64/10 ){
[all …]

Completed in 480 milliseconds