Searched refs:shift (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/ext/wasm/ |
| H A D | demo-worker1.js | 61 shift: function(){ method 62 return this.queue.shift(); 309 const f = MsgHandlerQueue.shift();
|
| H A D | batch-runner.js | 164 let x = sqls.shift(); 165 while(sqls.length && !x) x = sqls.shift();
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3.c | 349 #define GETVARINT_STEP(v, ptr, shift, mask1, mask2, var, ret) \ argument 350 v = (v & mask1) | ( (*(const unsigned char*)(ptr++)) << shift ); \ 352 #define GETVARINT_INIT(v, ptr, shift, mask1, mask2, var, ret) \ argument 361 int shift; in sqlite3Fts3GetVarintU() local 369 for(shift=28; shift<=63; shift+=7){ in sqlite3Fts3GetVarintU() 371 b += (c&0x7F) << shift; in sqlite3Fts3GetVarintU() 402 int shift; in sqlite3Fts3GetVarintBounded() local 403 for(shift=0; shift<=63; shift+=7){ in sqlite3Fts3GetVarintBounded() 406 b += (c&0x7F) << shift; in sqlite3Fts3GetVarintBounded()
|
| /sqlite-3.40.0/test/ |
| H A D | fts3ac.test | 158 INSERT INTO email([from],[to],subject,body) VALUES('[email protected]', 'shift.dl-portland@enro…
|
| H A D | fts2c.test | 158 INSERT INTO email([from],[to],subject,body) VALUES('[email protected]', 'shift.dl-portland@enro…
|
| H A D | fts1c.test | 158 INSERT INTO email([from],[to],subject,body) VALUES('[email protected]', 'shift.dl-portland@enro…
|
| H A D | fts1porter.test | 18358 shift shift 18359 shifted shift 18360 shifting shift 18361 shifts shift
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 9187 shift shift shifted shift 9188 shifting shift shifts shift
|
| /sqlite-3.40.0/ |
| H A D | aclocal.m4 | 633 shift 1078 shift 1092 shift
|