Home
last modified time | relevance | path

Searched defs:le16_to_host (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/include/
H A Dbyteorder.h98 constexpr uint16_t le16_to_host(const uint16_t x) in le16_to_host() function
126 constexpr uint16_t le16_to_host(const uint16_t x) in le16_to_host() function
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dothers.h603 #define le16_to_host(v) (v) macro
615 #define le16_to_host(v) cbswap16(v) macro
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dothers.h618 #define le16_to_host(v) (v) macro
630 #define le16_to_host(v) cbswap16(v) macro