Home
last modified time | relevance | path

Searched refs:SetBytes (Results 1 – 18 of 18) sorted by relevance

/external/lldb/include/lldb/Core/
DValue.h76 SetBytes(vector.bytes, vector.length, vector.byte_order);
87 SetBytes(const void *bytes, size_t length, lldb::ByteOrder byte_order) in SetBytes() function
221 return m_vector.SetBytes(bytes, length, byte_order); in SetVectorBytes()
DUUID.h56 SetBytes (const void *uuid_bytes, uint32_t num_uuid_bytes = 16);
DRegisterValue.h114 SetBytes (bytes, length, byte_order); in RegisterValue()
336 SetBytes (const void *bytes, size_t length, lldb::ByteOrder byte_order);
DEvent.h89 SetBytes (const void *src, size_t src_len);
/external/lldb/source/Core/
DEvent.cpp120 SetBytes (src, src_len); in EventDataBytes()
171 EventDataBytes::SetBytes (const void *src, size_t src_len) in SetBytes() function in EventDataBytes
DUUID.cpp38 SetBytes (uuid_bytes, num_uuid_bytes); in UUID()
109 UUID::SetBytes (const void *uuid_bytes, uint32_t num_uuid_bytes) in SetBytes() function in lldb_private::UUID
DRegisterValue.cpp441 reg_value->SetBytes(&(bytes.front()), byte_size, eByteOrderLittle); in ParseVectorEncoding()
1035 RegisterValue::SetBytes (const void *bytes, size_t length, lldb::ByteOrder byte_order) in SetBytes() function in RegisterValue
/external/chromium_org/third_party/boringssl/src/ssl/test/runner/
Dkey_agreement.go514 yTheirs := new(big.Int).SetBytes(ckx.ciphertext[2:])
532 ka.p = new(big.Int).SetBytes(k[:pLen])
544 ka.g = new(big.Int).SetBytes(k[:gLen])
556 ka.yTheirs = new(big.Int).SetBytes(k[:yLen])
Dhandshake_server.go646 x := new(big.Int).SetBytes(encryptedExtensions.channelID[0:32])
647 y := new(big.Int).SetBytes(encryptedExtensions.channelID[32:64])
648 r := new(big.Int).SetBytes(encryptedExtensions.channelID[64:96])
649 s := new(big.Int).SetBytes(encryptedExtensions.channelID[96:128])
/external/lldb/source/API/
DSBModuleSpec.cpp137 return m_opaque_ap->GetUUID().SetBytes(uuid, uuid_len); in SetUUIDBytes()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstun.cc740 SetBytes(new_bytes, length); in CopyBytes()
771 void StunByteStringAttribute::SetBytes(char* bytes, size_t length) { in SetBytes() function in cricket::StunByteStringAttribute
Dstun.h423 void SetBytes(char* bytes, size_t length);
/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_x86_64.cpp713 … value.SetBytes(m_fpr.xstate.fxsave.stmm[reg - fpu_stmm0].bytes, reg_info->byte_size, byte_order); in ReadRegister()
716 … value.SetBytes(m_fpr.xstate.fxsave.xmm[reg - fpu_xmm0].bytes, reg_info->byte_size, byte_order); in ReadRegister()
721 … value.SetBytes(m_ymm_set.ymm[reg - fpu_ymm0].bytes, reg_info->byte_size, byte_order); in ReadRegister()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_x86_64.cpp688 …value.SetBytes(fpu.stmm[reg - fpu_stmm0].bytes, reg_info->byte_size, lldb::endian::InlHostByteOrde… in ReadRegister()
707 …value.SetBytes(fpu.xmm[reg - fpu_xmm0].bytes, reg_info->byte_size, lldb::endian::InlHostByteOrder(… in ReadRegister()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp364 uuid.SetBytes (uuidt, sizeof(uuidt)); in GetModuleSpecifications()
480 uuid->SetBytes (uuidt, sizeof(uuidt)); in GetUUID()
706 uuid.SetBytes (uuidbuf, notehdr.desc_len); in ParseNoteGNUBuildID()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1916 dsc_uuid.SetBytes (uuid_bytes); in ParseSymtab()
3718 uuid.SetBytes (uuid_bytes); in GetUUID()
4240 uuid.SetBytes (shared_cache_uuid); in GetProcessSharedCacheUUID()
4264 uuid.SetBytes (sharedCacheUUID_address); in GetLLDBSharedCacheUUID()
/external/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.cpp623 xmm0_value.SetBytes(buffer, 16, byte_order); in SetReturnValueObject()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp1268 dylib_info.uuid.SetBytes(data.GetData (&offset, 16)); in ParseLoadCommands()