Searched refs:ffactor (Results 1 – 17 of 17) sorted by relevance
/freebsd/lib/libc/db/test/ |
H A D | run.test | 623 for ffactor in 11 14 21; do 624 echo " bucketsize $bsize, fill factor $ffactor" 626 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\ 631 bsize=$bsize ffactor=$ffactor nelem=25000 cachesize=65536 failed" 636 for ffactor in 21 28 43; do 637 echo " bucketsize $bsize, fill factor $ffactor" 639 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\ 644 bsize=$bsize ffactor=$ffactor nelem=25000 cachesize=65536 failed" 649 for ffactor in 43 57 85; do 650 echo " bucketsize $bsize, fill factor $ffactor" [all …]
|
H A D | dbtest.c | 618 ih.ffactor = atoi(eq);
|
/freebsd/lib/libc/db/hash/ |
H A D | README | 11 fill factor (ffactor), and 18 fill factor (ffactor), 27 fill factor (ffactor).
|
H A D | hash.h | 77 u_int32_t ffactor; /* Fill factor */ member 279 #define FFACTOR hdr.ffactor
|
H A D | hash.c | 305 if (info->ffactor) in init_hash() 306 hashp->FFACTOR = info->ffactor; in init_hash() 923 P_32_COPY(srcp->ffactor, destp->ffactor); in swap_header_copy() 954 M_32_SWAP(hdrp->ffactor); in swap_header()
|
H A D | ndbm.c | 61 info.ffactor = 40; in dbm_open()
|
/freebsd/lib/libc/db/test/hash.tests/ |
H A D | tcreat3.c | 59 ctl.ffactor = atoi(*argv++);
|
H A D | tread2.c | 62 ctl.ffactor = 1;
|
H A D | tverify.c | 63 ctl.ffactor = 1;
|
H A D | driver2.c | 62 info.ffactor = 5;
|
H A D | tdel.c | 61 ctl.ffactor = atoi(*argv++);
|
H A D | thash4.c | 63 ctl.ffactor = atoi(*argv++);
|
/freebsd/contrib/netbsd-tests/lib/libc/db/ |
H A D | t_db.sh | 821 ffactor=$2 823 echo "bucketsize $bsize, fill factor $ffactor" 825 ffactor=$ffactor,nelem=25000,cachesize=65536" hash in
|
H A D | h_lfsr.c | 72 hi.ffactor = 128; in main()
|
H A D | h_db.c | 675 ih.ffactor = atoi(eq); in setinfo()
|
/freebsd/include/ |
H A D | db.h | 132 unsigned int ffactor; /* fill factor */ member
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services_mkdb.c | 71 .ffactor = 4,
|