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

  /external/swiftshader/third_party/LLVM/include/llvm-c/
Disassembler.h 149 * parameter Bytes, and contains at least BytesSize number of bytes. The
157 uint64_t BytesSize, uint64_t PC,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
Disassembler.h 94 * parameter Bytes, and contains at least BytesSize number of bytes. The
102 uint64_t BytesSize, uint64_t PC,
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
Disassembler.cpp 124 // BytesSize number of bytes. The instruction is at the address specified by
133 uint64_t BytesSize, uint64_t PC, char *OutString,
136 // Wrap the pointer to the Bytes, BytesSize and PC in a MemoryObject.
137 DisasmMemoryObject MemoryObject(Bytes, BytesSize, PC);
  /external/llvm/include/llvm-c/
Disassembler.h 239 * parameter Bytes, and contains at least BytesSize number of bytes. The
247 uint64_t BytesSize, uint64_t PC,
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 231 // BytesSize number of bytes. The instruction is at the address specified by
240 uint64_t BytesSize, uint64_t PC, char *OutString,
243 // Wrap the pointer to the Bytes, BytesSize and PC in a MemoryObject.
244 ArrayRef<uint8_t> Data(Bytes, BytesSize);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 240 // BytesSize number of bytes. The instruction is at the address specified by
249 uint64_t BytesSize, uint64_t PC, char *OutString,
252 // Wrap the pointer to the Bytes, BytesSize and PC in a MemoryObject.
253 ArrayRef<uint8_t> Data(Bytes, BytesSize);
  /external/protobuf/src/google/protobuf/
any.pb.cc 325 ::google::protobuf::internal::WireFormatLite::BytesSize(
wire_format_lite.h 503 static inline int BytesSize (const string& value);
wire_format_lite_inl.h     [all...]
wrappers.pb.cc     [all...]
descriptor.pb.cc     [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
GPRArith.cpp     [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
GPRArith.cpp     [all...]

Completed in 2191 milliseconds