Home
last modified time | relevance | path

Searched refs:aligned_read32ne (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/xz/src/liblzma/check/
H A Dcrc32_fast.c52 crc ^= aligned_read32ne(buf); in lzma_crc32()
60 const uint32_t tmp = aligned_read32ne(buf); in lzma_crc32()
H A Dcrc64_fast.c112 ^ aligned_read32ne(buf); in crc64_generic()
115 ^ aligned_read32ne(buf); in crc64_generic()
/freebsd-14.2/contrib/xz/src/common/
H A Dtuklib_integer.h664 aligned_read32ne(const uint8_t *buf) in aligned_read32ne() function
746 uint32_t num = aligned_read32ne(buf); in aligned_read32be()
754 uint32_t num = aligned_read32ne(buf); in aligned_read32le()
/freebsd-14.2/contrib/xz/
H A DChangeLog9382 Rename read32ne to aligned_read32ne, and similarly for the others.