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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g 898 << WriteWord (mNvDataStructSize); >>
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 157 void WriteWord(uint64_t W) {
332 WriteWord(0); // e_entry, no entry point in .o file
333 WriteWord(0); // e_phoff, no program header for .o
334 WriteWord(0); // e_shoff = sec hdr table off in bytes
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 70 void WriteWord(unsigned Value) {
125 WriteWord(CurValue);
145 WriteWord(CurValue);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
BitstreamWriter.h 70 void WriteWord(unsigned Value) {
130 WriteWord(CurValue);
141 WriteWord(CurValue);
  /external/autotest/client/common_lib/
i2c_slave.py 166 def writeWord(self, reg, word):
179 if self.lib_obj.WriteWord(self.fd, reg, ctypes.c_uint16(word)) < 0:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 170 void WriteWord(uint64_t Word) {
437 WriteWord(0); // e_entry, no entry point in .o file
438 WriteWord(0); // e_phoff, no program header for .o
439 WriteWord(0); // e_shoff = sec hdr table off in bytes
885 WriteWord(Flags); // sh_flags
886 WriteWord(Address); // sh_addr
887 WriteWord(Offset); // sh_offset
888 WriteWord(Size); // sh_size
891 WriteWord(Alignment); // sh_addralign
892 WriteWord(EntrySize); // sh_entsiz
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 109 WriteWord(0); // e_entry, no entry point in .o file
110 WriteWord(0); // e_phoff, no program header for .o
111 WriteWord(SectionDataSize + (is64Bit() ? sizeof(ELF::Elf64_Ehdr) :
734 WriteWord(Flags); // sh_flags
735 WriteWord(Address); // sh_addr
736 WriteWord(Offset); // sh_offset
737 WriteWord(Size); // sh_size
740 WriteWord(Alignment); // sh_addralign
741 WriteWord(EntrySize); // sh_entsize
    [all...]
ELFObjectWriter.h 173 void WriteWord(uint64_t W) {

Completed in 523 milliseconds