Searched defs:buckets (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplhash.h106 PLHashEntry **buckets; /* vector of hash buckets */ member in struct:PLHashTable
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhash.c40 CRHashNode *buckets[CR_NUM_BUCKETS]; member in struct:CRHashTable
381 hash->buckets[i] = NULL;
408 entry = hash->buckets[i];
456 entry = hash->buckets[i];
496 node->next = h->buckets[crHash( key )];
497 h->buckets[ crHash( key ) ] = node;
560 for ( temp = h->buckets[index]; temp; temp = temp->next )
571 h->buckets[index] = temp->next;
602 for ( temp = h->buckets[index]; temp; temp = temp->next )
625 for ( temp = h->buckets[inde
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_xdr.c115 XPTHashRecord *buckets[XPT_HASHSIZE]; member in struct:XPTHashTable
139 trimrecord(table->arena, table->buckets[i]);
145 XPTHashRecord **bucketloc = table->buckets +
162 XPTHashRecord *bucket = table->buckets[(PRUint32)(uintptr_t)key % XPT_HASHSIZE];
/vbox/src/VBox/Debugger/
H A DDBGPlugInSolaris.cpp196 uint32_t buckets; /**< 74 */ member in struct:SOL32_module
247 uint64_t buckets; /**< c0 */ member in struct:SOL64_module
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c205 * Macros for schema buckets.
292 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
574 xmlSchemaItemListPtr buckets; /* List of schema buckets. */ member in struct:_xmlSchemaConstructionCtxt
3565 * For each following import buckets an xmlSchema will be created.
3651 * Add to list of all buckets; this is used for lookup
3654 if (xmlSchemaItemListAdd(WXS_CONSTRUCTOR(pctxt)->buckets, ret) == -1)
4101 * the schema buckets.
4131 /* Never free the doc here, since this will be done by the buckets
[all...]

Completed in 149 milliseconds