Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/common/
H A Dtuklib_integer.h398 read16be(const uint8_t *buf) in read16be() function
476 read16be(const uint8_t *buf) in read16be() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h415 [[nodiscard]] inline uint16_t read16be(const void *P) { in read16be() function