Searched refs:bucket (Results 1 - 18 of 18) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsFixedSizeAllocator.cpp56 Bucket* bucket = NS_STATIC_CAST(Bucket*, p);
57 bucket->mSize = aSize;
58 bucket->mFirst = nsnull;
59 bucket->mNext = mBuckets;
61 mBuckets = bucket;
62 return bucket;
94 Bucket* bucket; local
96 while ((bucket = *link) != nsnull) {
97 if (aSize == bucket->mSize) {
100 *link = bucket
114 Bucket* bucket = FindBucket(aSize); local
144 Bucket* bucket = FindBucket(aSize); local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dhash.h37 int bucket; member in struct:_HashIterator
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dhash.h37 int bucket; member in struct:_HashIterator
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c107 * from being freed. A provider is looked up by taking the bucket lock for the
121 * bucket lock before provider lock
274 fasttrap_bucket_t *bucket; local
296 bucket = &fasttrap_provs.fth_table[i];
297 mutex_enter(&bucket->ftb_mtx);
298 fpp = (fasttrap_provider_t **)&bucket->ftb_data;
348 mutex_exit(&bucket->ftb_mtx);
431 fasttrap_bucket_t *bucket = &fasttrap_tpoints.fth_table[i]; local
433 mutex_enter(&bucket->ftb_mtx);
434 for (tp = bucket
493 fasttrap_bucket_t *bucket; local
665 fasttrap_bucket_t *bucket; local
1163 fasttrap_bucket_t *bucket; local
1225 fasttrap_bucket_t *bucket; local
1281 fasttrap_bucket_t *bucket; local
1449 fasttrap_bucket_t *bucket; local
2245 fasttrap_bucket_t *bucket = &fasttrap_provs.fth_table[i]; local
[all...]
H A Ddtrace.c1466 size_t bucket, ksize; local
1546 bucket = hashval % dstate->dtds_hashsize;
1549 volatile uintptr_t *lockp = &hash[bucket].dtdh_lock;
1565 lock = hash[bucket].dtdh_lock;
1569 start = hash[bucket].dtdh_chain;
1640 ASSERT(hash[bucket].dtdh_chain != dvar);
1645 if (dtrace_casptr(&hash[bucket].dtdh_chain,
1663 ASSERT(hash[bucket].dtdh_chain != dvar);
1678 * Finally, unlock this hash bucket.
1680 ASSERT(hash[bucket]
6573 dtrace_hashbucket_t **new_tab, *bucket, *next; local
6603 dtrace_hashbucket_t *bucket = hash->dth_tab[ndx]; local
6642 dtrace_hashbucket_t *bucket = hash->dth_tab[ndx]; local
6657 dtrace_hashbucket_t *bucket = hash->dth_tab[ndx]; local
6671 dtrace_hashbucket_t *bucket = hash->dth_tab[ndx]; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic3.h62 /* Stuff for 'bucket' field: */
63 QString bucket() const;
97 Q_PROPERTY(QString bucket READ bucket WRITE setBucket);
H A DUIWizardExportAppPageExpert.h45 Q_PROPERTY(QString bucket READ bucket WRITE setBucket);
H A DUIWizardExportAppPageBasic3.cpp173 QString UIWizardExportAppPage3::bucket() const function in class:UIWizardExportAppPage3
289 registerField("bucket", this, "bucket");
391 "and the bucket, and provide a filename for the OVF target."));
398 "hostname and the bucket, and provide a filename for the OVF target."));
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A DOpenHashTable.h278 // add the bucket to the list
282 // element in the bucket
453 ValueType* bucket = fTable[i]; local
454 while (bucket)
456 ValueType* next = _Link(bucket);
457 _Insert(newTable, newSize, bucket);
458 bucket = next;
474 ValueType*& _Link(ValueType* bucket) const
476 return fDefinition.GetLink(bucket);
483 ValueType* bucket local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsStackFrameUnix.cpp157 static struct bucket * newbucket ( void * pc );
187 struct bucket { struct
190 struct bucket * next;
230 static struct bucket table[2048];
232 struct bucket * ptr;
306 static struct bucket *
309 struct bucket * ptr = (struct bucket *) malloc(sizeof (*ptr));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java208 Distribution.Bucket bucket;
220 bucket = new Distribution.Bucket(-1, -1, n++);
221 buckets.add(bucket);
222 bucket = new Distribution.Bucket(0, 0, n++);
223 buckets.add(bucket);
224 bucket = new Distribution.Bucket(1, 1, n++);
225 buckets.add(bucket);
238 bucket = new Distribution.Bucket(lowerBound, upperBound, n++);
239 buckets.add(bucket);
250 Distribution.Bucket bucket;
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_xdr.c147 XPTHashRecord *bucket; local
152 bucket = XPT_NEW(table->arena, XPTHashRecord);
153 bucket->key = key;
154 bucket->value = value;
155 bucket->next = NULL;
156 *bucketloc = bucket;
162 XPTHashRecord *bucket = table->buckets[(PRUint32)(uintptr_t)key % XPT_HASHSIZE]; local
163 while (bucket != NULL) {
164 if (bucket->key == key)
165 return bucket
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c297 #define WXS_BUCKET(ctx) WXS_CONSTRUCTOR((ctx))->bucket
387 xmlSchemaBucketPtr bucket; member in struct:_xmlSchemaSchemaRelation
463 /* The owning main or import schema bucket. */
572 xmlSchemaBucketPtr mainBucket; /* The main schema bucket */
576 xmlSchemaBucketPtr bucket; /* The current schema bucket */ member in struct:_xmlSchemaConstructionCtxt
3495 xmlSchemaBucketFree(xmlSchemaBucketPtr bucket) argument
3497 if (bucket == NULL)
3499 if (bucket->globals != NULL) {
3500 xmlSchemaComponentListFree(bucket
5014 xmlSchemaFindRedefCompInGraph(xmlSchemaBucketPtr bucket, xmlSchemaTypeType type, const xmlChar *name, const xmlChar *nsName) argument
10078 xmlSchemaParseNewDocWithContext(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlSchemaBucketPtr bucket) argument
10147 xmlSchemaParseNewDoc(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlSchemaBucketPtr bucket) argument
10204 xmlSchemaSchemaRelationAddChild(xmlSchemaBucketPtr bucket, xmlSchemaSchemaRelationPtr rel) argument
10265 xmlSchemaAddSchemaDoc(xmlSchemaParserCtxtPtr pctxt, int type, const xmlChar *schemaLocation, xmlDocPtr schemaDoc, const char *schemaBuffer, int schemaBufferLen, xmlNodePtr invokingNode, const xmlChar *sourceTargetNamespace, const xmlChar *importNamespace, xmlSchemaBucketPtr *bucket) argument
10685 xmlSchemaBucketPtr bucket = NULL; local
10929 xmlSchemaBucketPtr bucket = NULL; local
20601 xmlSchemaAddComponents(xmlSchemaParserCtxtPtr pctxt, xmlSchemaBucketPtr bucket) argument
21196 xmlSchemaBucketPtr bucket = NULL; local
21499 xmlSchemaBucketPtr bucket = NULL; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java297 long v; // bucket frequency (value)
298 long b; // lower bound of bucket range
303 Distribution.Bucket bucket;
304 int b1 = 0; // first displayed bucket
305 int b2 = d.size() - 1; // last displayed bucket
307 // If possible, get one bucket before the first non-zero
308 // bucket and one bucket after the last.
336 bucket = d.get(i);
337 v = bucket
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfasttrap_isa.c663 fasttrap_bucket_t *bucket; local
669 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
671 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) {
883 fasttrap_bucket_t *bucket; local
926 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
931 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) {
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp1231 /* Extract the bucket */
1233 Utf8Str bucket; local
1234 i_parseBucket(tmpPath, bucket);
1259 vrc = RTS3GetKey(hS3, bucket.c_str(), pszFilename, strTmpOvf.c_str());
1842 /* Extract the bucket */
1844 Utf8Str bucket; local
1845 i_parseBucket(tmpPath, bucket);
1900 vrc = RTS3GetKey(hS3, bucket.c_str(), pszFilename, strSrcFile.c_str());
1933 vrc = RTS3GetKey(hS3, bucket.c_str(), pszFilename, strManifestFile.c_str());
H A DApplianceImplExport.cpp2401 /* Extract the bucket */
2403 Utf8Str bucket; local
2404 i_parseBucket(tmpPath, bucket);
2491 vrc = RTS3PutKey(hS3, bucket.c_str(), pszFilename, s.first.c_str());
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 100 milliseconds