Home
last modified time | relevance | path

Searched refs:ffactor (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/lib/libc/db/hash/
H A DREADME13 fill factor (ffactor), and
20 fill factor (ffactor),
29 fill factor (ffactor).
H A Dhash.h83 int32_t ffactor; /* Fill factor */ member
290 #define FFACTOR hdr.ffactor
H A Dhash.c314 if (info->ffactor) in init_hash()
315 hashp->FFACTOR = info->ffactor; in init_hash()
966 P_32_COPY(srcp->ffactor, destp->ffactor); in swap_header_copy()
997 M_32_SWAP(hdrp->ffactor); in swap_header()
H A Dndbm.c69 info.ffactor = 40; in dbm_open()
/netbsd-src/tests/lib/libc/db/
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_lfsr.c72 hi.ffactor = 128; in main()
H A Dh_db.c659 ih.ffactor = atoi(eq); in setinfo()
/netbsd-src/usr.sbin/services_mkdb/
H A Duniq.c47 .ffactor = 4,
H A Doutput_db.c60 .ffactor = 4,
/netbsd-src/include/
H A Ddb.h151 unsigned int ffactor; /* fill factor */ member