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

  /src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp 697 uint32_t Size = support::endian::read32be(Obj->base() + Offset);
861 return support::endian::read32be(Bytes.data()) == 0;
867 VecParmsInfo = support::endian::read32be(Ptr + 2);
1039 (support::endian::read32be(TBPtr + (P)) & (TracebackTable::X))
1041 ((support::endian::read32be(TBPtr + (P)) & (TracebackTable::X)) >> \
Archive.cpp 804 Offset = read32be(Offsets + SymbolIndex * 4);
901 symbol_count = read32be(buf);
959 return read32be(buf);
  /src/external/public-domain/xz/dist/src/common/
tuklib_integer.h 420 read32be(const uint8_t *buf) function
466 # define read32ne read32be
498 read32be(const uint8_t *buf) function
  /src/external/public-domain/xz/dist/src/liblzma/simple/
riscv.c 726 uint32_t addr = read32be(buffer + i + 4);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 406 : support::endian::read32be;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Endian.h 384 inline uint32_t read32be(const void *P) { return read32<big>(P); }
  /src/external/apache2/llvm/dist/llvm/lib/Support/
SHA1.cpp 231 InternalState.Buffer.L[I] = support::endian::read32be(&Data[I * 4]);
SHA256.cpp 210 InternalState.Buffer.L[I] = support::endian::read32be(&Data[I * 4]);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 1177 Builder.getInt32(endian::read32be(Options.Version)),
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 4381 Vals[Pos / 4] = support::endian::read32be(Hash.data() + Pos);

Completed in 60 milliseconds