Home
last modified time | relevance | path

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

12345678910>>...25

/dports/lang/micropython/berkeley-db-1.xx-35aaec4/test/
H A Drun.test626 for ffactor in 11 14 21; do
629 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
639 for ffactor in 21 28 43; do
642 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
652 for ffactor in 43 57 85; do
655 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
665 for ffactor in 85 114 171; do
668 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
678 for ffactor in 171 228 341; do
681 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/plugins/kdb/db2/libdb2/test/
H A Drun.test684 for ffactor in 11 14 21; do
687 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
697 for ffactor in 21 28 43; do
700 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
710 for ffactor in 43 57 85; do
713 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
723 for ffactor in 85 114 171; do
726 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
736 for ffactor in 171 228 341; do
739 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
[all …]
/dports/security/krb5/krb5-1.19.2/src/plugins/kdb/db2/libdb2/test/
H A Drun.test684 for ffactor in 11 14 21; do
687 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
697 for ffactor in 21 28 43; do
700 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
710 for ffactor in 43 57 85; do
713 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
723 for ffactor in 85 114 171; do
726 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
736 for ffactor in 171 228 341; do
739 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Index/
H A DAbstract.pm139 my( $filename, $write_flag, $dbm_package, $cachesize, $ffactor, $pathtype ) =
151 $self->ffactor($ffactor) if $ffactor;
341 sub ffactor { subroutine
391 my $ffactor = $self->ffactor();
395 if ($ffactor){
396 $hash_inf->{'ffactor'} = $ffactor;
/dports/sysutils/ftwin/ftwin-3355fd9/src/
H A Dnapr_hash.c79 apr_size_t ffactor; member
87 extern napr_hash_t *napr_hash_str_make(apr_pool_t *pool, apr_size_t nel, apr_size_t ffactor) in napr_hash_str_make() argument
89 return napr_hash_make(pool, nel, ffactor, str_get_key, str_get_key_len, str_key_cmp, str_hash); in napr_hash_str_make()
92 extern napr_hash_t *napr_hash_make(apr_pool_t *pool, apr_size_t nel, apr_size_t ffactor, get_key_ca… in napr_hash_make() argument
109 result->ffactor = ffactor; in napr_hash_make()
168 …napr_hash_make(hash->pool, hashsize(hash->power + 1), hash->ffactor, hash->get_key, hash->get_key_… in napr_hash_rebuild()
242 hash->table[bucket] = (void **) apr_pcalloc(hash->own_pool, hash->ffactor * sizeof(void *)); in napr_hash_set()
249 if (hash->ffactor <= hash->filling_table[bucket]) { in napr_hash_set()
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DHashDatabaseConfig.cs95 private uint ffactor; field in BerkeleyDB.HashDatabaseConfig
116 get { return ffactor; }
119 ffactor = value;
/dports/databases/postgresql11-client/postgresql-11.14/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql10-client/postgresql-10.19/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; in __anonbefce40c0102()
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor;
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql10-server/postgresql-10.19/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql12-client/postgresql-12.9/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor;
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor;
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql11-server/postgresql-11.14/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql12-server/postgresql-12.9/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/access/
H A Dhash_xlog.h63 uint16 ffactor; member
65 #define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
233 uint16 ffactor; member
237 (offsetof(xl_hash_init_meta_page, ffactor) + sizeof(uint16))

12345678910>>...25