/external/lldb/include/lldb/Core/ |
D | Value.h | 76 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()
|
D | UUID.h | 56 SetBytes (const void *uuid_bytes, uint32_t num_uuid_bytes = 16);
|
D | RegisterValue.h | 114 SetBytes (bytes, length, byte_order); in RegisterValue() 336 SetBytes (const void *bytes, size_t length, lldb::ByteOrder byte_order);
|
D | Event.h | 89 SetBytes (const void *src, size_t src_len);
|
/external/lldb/source/Core/ |
D | Event.cpp | 120 SetBytes (src, src_len); in EventDataBytes() 171 EventDataBytes::SetBytes (const void *src, size_t src_len) in SetBytes() function in EventDataBytes
|
D | UUID.cpp | 38 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
|
D | RegisterValue.cpp | 441 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/ |
D | key_agreement.go | 514 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])
|
D | handshake_server.go | 646 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/ |
D | SBModuleSpec.cpp | 137 return m_opaque_ap->GetUUID().SetBytes(uuid, uuid_len); in SetUUIDBytes()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | stun.cc | 740 SetBytes(new_bytes, length); in CopyBytes() 771 void StunByteStringAttribute::SetBytes(char* bytes, size_t length) { in SetBytes() function in cricket::StunByteStringAttribute
|
D | stun.h | 423 void SetBytes(char* bytes, size_t length);
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | RegisterContext_x86_64.cpp | 713 … 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/ |
D | RegisterContextDarwin_x86_64.cpp | 688 …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/ |
D | ObjectFileELF.cpp | 364 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/ |
D | ObjectFileMachO.cpp | 1916 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/ |
D | ABISysV_x86_64.cpp | 623 xmm0_value.SetBytes(buffer, 16, byte_order); in SetReturnValueObject()
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 1268 dylib_info.uuid.SetBytes(data.GetData (&offset, 16)); in ParseLoadCommands()
|