HomeSort by relevance Sort by last modified time
    Searched full:writeword (Results 26 - 35 of 35) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitstreamWriter.h 70 void WriteWord(unsigned Value) {
130 WriteWord(CurValue);
141 WriteWord(CurValue);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitstreamWriter.h 70 void WriteWord(unsigned Value) {
130 WriteWord(CurValue);
141 WriteWord(CurValue);
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.h 266 void writeWord(int32_t word, OutputStream& out);
  /external/skqp/src/sksl/
SkSLSPIRVCodeGenerator.h 266 void writeWord(int32_t word, OutputStream& out);
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.h 173 void WriteWord(uint64_t W) {
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 148 def writeWord(self, value):
210 f.writeWord(r_info)
    [all...]
  /build/kati/
expr.go 38 writeWord([]byte)
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 63 #define WRITEWORD(p, v) *(uint32*)(p) = v
65 static inline void WRITEWORD(uint8* p, uint32 v) {
203 WRITEWORD(dst_rgb, b0 | (g0 << 5) | (r0 << 11) |
236 WRITEWORD(dst_rgb, b0 | (g0 << 5) | (r0 << 11) |
    [all...]
  /external/libyuv/files/source/
row_common.cc 63 #define WRITEWORD(p, v) *(uint32*)(p) = v
65 static inline void WRITEWORD(uint8* p, uint32 v) {
205 WRITEWORD(dst_rgb, b0 | (g0 << 5) | (r0 << 11) | (b1 << 16) | (g1 << 21) |
240 WRITEWORD(dst_rgb, b0 | (g0 << 5) | (r0 << 11) | (b1 << 16) | (g1 << 21) |
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 

Completed in 895 milliseconds

12