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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
xxhash.cpp 86 V1 = round(V1, endian::read64le(P));
88 V2 = round(V2, endian::read64le(P));
90 V3 = round(V3, endian::read64le(P));
92 V4 = round(V4, endian::read64le(P));
109 uint64_t const K1 = round(0, endian::read64le(P));
  /src/external/public-domain/xz/dist/src/liblzma/common/
lzip_decoder.c 302 if (coder->uncompressed_size != read64le(&coder->buffer[4]))
307 if (coder->member_size != read64le(&coder->buffer[12]))
  /src/external/public-domain/xz/dist/src/liblzma/check/
crc_x86_clmul.h 205 v0 = my_set_low64((int64_t)(crc ^ read64le(buf)));
208 // we can read the last 1-7 bytes with read64le(buf + size).
216 uint64_t high = read64le(buf + size) >> (padding * 8);
  /src/external/public-domain/xz/dist/src/common/
tuklib_integer.h 444 read64le(const uint8_t *buf) function
474 # define read64ne read64le
535 read64le(const uint8_t *buf) function
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Archive.cpp 822 Offset = read64le(Offsets + SymbolIndex * 16 + 8);
930 ranlib_count = read64le(buf) / 16;
933 ran_strx = read64le(ranlibs);
965 return read64le(buf) / 16;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFAArch64.h 230 Addend = read64le(Displacement);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Endian.h 382 inline uint64_t read64le(const void *P) { return read64<little>(P); }

Completed in 77 milliseconds