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

/freebsd-13-stable/contrib/file/src/
H A Dcdf.c73 #define NEED_SWAP (cdf_bo.u == CAST(uint32_t, 0x01020304)) macro
76 (CAST(uint64_t, NEED_SWAP ? _cdf_tole8(x) : CAST(uint64_t, x)))
78 (CAST(uint32_t, NEED_SWAP ? _cdf_tole4(x) : CAST(uint32_t, x)))
80 (CAST(uint16_t, NEED_SWAP ? _cdf_tole2(x) : CAST(uint16_t, x)))
722 if (NEED_SWAP)

Completed in 70 milliseconds