Searched refs:SetUInt32 (Results 1 - 18 of 18) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMacOSXFrameBackchain.cpp127 value.SetUInt32(reg_value, RegisterValue::eTypeFloat);
140 value.SetUInt32(reg_value, RegisterValue::eTypeDouble);
156 value.SetUInt32(reg_value, RegisterValue::eTypeLongDouble);
H A DRegisterContextDarwin_arm.cpp667 value.SetUInt32 (gpr.r[reg - gpr_r0]);
702 value.SetUInt32 (fpu.floats.s[reg], RegisterValue::eTypeFloat);
706 value.SetUInt32 (fpu.fpscr);
710 value.SetUInt32 (exc.exception);
713 value.SetUInt32 (exc.fsr);
716 value.SetUInt32 (exc.far);
/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp310 reg_value.SetUInt32(*arg1_ptr);
320 reg_value.SetUInt32(*arg2_ptr);
333 reg_value.SetUInt32(*arg3_ptr);
346 reg_value.SetUInt32(*arg4_ptr);
358 reg_value.SetUInt32(*arg5_ptr);
370 reg_value.SetUInt32(*arg6_ptr);
391 reg_value.SetUInt32(return_addr);
/external/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp220 reg_value.SetUInt32(*arg1_ptr);
226 reg_value.SetUInt32(*arg2_ptr);
232 reg_value.SetUInt32(*arg3_ptr);
237 reg_value.SetUInt32(*arg4_ptr);
246 reg_value.SetUInt32(*arg5_ptr);
251 reg_value.SetUInt32(*arg6_ptr);
/external/lldb/include/lldb/Core/
H A DRegisterValue.h290 SetUInt32 (uint32_t uint, Type t = eTypeUInt32) function in class:lldb_private::RegisterValue
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp57 static void SetUInt32(Byte *p, UInt32 d) function in namespace:NArchive::N7z
74 SetUInt32(buf + 20, h.NextHeaderCRC);
75 SetUInt32(buf, CrcCalc(buf + 4, 20));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h186 void SetUInt32(Message* message,
H A Dmessage.h476 virtual void SetUInt32(Message* message,
H A Dextension_set.h243 void SetUInt32(int number, FieldType type, uint32 value, desc);
H A Dtest_util.cc2207 reflection->SetUInt32(message, F("optional_uint32" ), 103);
2211 reflection->SetUInt32(message, F("optional_fixed32" ), 107);
2318 reflection->SetUInt32(message, F("default_uint32" ), 403);
2322 reflection->SetUInt32(message, F("default_fixed32" ), 407);
H A Ddescriptor.cc2402 void SetUInt32(int number, uint32 value, FieldDescriptor::Type type,
4619 SetUInt32(option_field->number(),
4911 void DescriptorBuilder::OptionInterpreter::SetUInt32(int number, uint32 value, function in class:google::protobuf::DescriptorBuilder::OptionInterpreter
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h179 void SetUInt32(Message* message,
H A Dmessage.h492 virtual void SetUInt32(Message* message,
H A Dextension_set.h241 void SetUInt32(int number, FieldType type, uint32 value, desc);
H A Dtest_util.cc2102 reflection->SetUInt32(message, F("optional_uint32" ), 103);
2106 reflection->SetUInt32(message, F("optional_fixed32" ), 107);
2203 reflection->SetUInt32(message, F("default_uint32" ), 403);
2207 reflection->SetUInt32(message, F("default_fixed32" ), 407);
H A Ddescriptor.cc2091 void SetUInt32(int number, uint32 value, FieldDescriptor::Type type,
4173 SetUInt32(option_field->number(),
4366 void DescriptorBuilder::OptionInterpreter::SetUInt32(int number, uint32 value, function in class:google::protobuf::DescriptorBuilder::OptionInterpreter
/external/lldb/source/Core/
H A DRegisterValue.cpp353 case eTypeUInt32: SetUInt32 (src.GetMaxU32 (&src_offset, src_len)); break;
1017 SetUInt32 (uint);
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc655 reflection->SetUInt32(message, field_descriptor, value);

Completed in 257 milliseconds