Searched refs:ffactor (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/lib/libc/db/test/
H A Drun.test626 for ffactor in 11 14 21; do
627 echo " bucketsize $bsize, fill factor $ffactor"
629 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
634 bsize=$bsize ffactor=$ffactor nelem=25000 cachesize=65536 failed"
639 for ffactor in 21 28 43; do
640 echo " bucketsize $bsize, fill factor $ffactor"
642 -ibsize=$bsize,ffactor=$ffactor,nele
[all...]
H A Ddbtest.c627 if (!strcmp("ffactor", s)) {
628 ih.ffactor = atoi(eq);
/freebsd-10-stable/lib/libc/db/test/hash.tests/
H A Ddriver2.c72 info.ffactor = 5;
H A Dtcreat3.c69 ctl.ffactor = atoi(*argv++);
H A Dtread2.c72 ctl.ffactor = 1;
H A Dtverify.c73 ctl.ffactor = 1;
H A Dtdel.c71 ctl.ffactor = atoi(*argv++);
H A Dthash4.c73 ctl.ffactor = atoi(*argv++);
/freebsd-10-stable/lib/libc/db/hash/
H A Dhash.h78 u_int32_t ffactor; /* Fill factor */ member in struct:hashhdr
280 #define FFACTOR hdr.ffactor
H A Dndbm.c67 info.ffactor = 40;
H A Dhash.c310 if (info->ffactor)
311 hashp->FFACTOR = info->ffactor;
929 P_32_COPY(srcp->ffactor, destp->ffactor);
960 M_32_SWAP(hdrp->ffactor);
/freebsd-10-stable/include/
H A Ddb.h133 unsigned int ffactor; /* fill factor */ member in struct:__anon5560
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c72 hi.ffactor = 128;
H A Dt_db.sh821 ffactor=$2
823 echo "bucketsize $bsize, fill factor $ffactor"
825 ffactor=$ffactor,nelem=25000,cachesize=65536" hash in
H A Dh_db.c674 if (!strcmp("ffactor", s)) {
675 ih.ffactor = atoi(eq);
/freebsd-10-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c73 .ffactor = 4,

Completed in 79 milliseconds