| /sqlite-3.40.0/src/ |
| H A D | test_md5.c | 60 uint32 bits[2]; member 186 ctx->bits[0] = 0; in MD5Init() 187 ctx->bits[1] = 0; in MD5Init() 200 t = ctx->bits[0]; in MD5Update() 201 if ((ctx->bits[0] = t + ((uint32)len << 3)) < t) in MD5Update() 202 ctx->bits[1]++; /* Carry from low to high */ in MD5Update() 203 ctx->bits[1] += len >> 29; in MD5Update() 248 count = (ctx->bits[0] >> 3) & 0x3F; in MD5Final() 274 memcpy(ctx->in + 14*4, ctx->bits, 8); in MD5Final()
|
| H A D | sqlite.h.in | 582 ** raised if any of the disallowed bits are passed into sqlite3_open_v2(). 694 ** information need not be flushed. If the lower four bits of the flag 696 ** If the lower four bits equal SQLITE_SYNC_FULL, that means 1344 ** The flags argument to xOpen() includes all bits set in 1349 ** include [SQLITE_OPEN_READONLY]. Other bits in *pOutFlags may be set. 3481 ** [SQLITE_OPEN_READONLY | SQLITE_OPEN_* bits] 3483 ** have silently ignored surplus bits in the flags parameter to 3783 ** flags parameter to xOpen contains one of the bits 5979 ** [sqlite3_context] C to be the value T. Only the lower 8 bits 5981 ** higher order bits are discarded. [all …]
|
| H A D | shell.c.in | 603 ** lower 30 bits of a 32-bit signed integer.
|
| /sqlite-3.40.0/test/ |
| H A D | fts1b.test | 27 # and german. For the i-th row, fill in the names for the bits 94 # describe bits set in the value $i. Only the lower 5 bits are examined. 106 # norm: words for the bits of rowid 107 # plusone: words for the bits of rowid+1 108 # invert: words for the bits of ~rowid
|
| H A D | fts3ab.test | 27 # and german. For the i-th row, fill in the names for the bits 94 # describe bits set in the value $i. Only the lower 5 bits are examined. 106 # norm: words for the bits of rowid 107 # plusone: words for the bits of rowid+1 108 # invert: words for the bits of ~rowid
|
| H A D | fts2b.test | 27 # and german. For the i-th row, fill in the names for the bits 94 # describe bits set in the value $i. Only the lower 5 bits are examined. 106 # norm: words for the bits of rowid 107 # plusone: words for the bits of rowid+1 108 # invert: words for the bits of ~rowid
|
| H A D | threadtest3.c | 146 uint32 bits[2]; member 275 ctx->bits[0] = 0; in MD5Init() 276 ctx->bits[1] = 0; in MD5Init() 289 t = ctx->bits[0]; in MD5Update() 290 if ((ctx->bits[0] = t + ((uint32)len << 3)) < t) in MD5Update() 291 ctx->bits[1]++; /* Carry from low to high */ in MD5Update() 292 ctx->bits[1] += len >> 29; in MD5Update() 337 count = (ctx->bits[0] >> 3) & 0x3F; in MD5Final() 363 ctx->u.in32[14] = ctx->bits[0]; in MD5Final() 364 ctx->u.in32[15] = ctx->bits[1]; in MD5Final()
|
| H A D | bitvec.test | 72 # clear all the bits. This will stress the clearing mechanism. 122 # Test setting and clearing a random subset of bits.
|
| H A D | atof1.test | 48 # function preserve the bits of the numeric value exactly.
|
| H A D | tkt3457.test | 70 # permission bits on us
|
| H A D | bestindex4.test | 38 # $param also supports the following bits:
|
| H A D | fuzz3.test | 70 # 8 bits of iMod determine the new byte value. The offset of the byte
|
| H A D | zipfile.test | 47 # NOTE: Set or unset the write bits of the file permissions 284 set modes -rw-r--r--; # no execute bits on Win32
|
| H A D | date.test | 442 # raw bits using the hexio interface.
|
| H A D | wal.test | 1086 # wal-18.1.* When the first 32-bits of a frame checksum is correct but 1087 # the second 32-bits are false, and
|
| H A D | gencol1.test | 454 # will add bits of content to the expression tree that might be allocated
|
| H A D | select1.test | 343 # SELECT f1 FROM test1 ORDER BY 4294967296; -- constant larger than 32 bits
|
| H A D | fts1porter.test | 2112 bits bit
|
| /sqlite-3.40.0/ext/fts3/unicode/ |
| H A D | mkunicode.tcl | 185 ** The most significant 22 bits in each 32-bit value contain the first 186 ** codepoint in the range. The least significant 10 bits are used to store 387 ** The 7 most significant bits in flags are an index into the aiOff[]
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5unicode.test | 60 # require 17 or more bits to store).
|
| /sqlite-3.40.0/ |
| H A D | sqlite_cfg.h.in | 138 /* Number of bits in a file offset, on hosts where this is settable. */
|
| H A D | config.guess | 675 long bits = sysconf(_SC_KERNEL_BITS); 685 switch (bits)
|
| /sqlite-3.40.0/doc/ |
| H A D | pager-invariants.txt | 66 (10) The pattern of bits in bytes 24 through 39 shall not repeat in less
|
| /sqlite-3.40.0/autoconf/tea/tclconfig/ |
| H A D | tcl.m4 | 2657 ## Here ends the standard Tcl configuration bits and starts the 3047 # Sets up CC var and other standard bits we need to make executables. 3087 # Sets up CC var and other standard bits we need to make executables.
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.md | 483 If true, the WASM bits this code is used with must have been
|