Home
last modified time | relevance | path

Searched defs:read32be (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/xz/src/common/
H A Dtuklib_integer.h420 read32be(const uint8_t *buf) in read32be() function
498 read32be(const uint8_t *buf) in read32be() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h438 [[nodiscard]] inline uint32_t read32be(const void *P) { in read32be() function