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

/openbsd-current/regress/lib/libc/db/
H A Drun.test628 for ffactor in 11 14 21; do
629 echo " bucketsize $bsize, fill factor $ffactor"
631 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
636 bsize=$bsize ffactor=$ffactor nelem=25000 cachesize=65536 failed"
641 for ffactor in 21 28 43; do
642 echo " bucketsize $bsize, fill factor $ffactor"
644 -ibsize=$bsize,ffactor=$ffactor,nele
[all...]
H A Ddbtest.c622 if (!strcmp("ffactor", s)) {
623 ih.ffactor = atoi(eq);
/openbsd-current/lib/libc/db/hash/
H A Dhash.h79 int32_t ffactor; /* Fill factor */ member in struct:hashhdr
281 #define FFACTOR hdr.ffactor
H A Dndbm.c76 info.ffactor = 40;
H A Dhash.c302 if (info->ffactor)
303 hashp->FFACTOR = info->ffactor;
913 P_32_COPY(srcp->ffactor, destp->ffactor);
944 M_32_SWAP(hdrp->ffactor);
/openbsd-current/include/
H A Ddb.h134 unsigned int ffactor; /* fill factor */ member in struct:__anon7459
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/t/
H A Ddb-hash.t103 ok(2, ! defined $dbh->{ffactor}) ;
112 $dbh->{ffactor} = 9000 ;
113 ok(8, $dbh->{ffactor} == 9000 );
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.xs347 #define db_HA_ffactor hash.ffactor
891 printf (" ffactor = %d\n", hash->db_HA_ffactor) ;
1071 svp = hv_fetch(action, "ffactor", 7, FALSE);
1350 svp = hv_fetch(action, "ffactor", 7, FALSE);
H A DDB_File.pm35 ffactor => 1,
752 C<ffactor>, C<hash>, C<lorder> and C<nelem>.
769 $a->{'ffactor'};

Completed in 90 milliseconds