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

  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
outbuf.go 68 func (out *OutBuf) Write32(v uint32) {
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
outbuf.go 68 func (out *OutBuf) Write32(v uint32) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectWriter.h 155 void Write32(uint32_t Value) {
  /art/libdexfile/dex/
test_dex_file_builder.h 174 Write32(string_ids_offset + entry.second.idx * sizeof(DexFile::StringId), raw_offset);
178 Write32(type_ids_offset + entry.second * sizeof(DexFile::TypeId), GetStringIdx(entry.first));
187 Write32(raw_offset + 0u, GetStringIdx(entry.first.shorty));
189 Write32(raw_offset + 8u, type_list_offset);
192 Write32(type_list_offset, num_args);
204 Write32(raw_offset + 4u, GetStringIdx(entry.first.name));
213 Write32(raw_offset + 4u, GetStringIdx(entry.first.name));
368 void Write32(size_t offset, uint32_t value) {

Completed in 759 milliseconds