Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 25 of 26) sorted by relevance

12

/sqlite-3.40.0/src/
H A Dtest_md5.c60 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 Dsqlite.h.in582 ** 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 Dshell.c.in603 ** lower 30 bits of a 32-bit signed integer.
/sqlite-3.40.0/test/
H A Dfts1b.test27 # 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 Dfts3ab.test27 # 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 Dfts2b.test27 # 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 Dthreadtest3.c146 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 Dbitvec.test72 # clear all the bits. This will stress the clearing mechanism.
122 # Test setting and clearing a random subset of bits.
H A Datof1.test48 # function preserve the bits of the numeric value exactly.
H A Dtkt3457.test70 # permission bits on us
H A Dbestindex4.test38 # $param also supports the following bits:
H A Dfuzz3.test70 # 8 bits of iMod determine the new byte value. The offset of the byte
H A Dzipfile.test47 # NOTE: Set or unset the write bits of the file permissions
284 set modes -rw-r--r--; # no execute bits on Win32
H A Ddate.test442 # raw bits using the hexio interface.
H A Dwal.test1086 # 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 Dgencol1.test454 # will add bits of content to the expression tree that might be allocated
H A Dselect1.test343 # SELECT f1 FROM test1 ORDER BY 4294967296; -- constant larger than 32 bits
H A Dfts1porter.test2112 bits bit
/sqlite-3.40.0/ext/fts3/unicode/
H A Dmkunicode.tcl185 ** 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 Dfts5unicode.test60 # require 17 or more bits to store).
/sqlite-3.40.0/
H A Dsqlite_cfg.h.in138 /* Number of bits in a file offset, on hosts where this is settable. */
H A Dconfig.guess675 long bits = sysconf(_SC_KERNEL_BITS);
685 switch (bits)
/sqlite-3.40.0/doc/
H A Dpager-invariants.txt66 (10) The pattern of bits in bytes 24 through 39 shall not repeat in less
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m42657 ## 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 Djaccwabyt.md483 If true, the WASM bits this code is used with must have been

12