Searched refs:leaf (Results 1 - 19 of 19) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.cpp70 The leaf strings are allocated in an arena, because we assume they're not
270 CategoryLeaf* leaf = local
274 if (leaf) {
276 if (!aReplace && (leaf->nonpValue || (aPersist && leaf->pValue )))
283 leaf = mTable.PutEntry(arenaEntryName);
284 if (!leaf)
294 leaf->nonpValue = arenaValue;
296 leaf->pValue = arenaValue;
318 CategoryLeaf* leaf local
[all...]
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCPatchHlp.asm47 ; Save the registers we use for passthru and sub-leaf matching (eax is not used).
59 ; Perform a binary search looking for leaf with the EAX value.
81 ; The leaf is before ebx.
88 ; The leaf is at or after ebx.
97 ; We've to a matching leaf, does the sub-leaf match too?
110 mov edx, [ss:edi + VM.cpum + CPUM.GuestInfo + CPUMINFO.paCpuIdLeavesRC] ; edx = first leaf
113 cmp ebx, edx ; Is there a leaf before the current?
116 jne cpuid_subleaf_not_found ; If the leaf before us does not have the same leaf numbe
[all...]
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp563 nsEmbedCString leaf; local
564 NS_CStringSetData(leaf, pGREDir);
565 rv = NS_NewNativeLocalFile(leaf, PR_TRUE, getter_AddRefs(tempLocal));
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp503 const char* leaf = (const char*) _mbsrchr((const unsigned char*) temp, '\\'); local
506 if (leaf == nsnull)
507 leaf = temp;
509 leaf++;
511 aLeafName.Assign(leaf);
696 GetNativeLeafName(allocatedNewName);// this should be the leaf name of the
1198 const char* leaf = (const char*) _mbsrchr((const unsigned char*) path.get(), '\\'); local
1200 if ( (strstr(leaf, ".bat") != nsnull) ||
1201 (strstr(leaf, ".exe") != nsnull) ||
1202 (strstr(leaf, "
[all...]
H A DnsLocalFileWin.cpp930 const char* leaf = (const char*) _mbsrchr((const unsigned char*) temp, '\\'); local
933 if (leaf == nsnull)
934 leaf = temp;
936 leaf++;
938 aLeafName.Assign(leaf);
1177 const char* leaf = (const char*) _mbsrchr((const unsigned char*) temp.get(), '\\'); local
1178 if (leaf[0] == '\\')
1179 leaf++;
1180 allocatedNewName = leaf;
1184 GetNativeLeafName(allocatedNewName);// this should be the leaf nam
[all...]
H A DnsLocalFileMac.cpp751 // If this was the leaf node, then we are done.
1441 const char* leaf = strrchr(temp, ':'); local
1444 if (leaf == nsnull)
1445 leaf = temp;
1447 leaf++;
1449 aLeafName = leaf;
1453 // We don't have an appended path so grab the leaf name from the FSSpec
1490 { // Lop off the end of the appended path and replace it with the new leaf name
2995 // Get the leaf name of the file and turn it into a string HFS can use.
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dtulip.c810 struct medialeaf *leaf = &mtable->mleaf[i];
813 leaf->type = 0;
814 leaf->media = p[0] & 0x3f;
815 leaf->leafdata = p;
820 switch(leaf->type = p[1]) {
823 leaf->media = p[2] & 0x0f;
827 leaf->media = 11;
839 leaf->media = p[2] & MEDIA_MASK;
840 switch (leaf->media) {
849 leaf
804 struct medialeaf *leaf = &mtable->mleaf[i]; local
[all...]
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Ddetails.css118 tr.tmtbl-events-leaf {
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecMac.cpp263 // * partial path, and not just a leaf name. The '.' test is there because
385 // If this was the leaf node, then we are done.
740 // In leaf name can actually be a partial path...
743 NS_ASSERTION(inLeafName, "Attempt to set leaf name with a null string");
765 char leaf[sizeof(mSpec.name)]; local
766 memcpy(leaf, &mSpec.name[1], mSpec.name[0]);
767 leaf[mSpec.name[0]] = '\0';
768 return nsCRT::strdup(leaf);
887 // are either leaf names (in which the distinction between unix and macintosh
890 // If it is a UNIX path (including just a leaf nam
[all...]
/vbox/src/VBox/Main/xml/
H A DSettings.cpp2317 CpuIdLeaf leaf; local
2319 if (!pelmCpuIdLeaf->getAttributeValue("id", leaf.ulId))
2322 pelmCpuIdLeaf->getAttributeValue("eax", leaf.ulEax);
2323 pelmCpuIdLeaf->getAttributeValue("ebx", leaf.ulEbx);
2324 pelmCpuIdLeaf->getAttributeValue("ecx", leaf.ulEcx);
2325 pelmCpuIdLeaf->getAttributeValue("edx", leaf.ulEdx);
2327 ll.push_back(leaf);
4135 const CpuIdLeaf &leaf = *it; local
4141 pelmCpuIdLeaf->setAttribute("id", leaf.ulId);
4142 pelmCpuIdLeaf->setAttribute("eax", leaf
[all...]
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp2277 return setError(E_INVALIDARG, tr("CpuId override leaf %#x is out of range"), aId);
2337 return setError(E_INVALIDARG, tr("CpuId override leaf %#x is out of range"), aId);
2366 /* Invalidate leaf. */
2385 /* Invalidate leaf. */
2390 return setError(E_INVALIDARG, tr("CpuId override leaf %#x is out of range"), aId);
5111 // 1) first media from machine attachments (these have the "leaf" attachments with snapshots
8827 const settings::CpuIdLeaf &leaf = *it; local
8829 switch (leaf.ulId)
8842 mHWData->mCpuIdStdLeafs[leaf.ulId] = leaf;
[all...]
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h3451 PRUint32 leaf,
H A DVBoxCAPI_v3_2.h3575 PRUint32 leaf,
H A DVBoxCAPI_v4_0.h3785 PRUint32 leaf,
H A DVBoxCAPI_v4_1.h4022 PRUint32 leaf,
H A DVBoxCAPI_v4_2.h4366 PRUint32 leaf,
H A DVBoxCAPI_v4_3.h7739 PRUint32 leaf,
7890 PRUint32 leaf,
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 422 milliseconds