OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxLoadFactor
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/include/
phashtable.h
106
float
maxLoadFactor
;
138
* hashArgs->
maxLoadFactor
<= 0; ESR_OUT_OF_MEMORY if system is out of memory
/external/srec/portable/src/
phashtable.c
60
float
maxLoadFactor
;
82
(args != NULL && args->
maxLoadFactor
<= 0.0))
92
tmp->args.
maxLoadFactor
= PHASH_TABLE_DEFAULT_MAX_LOAD_FACTOR;
121
tmp->threshold = (unsigned int)(tmp->args.capacity * tmp->args.
maxLoadFactor
);
291
table->threshold = (unsigned int)(newCapacity * table->args.
maxLoadFactor
);
Completed in 135 milliseconds