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 185 static inline bool Write8(int fd, int64_t value) {
505 Write8(fd, static_cast<int64_t>(source_start_));
506 Write8(fd, static_cast<int64_t>(source_len_));
507 Write8(fd, static_cast<int64_t>(offset));
512 Write8(fd, static_cast<int64_t>(source_start_));
513 Write8(fd, static_cast<int64_t>(source_len_));
514 Write8(fd, static_cast<int64_t>(offset));
515 Write8(fd, static_cast<int64_t>(source_uncompressed_len_));
516 Write8(fd, static_cast<int64_t>(target_uncompressed_len_));
    [all...]

Completed in 236 milliseconds