HomeSort by: relevance | last modified time | path
    Searched refs:read64be (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
Decompressor.cpp 45 DecompressedSize = read64be(SectionData.data());
Archive.cpp 806 Offset = read64be(Offsets + SymbolIndex * 8);
904 uint64_t symbol_count = read64be(buf);
961 return read64be(buf);
  /src/external/public-domain/xz/dist/src/common/
tuklib_integer.h 436 read64be(const uint8_t *buf) function
467 # define read64ne read64be
520 read64be(const uint8_t *buf) function
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Endian.h 385 inline uint64_t read64be(const void *P) { return read64<big>(P); }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 452 ? support::endian::read64be(Data.data() + ZlibGnuMagic.size())
534 support::endian::read64be(&Sec.DecompressedSize);

Completed in 29 milliseconds