HomeSort by relevance Sort by last modified time
    Searched full:write16 (Results 1 - 17 of 17) sorted by null

  /art/compiler/utils/
test_dex_file_builder.h 186 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type));
192 Write16(type_list_offset + 4u + i * sizeof(DexFile::TypeItem),
200 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
201 Write16(raw_offset + 2u, GetTypeIdx(entry.first.type));
207 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor));
210 Write16(raw_offset + 2u, it->second.idx);
368 void Write16(size_t offset, uint32_t value) {
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 570 write16(offsetDelta);
591 write16(offsetDelta);
605 write16(offsetDelta);
625 write16(offsetDelta);
653 write16(offsetDelta);
655 write16(n);
660 write16(n);
668 write16(data);
671 private void write16(int value) { method in class:StackMapTable.Writer
  /external/llvm/include/llvm/Support/
Endian.h 325 template <endianness E> inline void write16(void *P, uint16_t V) {
335 inline void write16le(void *P, uint16_t V) { write16<little>(P, V); }
338 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); }
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 332 write16(ELF::ET_REL); // e_type
334 write16(TargetObjectWriter->getEMachine()); // e_machine = target
345 write16(is64Bit() ? sizeof(ELF::Elf64_Ehdr) : sizeof(ELF::Elf32_Ehdr));
347 write16(0); // e_phentsize = prog header entry size
348 write16(0); // e_phnum = # prog header entries = 0
351 write16(is64Bit() ? sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr));
354 write16(0);
358 write16(StringTableIndex);
    [all...]
MachObjectWriter.cpp 380 write16(cast<MCSymbolMachO>(Symbol)->getEncodedFlags());
    [all...]
MCAssembler.cpp 734 case 2: OW->write16(uint16_t(AF.getValue())); break;
767 case 2: OW->write16(uint16_t(FF.getValue())); break;
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectWriter.h 152 void write16(uint16_t Value) { function in class:llvm::MCObjectWriter
  /external/skia/src/core/
SkBuffer.h 159 void write16(int16_t x) { this->writeNoSizeCheck(&x, 2); } function in class:SkWBuffer
SkStream.cpp 121 bool SkWStream::write16(U16CPU value) { function in class:SkWStream
  /external/skia/include/core/
SkWriter32.h 107 void write16(int32_t value) { function in class:SkWriter32
SkStream.h 201 bool write16(U16CPU);
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp 507 * For unique UTF-16 v2 strings, write16() sees fRes != RES_BOGUS
539 current->write16(bundle);
560 current->write16(bundle);
593 SResource::write16(SRBRoot *bundle) { function in class:SResource
914 fRoot->write16(this);
    [all...]
reslist.h 185 void write16(SRBRoot *bundle);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 285 OW->write16(nopEncoding);
305 OW->write16(0);
308 OW->write16(0);
    [all...]
  /external/bison/doc/
refcard.tex 211 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 789 milliseconds