OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteWord
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp
166
bool BitcodeWrapperer::
WriteWord
(uint32_t value) {
340
WriteWord
(kWrapperMagicNumber) &&
341
WriteWord
(kLLVMVersionNumber) &&
342
WriteWord
(wrapper_bc_offset_) &&
343
WriteWord
(wrapper_bc_size_) &&
345
WriteWord
(android_header_version_) &&
346
WriteWord
(android_target_api_) &&
348
WriteWord
(kPnaclBitcodeVersion) &&
/frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h
127
bool
WriteWord
(uint32_t word);
/external/llvm/lib/MC/
ELFObjectWriter.cpp
154
void
WriteWord
(uint64_t W) {
337
WriteWord
(0); // e_entry, no entry point in .o file
338
WriteWord
(0); // e_phoff, no program header for .o
339
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/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:
Completed in 154 milliseconds