| /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 …]
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/ |
| H A D | run.test | 684 for ffactor in 11 14 21; do 685 echo " bucketsize $bsize, fill factor $ffactor" 687 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\ 692 bsize=$bsize ffactor=$ffactor nelem=25000 cachesize=65536 failed" 697 for ffactor in 21 28 43; do 698 echo " bucketsize $bsize, fill factor $ffactor" 700 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\ 705 bsize=$bsize ffactor=$ffactor nelem=25000 cachesize=65536 failed" 710 for ffactor in 43 57 85; do 711 echo " bucketsize $bsize, fill factor $ffactor" [all …]
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
| H A D | hash.c | 230 "FILL FACTOR ", hashp->hdr.ffactor, in __kdb2_hash_open() 301 hashp->hdr.ffactor = DEF_FFACTOR; in init_hash() 325 if (info->ffactor) in init_hash() 326 hashp->hdr.ffactor = info->ffactor; in init_hash() 354 nelem = (nelem - 1) / hashp->hdr.ffactor + 1; in init_htab() 969 P_32_COPY(srcp->ffactor, destp->ffactor); in swap_header_copy() 997 M_32_SWAP(hdrp->ffactor); in swap_header()
|
| H A D | hash_page.c | 570 hashp->hdr.ffactor || 571 item_info->pgndx > hashp->hdr.ffactor; 575 num_items > hashp->hdr.ffactor ? 1 : do_expand; 650 if (hashp->hdr.ffactor == DEF_FFACTOR) { in __add_ovflpage() 651 hashp->hdr.ffactor = NUM_ENT(pagep) >> 1; in __add_ovflpage() 652 if (hashp->hdr.ffactor < MIN_FFACTOR) in __add_ovflpage() 653 hashp->hdr.ffactor = MIN_FFACTOR; in __add_ovflpage()
|
| H A D | hsearch.c | 59 info.ffactor = 8; in hcreate()
|
| /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 | 331 if (info->ffactor) in init_hash() 332 hashp->FFACTOR = info->ffactor; in init_hash() 956 P_32_COPY(srcp->ffactor, destp->ffactor); in swap_header_copy() 987 M_32_SWAP(hdrp->ffactor); in swap_header()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/ |
| H A D | README | 12 fill factor (ffactor), and 19 fill factor (ffactor), 28 fill factor (ffactor).
|
| H A D | bigtest.c | 19 info.ffactor = 4; in main()
|
| /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/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/ |
| H A D | tcreat3.c | 71 ctl.ffactor = atoi(*argv++);
|
| H A D | tread2.c | 74 ctl.ffactor = 1;
|
| H A D | tverify.c | 75 ctl.ffactor = 1;
|
| H A D | driver2.c | 74 info.ffactor = 5;
|
| H A D | tdel.c | 73 ctl.ffactor = atoi(*argv++);
|
| H A D | thash4.c | 74 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
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/ |
| H A D | spell.ok | 101 ffactor
|
| /freebsd/include/ |
| H A D | db.h | 132 unsigned int ffactor; /* fill factor */ member
|