Searched defs:newLog2 (Results 1 - 1 of 1) sorted by relevance
| /vbox/src/libs/xpcom18a4/xpcom/ds/ | ||
| H A D | pldhash.c | 457 int oldLog2, newLog2; local 473 newLog2 = oldLog2 + deltaLog2; 475 newCapacity = PR_BIT(newLog2); 486 table->hashShift = PL_DHASH_BITS - newLog2; |
Completed in 52 milliseconds