Searched defs:entrySize (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/libs/xpcom18a4/xpcom/ds/ |
| H A D | pldhash.c | 136 memcpy(to, from, table->entrySize); 142 memset(entry, 0, table->entrySize); 155 memset(entry, 0, table->entrySize); 182 PL_NewDHashTable(const PLDHashTableOps *ops, void *data, PRUint32 entrySize, argument 194 if (!PL_DHashTableInit(table, ops, data, entrySize, capacity)) { 218 PRUint32 entrySize, PRUint32 capacity) 224 if (entrySize > 10 * sizeof(void *)) { 226 "pldhash: for the table at address %p, the given entrySize" 229 (unsigned long) entrySize, 230 (entrySize > 1 344 PRUint32 entrySize; local 460 PRUint32 entrySize, i, nbytes; local 646 PRUint32 i, capacity, entrySize; local 723 PRUint32 entrySize, entryCount; local [all...] |
| H A D | pldhash.h | 221 PRUint32 entrySize; /* number of bytes in an entry */ member in struct:PLDHashTable 438 PL_NewDHashTable(const PLDHashTableOps *ops, void *data, PRUint32 entrySize, 449 * Initialize table with ops, data, entrySize, and capacity. Capacity is a 456 PRUint32 entrySize, PRUint32 capacity); 477 ((float)((table)->entrySize / sizeof(void *) - 1) \ 478 / ((table)->entrySize / sizeof(void *) + (k)))
|
Completed in 44 milliseconds