Searched defs:PL_DHASH_MIN_SIZE (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsBaseHashtable.h99 PRBool Init(PRUint32 initSize = PL_DHASH_MIN_SIZE) argument
281 PRBool Init(PRUint32 initSize = PL_DHASH_MIN_SIZE);
H A Dpldhash.h87 #ifndef PL_DHASH_MIN_SIZE
88 #define PL_DHASH_MIN_SIZE 16 macro
89 #elif (PL_DHASH_MIN_SIZE & (PL_DHASH_MIN_SIZE - 1)) != 0
90 #error "PL_DHASH_MIN_SIZE must be a power of two!"
202 * PL_DHASH_MIN_SIZE).
452 * only to avoid inevitable early growth from PL_DHASH_MIN_SIZE).
460 * maxAlpha must be in [0.5, 0.9375] for the default PL_DHASH_MIN_SIZE; or if
461 * MinSize=PL_DHASH_MIN_SIZE <= 256, in [0.5, (float)(MinSize-1)/MinSize]; or
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.h147 PRBool Init(PRUint32 initSize = PL_DHASH_MIN_SIZE) { argument

Completed in 67 milliseconds