Searched refs:read64 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DCodeGenCoverage.cpp61 uint64_t RuleID = support::endian::read64(CurPtr, support::native);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndian.h366 inline uint64_t read64(const void *P, endianness E) {
376 template <endianness E> inline uint64_t read64(const void *P) {
382 inline uint64_t read64le(const void *P) { return read64<little>(P); }
385 inline uint64_t read64be(const void *P) { return read64<big>(P); }
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DX86Counter.cpp86 uint64_t Count = llvm::support::endian::read64(DataPtr, support::native);
/netbsd-current/games/tetris/
H A Dscores.c276 read64(int64_t val, int doflip) function
306 scores[i].hs_time = read64(buf[i].hso_time, doflip);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_uncore.h403 __uncore_read(read64, 64, q, true)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1290 Word = llvm::support::endian::read64(Buf + I, llvm::support::little);

Completed in 600 milliseconds