61# define BLEND_MAKE_ID(a, b, c, d) ((int)(a) << 24 | (int)(b) << 16 | (c) << 8 | (d))
64# define BLEND_MAKE_ID(a, b, c, d) ((int)(d) << 24 | (int)(c) << 16 | (b) << 8 | (a))
116 bool do_endian_swap);
126 if (use_endian_swap) {
132 return uint32_t(
ptr);
BLI_INLINE void BLI_endian_switch_uint64(uint64_t *val) ATTR_NONNULL(1)
uint32_t uint32_from_uint64_ptr(uint64_t ptr, const bool use_endian_swap)
std::optional< BHead > BLO_readfile_read_bhead(FileReader *file, BHeadType type, bool do_endian_swap)
#define BLEND_MAKE_ID(a, b, c, d)
unsigned long long int uint64_t