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

/netbsd-current/lib/libc/db/hash/
H A Dndbm.c69 info.ffactor = 40;
H A Dhash.h83 int32_t ffactor; /* Fill factor */ member in struct:hashhdr
290 #define FFACTOR hdr.ffactor
H A Dhash.c314 if (info->ffactor)
315 hashp->FFACTOR = info->ffactor;
966 P_32_COPY(srcp->ffactor, destp->ffactor);
997 M_32_SWAP(hdrp->ffactor);
/netbsd-current/usr.sbin/services_mkdb/
H A Duniq.c47 .ffactor = 4,
H A Doutput_db.c60 .ffactor = 4,
/netbsd-current/include/
H A Ddb.h151 unsigned int ffactor; /* fill factor */ member in struct:__anon16253
/netbsd-current/tests/lib/libc/db/
H A Dh_lfsr.c72 hi.ffactor = 128;
H A Dt_db.sh800 ffactor=$2
802 echo "bucketsize $bsize, fill factor $ffactor"
804 ffactor=$ffactor,nelem=25000,cachesize=65536" hash in
H A Dh_db.c658 if (!strcmp("ffactor", s)) {
659 ih.ffactor = atoi(eq);

Completed in 255 milliseconds