Searched refs:aBytes (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsIBinaryInputStream.idl88 [array, size_is(aLength), retval] out PRUint8 aBytes);
H A DnsIBinaryOutputStream.idl92 void writeByteArray([array, size_is(aLength)] in PRUint8 aBytes,
H A DnsBinaryStream.cpp243 nsBinaryOutputStream::WriteByteArray(PRUint8 *aBytes, PRUint32 aLength) argument
245 return WriteBytes(NS_REINTERPRET_CAST(char *, aBytes), aLength);
/vbox/src/VBox/Main/include/
H A DMachineDebuggerImpl.h95 std::vector<BYTE> &aBytes);
98 const std::vector<BYTE> &aBytes);
102 std::vector<BYTE> &aBytes);
106 const std::vector<BYTE> &aBytes);
/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp1051 HRESULT MachineDebugger::readPhysicalMemory(LONG64 aAddress, ULONG aSize, std::vector<BYTE> &aBytes) argument
1056 HRESULT MachineDebugger::writePhysicalMemory(LONG64 aAddress, ULONG aSize, const std::vector<BYTE> &aBytes) argument
1061 HRESULT MachineDebugger::readVirtualMemory(ULONG aCpuId, LONG64 aAddress, ULONG aSize, std::vector<BYTE> &aBytes) argument
1066 HRESULT MachineDebugger::writeVirtualMemory(ULONG aCpuId, LONG64 aAddress, ULONG aSize, const std::vector<BYTE> &aBytes) argument
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2167 uint8_t aBytes[64]; local
2172 if (aCiphertextSize > sizeof(aBytes))
2194 RTRandBytes(aBytes, aCiphertextSize - i);
2197 aCiphertext[i] = aBytes[k] ^ m->SettingsCipherKey[j];
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h13547 #define IMachineDebugger_ReadPhysicalMemory(p, aAddress, aSize, aBytes) ((p)->lpVtbl->ReadPhysicalMemory(p, aAddress, aSize, aBytes))
13548 #define IMachineDebugger_WritePhysicalMemory(p, aAddress, aSize, aBytes) ((p)->lpVtbl->WritePhysicalMemory(p, aAddress, aSize, aBytes))
13549 #define IMachineDebugger_ReadVirtualMemory(p, aCpuId, aAddress, aSize, aBytes) ((p)->lpVtbl->ReadVirtualMemory(p, aCpuId, aAddress, aSize, aBytes))
13550 #define IMachineDebugger_WriteVirtualMemory(p, aCpuId, aAddress, aSize, aBytes) ((p)->lpVtbl->WriteVirtualMemory(p, aCpuId, aAddress, aSize, aBytes))

Completed in 854 milliseconds