Home
last modified time | relevance | path

Searched refs:LARGEST_INT64 (Results 1 – 25 of 226) sorted by relevance

12345678910

/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dtotype.c59 #ifndef LARGEST_INT64
60 # define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro
64 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64)
148 if( u>LARGEST_INT64 ){ in totypeAtoi64()
161 assert( u<=LARGEST_INT64 ); in totypeAtoi64()
168 assert( u<=LARGEST_INT64 ); in totypeAtoi64()
176 assert( u-1==LARGEST_INT64 ); in totypeAtoi64()
235 while( z<zEnd && totypeIsdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in totypeAtoF()
250 while( z<zEnd && totypeIsdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in totypeAtoF()
302 while( s<(LARGEST_INT64/10) && e>0 ) e--,s*=10; in totypeAtoF()
H A Dunionvtab.c150 #ifndef LARGEST_INT64
151 # define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro
154 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64)
1146 sqlite3_int64 iMax = LARGEST_INT64; in unionFilter()
1180 if( iMin==LARGEST_INT64 ){ in unionFilter()
1221 if( iMax!=LARGEST_INT64 && iMax<pSrc->iMax ){ in unionFilter()
H A Djson1.c40 #ifndef LARGEST_INT64
41 # define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro
42 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64)
589 if( i>=LARGEST_INT64/10 ){ in jsonReturn()
590 if( i>LARGEST_INT64/10 ) goto int_as_real; in jsonReturn()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dtotype.c59 #ifndef LARGEST_INT64
60 # define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro
64 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64)
148 if( u>LARGEST_INT64 ){ in totypeAtoi64()
161 assert( u<=LARGEST_INT64 ); in totypeAtoi64()
168 assert( u<=LARGEST_INT64 ); in totypeAtoi64()
176 assert( u-1==LARGEST_INT64 ); in totypeAtoi64()
235 while( z<zEnd && totypeIsdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in totypeAtoF()
250 while( z<zEnd && totypeIsdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in totypeAtoF()
302 while( s<(LARGEST_INT64/10) && e>0 ) e--,s*=10; in totypeAtoF()
H A Dunionvtab.c61 #ifndef LARGEST_INT64
62 # define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro
65 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64)
597 sqlite3_int64 iMax = LARGEST_INT64; in unionFilter()
631 if( iMin==LARGEST_INT64 ){ in unionFilter()
673 if( iMax!=LARGEST_INT64 && iMax<pSrc->iMax ){ in unionFilter()
H A Djson1.c40 #ifndef LARGEST_INT64
41 # define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro
42 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64)
552 if( i>=LARGEST_INT64/10 ){ in jsonReturn()
553 if( i>LARGEST_INT64/10 ) goto int_as_real; in jsonReturn()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dtotype.c59 #ifndef LARGEST_INT64
60 # define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro
64 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64)
148 if( u>LARGEST_INT64 ){ in totypeAtoi64()
161 assert( u<=LARGEST_INT64 ); in totypeAtoi64()
168 assert( u<=LARGEST_INT64 ); in totypeAtoi64()
176 assert( u-1==LARGEST_INT64 ); in totypeAtoi64()
235 while( z<zEnd && totypeIsdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in totypeAtoF()
250 while( z<zEnd && totypeIsdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in totypeAtoF()
302 while( s<(LARGEST_INT64/10) && e>0 ) e--,s*=10; in totypeAtoF()
H A Dunionvtab.c150 #ifndef LARGEST_INT64
151 # define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro
154 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64)
1146 sqlite3_int64 iMax = LARGEST_INT64; in unionFilter()
1180 if( iMin==LARGEST_INT64 ){ in unionFilter()
1221 if( iMax!=LARGEST_INT64 && iMax<pSrc->iMax ){ in unionFilter()
H A Djson1.c40 #ifndef LARGEST_INT64
41 # define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro
42 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64)
584 if( i>=LARGEST_INT64/10 ){ in jsonReturn()
585 if( i>LARGEST_INT64/10 ) goto int_as_real; in jsonReturn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dtotype.c59 #ifndef LARGEST_INT64
60 # define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro
64 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64)
148 if( u>LARGEST_INT64 ){ in totypeAtoi64()
161 assert( u<=LARGEST_INT64 ); in totypeAtoi64()
168 assert( u<=LARGEST_INT64 ); in totypeAtoi64()
176 assert( u-1==LARGEST_INT64 ); in totypeAtoi64()
235 while( z<zEnd && totypeIsdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in totypeAtoF()
250 while( z<zEnd && totypeIsdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in totypeAtoF()
302 while( s<(LARGEST_INT64/10) && e>0 ) e--,s*=10; in totypeAtoF()
H A Dunionvtab.c150 #ifndef LARGEST_INT64
151 # define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro
154 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64)
1146 sqlite3_int64 iMax = LARGEST_INT64; in unionFilter()
1180 if( iMin==LARGEST_INT64 ){ in unionFilter()
1221 if( iMax!=LARGEST_INT64 && iMax<pSrc->iMax ){ in unionFilter()
H A Djson1.c40 #ifndef LARGEST_INT64
41 # define LARGEST_INT64 (0xffffffff|(((sqlite3_int64)0x7fffffff)<<32)) macro
42 # define SMALLEST_INT64 (((sqlite3_int64)-1) - LARGEST_INT64)
589 if( i>=LARGEST_INT64/10 ){ in jsonReturn()
590 if( i>LARGEST_INT64/10 ) goto int_as_real; in jsonReturn()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dutil.c404 if( s<((LARGEST_INT64-9)/10) ){ in sqlite3AtoF()
605 if( u>LARGEST_INT64 ){ in sqlite3Atoi64()
606 *pNum = neg ? SMALLEST_INT64 : LARGEST_INT64; in sqlite3Atoi64()
625 assert( u<=LARGEST_INT64 ); in sqlite3Atoi64()
632 assert( u<=LARGEST_INT64 ); in sqlite3Atoi64()
640 assert( u-1==LARGEST_INT64 ); in sqlite3Atoi64()
1286 testcase( iA>0 && LARGEST_INT64 - iA == iB ); in sqlite3AddInt64()
1288 if( iA>0 && LARGEST_INT64 - iA < iB ) return 1; in sqlite3AddInt64()
1319 if( iA>LARGEST_INT64/iB ) return 1; in sqlite3MulInt64()
1327 if( -iA>LARGEST_INT64/-iB ) return 1; in sqlite3MulInt64()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dutil.c442 if( s>=((LARGEST_INT64-9)/10) ){ in sqlite3AtoF()
457 if( s<((LARGEST_INT64-9)/10) ){ in sqlite3AtoF()
670 if( u>LARGEST_INT64 ){ in sqlite3Atoi64()
675 *pNum = neg ? SMALLEST_INT64 : LARGEST_INT64; in sqlite3Atoi64()
698 assert( u<=LARGEST_INT64 ); in sqlite3Atoi64()
705 assert( u<=LARGEST_INT64 ); in sqlite3Atoi64()
715 assert( u-1==LARGEST_INT64 ); in sqlite3Atoi64()
1353 testcase( iA>0 && LARGEST_INT64 - iA == iB ); in sqlite3AddInt64()
1386 if( iA>LARGEST_INT64/iB ) return 1; in sqlite3MulInt64()
1394 if( -iA>LARGEST_INT64/-iB ) return 1; in sqlite3MulInt64()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dutil.c363 while( s<(LARGEST_INT64/10) && e>0 ) e--,s*=10; in sqlite3AtoF()
483 if( u>LARGEST_INT64 ){ in sqlite3Atoi64()
499 assert( u<=LARGEST_INT64 ); in sqlite3Atoi64()
506 assert( u<=LARGEST_INT64 ); in sqlite3Atoi64()
514 assert( u-1==LARGEST_INT64 ); in sqlite3Atoi64()
1095 testcase( iA>0 && LARGEST_INT64 - iA == iB ); in sqlite3AddInt64()
1096 testcase( iA>0 && LARGEST_INT64 - iA == iB - 1 ); in sqlite3AddInt64()
1097 if( iA>0 && LARGEST_INT64 - iA < iB ) return 1; in sqlite3AddInt64()
1100 testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 1 ); in sqlite3AddInt64()
1101 testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 2 ); in sqlite3AddInt64()
[all …]
H A Dvdbemem.c332 static const i64 maxInt = LARGEST_INT64; in doubleToInt64()
429 && ALWAYS(pMem->u.i<LARGEST_INT64) ){ in sqlite3VdbeIntegerAffinity()
1083 pVal->r = (double)LARGEST_INT64; in sqlite3ValueFromExpr()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dutil.c465 if( s>=((LARGEST_INT64-9)/10) ){ in sqlite3AtoF()
480 if( s<((LARGEST_INT64-9)/10) ){ in sqlite3AtoF()
718 if( u>LARGEST_INT64 ){ in sqlite3Atoi64()
723 *pNum = neg ? SMALLEST_INT64 : LARGEST_INT64; in sqlite3Atoi64()
746 assert( u<=LARGEST_INT64 ); in sqlite3Atoi64()
753 assert( u<=LARGEST_INT64 ); in sqlite3Atoi64()
763 assert( u-1==LARGEST_INT64 ); in sqlite3Atoi64()
1418 testcase( iA>0 && LARGEST_INT64 - iA == iB ); in sqlite3AddInt64()
1451 if( iA>LARGEST_INT64/iB ) return 1; in sqlite3MulInt64()
1459 if( -iA>LARGEST_INT64/-iB ) return 1; in sqlite3MulInt64()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dutil.c455 if( s>=((LARGEST_INT64-9)/10) ){ in sqlite3AtoF()
470 if( s<((LARGEST_INT64-9)/10) ){ in sqlite3AtoF()
708 if( u>LARGEST_INT64 ){ in sqlite3Atoi64()
713 *pNum = neg ? SMALLEST_INT64 : LARGEST_INT64; in sqlite3Atoi64()
736 assert( u<=LARGEST_INT64 ); in sqlite3Atoi64()
743 assert( u<=LARGEST_INT64 ); in sqlite3Atoi64()
753 assert( u-1==LARGEST_INT64 ); in sqlite3Atoi64()
1408 testcase( iA>0 && LARGEST_INT64 - iA == iB ); in sqlite3AddInt64()
1441 if( iA>LARGEST_INT64/iB ) return 1; in sqlite3MulInt64()
1449 if( -iA>LARGEST_INT64/-iB ) return 1; in sqlite3MulInt64()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3Int.h199 #define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32)) macro
200 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h199 #define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32)) macro
200 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h199 #define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32)) macro
200 #define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64)
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5Int.h47 # define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32)) macro
48 # define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64)
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5Int.h47 # define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32)) macro
48 # define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5Int.h47 # define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32)) macro
48 # define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5Int.h47 # define LARGEST_INT64 (0xffffffff|(((i64)0x7fffffff)<<32)) macro
48 # define SMALLEST_INT64 (((i64)-1) - LARGEST_INT64)

12345678910