Searched refs:ecb_bool (Results 1 – 1 of 1) sorted by relevance
813 typedef int ecb_bool; typedef1022 ecb_function_ ecb_const ecb_bool ecb_is_pot32 (uint32_t x);1023 ecb_function_ ecb_const ecb_bool ecb_is_pot32 (uint32_t x) { return !(x & (x - 1)); } in ecb_is_pot32()1024 ecb_function_ ecb_const ecb_bool ecb_is_pot64 (uint64_t x);1025 ecb_function_ ecb_const ecb_bool ecb_is_pot64 (uint64_t x) { return !(x & (x - 1)); } in ecb_is_pot64()1159 ecb_inline ecb_const ecb_bool ecb_big_endian (void);1160 ecb_inline ecb_const ecb_bool ecb_big_endian (void) { return ecb_byteorder_helper () == 0x112233… in ecb_big_endian()1161 ecb_inline ecb_const ecb_bool ecb_little_endian (void);1162 ecb_inline ecb_const ecb_bool ecb_little_endian (void) { return ecb_byteorder_helper () == 0x443322… in ecb_little_endian()