Searched defs:aNode (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp838 AVLROGCPHYSNODECORE aNode[4]; member in struct:__anon16724
844 s1.aNode[0].Key = 0x00030000;
845 s1.aNode[0].KeyLast = 0x00030fff;
846 s1.aNode[1].Key = 0x000a0000;
847 s1.aNode[1].KeyLast = 0x000bffff;
848 s1.aNode[2].Key = 0xe0000000;
849 s1.aNode[2].KeyLast = 0xe03fffff;
850 s1.aNode[3].Key = 0xfffe0000;
851 s1.aNode[3].KeyLast = 0xfffe0ffe;
852 for (i = 0; i < RT_ELEMENTS(s1.aNode);
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.cpp408 CategoryNode* aNode,
431 CategoryEnumerator::enumfunc_createenumerator(const char* aStr, CategoryNode* aNode, void* userArg) argument
436 if (aNode->Count())
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp380 NS_IMETHODIMP nsLocalFile::Append(const nsAString& aNode) argument
382 return AppendNative(NS_ConvertUTF16toUTF8(aNode));
386 NS_IMETHODIMP nsLocalFile::AppendNative(const nsACString& aNode) argument
392 aNode.BeginReading(start);
393 aNode.EndReading(end);
398 PromiseFlatCString(aNode).get(),
H A DnsLocalFileMac.cpp538 Entry: aNode = initial file name
541 Exit: function result = pointer to truncated name. Will be either aNode or outBuf.
544 const char* NS_TruncNodeName(const char *aNode, char *outBuf) argument
547 if ((nodeLen = strlen(aNode)) > 31)
583 charSize = sTable[aNode[srcPos]] ? 2 : 1;
585 memcpy(outBuf, aNode, srcPos);
590 charSize = sTable[aNode[srcPos]] ? 2 : 1;
592 memcpy(outBuf + destPos, aNode + srcPos, nodeLen - srcPos);
597 return aNode;
1330 nsLocalFile::AppendNative(const nsACString &aNode) argument
[all...]

Completed in 181 milliseconds