Home
last modified time | relevance | path

Searched refs:mult (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_kv.c407 int mult = 1; in kvvfsDecode() local
411 n += (c - 'a')*mult; in kvvfsDecode()
412 mult *= 26; in kvvfsDecode()
448 int c, i, mult; in kvvfsDecodeJournal() local
450 mult = 1; in kvvfsDecodeJournal()
452 n += (zTxt[i] - 'a')*mult; in kvvfsDecodeJournal()
453 mult *= 26; in kvvfsDecodeJournal()
H A Dtest3.c438 u32 start, mult, count, incr; in btree_varint_test() local
448 if( Tcl_GetInt(interp, argv[2], (int*)&mult) ) return TCL_ERROR; in btree_varint_test()
452 in *= mult; in btree_varint_test()
/sqlite-3.40.0/test/
H A Dvarint.test24 foreach mult {1 0x10 0x100 0x1000 0x10000 0x100000 0x1000000 0x10000000} {
28 btree_varint_test $start $mult 5000 $incr
H A Dfts3b.test56 # we need to merge a mult-level tree, which is where the 10,000 comes