HomeSort by relevance Sort by last modified time
    Searched defs:Write8 (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectWriter.h 114 void Write8(uint8_t Value) {
119 Write8(uint8_t(Value >> 0));
120 Write8(uint8_t(Value >> 8));
134 Write8(uint8_t(Value >> 8));
135 Write8(uint8_t(Value >> 0));
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 95 void Write8(const MemLoc &ml, bool expect_race = false) {
  /bootable/recovery/applypatch/
imgdiff.cpp 154 static inline bool Write8(int fd, int64_t value) {
353 Write8(fd, static_cast<int64_t>(source_start_));
354 Write8(fd, static_cast<int64_t>(source_len_));
355 Write8(fd, static_cast<int64_t>(offset));
360 Write8(fd, static_cast<int64_t>(source_start_));
361 Write8(fd, static_cast<int64_t>(source_len_));
362 Write8(fd, static_cast<int64_t>(offset));
363 Write8(fd, static_cast<int64_t>(source_uncompressed_len_));
364 Write8(fd, static_cast<int64_t>(uncompressed_data_.size()));
    [all...]

Completed in 100 milliseconds