Searched refs:mult (Results 1 – 4 of 4) sorted by relevance
407 int mult = 1; in kvvfsDecode() local411 n += (c - 'a')*mult; in kvvfsDecode()412 mult *= 26; in kvvfsDecode()448 int c, i, mult; in kvvfsDecodeJournal() local450 mult = 1; in kvvfsDecodeJournal()452 n += (zTxt[i] - 'a')*mult; in kvvfsDecodeJournal()453 mult *= 26; in kvvfsDecodeJournal()
438 u32 start, mult, count, incr; in btree_varint_test() local448 if( Tcl_GetInt(interp, argv[2], (int*)&mult) ) return TCL_ERROR; in btree_varint_test()452 in *= mult; in btree_varint_test()
24 foreach mult {1 0x10 0x100 0x1000 0x10000 0x100000 0x1000000 0x10000000} {28 btree_varint_test $start $mult 5000 $incr
56 # we need to merge a mult-level tree, which is where the 10,000 comes