Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/unicode/
H A Dmkunicode.tcl85 unsigned int key = (((unsigned int)c)<<3) | 0x00000007;
181 /* Each unsigned integer in the following array corresponds to a contiguous
240 if( (unsigned int)c<128 ){
241 return ( (aAscii[c >> 5] & ((unsigned int)1 << (c & 0x001F)))==0 );
242 }else if( (unsigned int)c<(1<<22) ){
243 unsigned int key = (((unsigned int)c)<<10) | 0x000003FF;
258 return (((unsigned int)c) >= ((aEntry[iRes]>>10) + (aEntry[iRes]&0x3FF)));
501 assert( sizeof(unsigned short)==2 && sizeof(unsigned char)==1 );
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js325 target.heapForSize = function(n,unsigned = false){ argument
333 case 8: return unsigned ? c.HEAP8U : c.HEAP8;
334 case 16: return unsigned ? c.HEAP16U : c.HEAP16;
335 case 32: return unsigned ? c.HEAP32U : c.HEAP32;
337 if(c.HEAP64) return unsigned ? c.HEAP64U : c.HEAP64;
/sqlite-3.40.0/src/
H A Dshell.c.in19 typedef unsigned int u32;
105 typedef unsigned char u8;
1534 unsigned char *aBlob = (unsigned char*)pBlob;
1565 unsigned i = 0;
1680 unsigned int c;
1711 unsigned int c;
1810 unsigned i;
5913 static unsigned int get2byteInt(unsigned char *a){
5916 static unsigned int get4byteInt(unsigned char *a){
10457 unsigned int opt = (unsigned int)strtol(azArg[2], 0, 0);
[all …]
H A Dsqlite.h.in299 typedef unsigned __int64 sqlite_uint64;
302 typedef unsigned long long int sqlite_uint64;
3342 unsigned uMask,
6556 ** &nbsp; unsigned int nDbPage,
6557 ** &nbsp; unsigned int nFreePage,
6558 ** &nbsp; unsigned int nBytePerPage
6566 unsigned int(*)(void*,const char*,unsigned int,unsigned int,unsigned int),
8824 unsigned oldKey, unsigned newKey);
8845 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
10161 unsigned char hidden[48];
[all …]
/sqlite-3.40.0/test/
H A Dfunc.test1114 # 2021-06-15 - infinite loop due to unsigned character counter
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md336 special use of unsigned numbers). A capital `P` changes the semantics