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

  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 93 void Write4(const MemLoc &ml, bool expect_race = false) {
  /bootable/recovery/applypatch/
imgdiff.cpp 191 static inline bool Write4(int fd, int32_t value) {
500 Write4(fd, type_);
517 Write4(fd, target_compress_level_);
518 Write4(fd, ImageChunk::METHOD);
519 Write4(fd, ImageChunk::WINDOWBITS);
520 Write4(fd, ImageChunk::MEMLEVEL);
521 Write4(fd, ImageChunk::STRATEGY);
526 Write4(fd, static_cast<int32_t>(data_.size()));
561 Write4(patch_fd, static_cast<int32_t>(patch_chunks.size()));
    [all...]

Completed in 227 milliseconds