HomeSort by relevance Sort by last modified time
    Searched refs:Write32 (Results 1 - 10 of 10) sorted by null

  /frameworks/base/cmds/idmap2/libidmap2/
BinaryStreamVisitor.cpp 32 void BinaryStreamVisitor::Write32(uint32_t value) {
49 Write32(header.GetMagic());
50 Write32(header.GetVersion());
51 Write32(header.GetTargetCrc());
52 Write32(header.GetOverlayCrc());
75 Write32(entry_id != kNoEntry ? static_cast<uint32_t>(entry_id) : kPadding);
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 124 Write32(is64Bit() ? macho::HM_Object64 : macho::HM_Object32);
126 Write32(TargetObjectWriter->getCPUType());
127 Write32(TargetObjectWriter->getCPUSubtype());
129 Write32(macho::HFT_Object);
130 Write32(NumLoadCommands);
131 Write32(LoadCommandsSize);
132 Write32(Flags);
134 Write32(0); // reserved
157 Write32(is64Bit() ? macho::LCT_Segment64 : macho::LCT_Segment);
158 Write32(SegmentLoadCommandSize
    [all...]
ELFObjectWriter.h 177 Write32(W);
246 virtual void WriteEFlags() { Write32(0); }
ELFObjectWriter.cpp 108 Write32(ELF::EV_CURRENT); // e_version
732 Write32(Name); // sh_name: index into string table
733 Write32(Type); // sh_type
738 Write32(Link); // sh_link
739 Write32(Info); // sh_info
    [all...]
MCAssembler.cpp 428 case 4: OW->Write32(uint32_t(AF.getValue())); break;
453 case 4: OW->Write32(uint32_t(FF.getValue())); break;
  /frameworks/base/cmds/idmap2/include/idmap2/
BinaryStreamVisitor.h 40 void Write32(uint32_t value);
  /art/libdexfile/dex/
test_dex_file_builder.h 175 Write32(string_ids_offset + entry.second.idx * sizeof(dex::StringId), raw_offset);
179 Write32(type_ids_offset + entry.second * sizeof(dex::TypeId), GetStringIdx(entry.first));
188 Write32(raw_offset + 0u, GetStringIdx(entry.first.shorty));
190 Write32(raw_offset + 8u, type_list_offset);
193 Write32(type_list_offset, num_args);
205 Write32(raw_offset + 4u, GetStringIdx(entry.first.name));
214 Write32(raw_offset + 4u, GetStringIdx(entry.first.name));
369 void Write32(size_t offset, uint32_t value) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectWriter.h 155 void Write32(uint32_t Value) {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 100 OW->Write32(0x00000000);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 157 OW->Write32(nopEncoding);

Completed in 3809 milliseconds