Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dis_simh.c81 #define NEED_SWAP (simh_bo.u == CAST(uint32_t, 0x01020304)) macro
105 if (NEED_SWAP) in getlen()
H A Dcdf.c85 #define NEED_SWAP (cdf_bo.u == CAST(uint32_t, 0x01020304)) macro
88 (CAST(uint64_t, NEED_SWAP ? _cdf_tole8(x) : CAST(uint64_t, x)))
90 (CAST(uint32_t, NEED_SWAP ? _cdf_tole4(x) : CAST(uint32_t, x)))
92 (CAST(uint16_t, NEED_SWAP ? _cdf_tole2(x) : CAST(uint16_t, x)))
748 if (NEED_SWAP) in cdf_read_dir()