multiplier        282 lib/tdb/common/freelist.c 	float multiplier = 1.0;
multiplier        330 lib/tdb/common/freelist.c 		    bestfit.rec_len < length * multiplier) {
multiplier        338 lib/tdb/common/freelist.c 		multiplier *= 1.05;
multiplier        355 source3/smbd/mangle_hash2.c 	unsigned int hash, multiplier;
multiplier        370 source3/smbd/mangle_hash2.c 	for (multiplier=36, i=5;i>=mangle_prefix;i--) {
multiplier        372 source3/smbd/mangle_hash2.c 		hash += multiplier * v;
multiplier        373 source3/smbd/mangle_hash2.c 		multiplier *= 36;
multiplier        321 source4/ntvfs/posix/pvfs_shortname.c 	uint32_t hash, multiplier;
multiplier        334 source4/ntvfs/posix/pvfs_shortname.c 	for (multiplier=36, i=5;i>=ctx->mangle_prefix;i--) {
multiplier        336 source4/ntvfs/posix/pvfs_shortname.c 		hash += multiplier * v;
multiplier        337 source4/ntvfs/posix/pvfs_shortname.c 		multiplier *= 36;