Lines Matching refs:ecb_inline
796 #define ecb_inline static inline macro
798 #define ecb_inline static __inline__ macro
800 #define ecb_inline static inline macro
802 #define ecb_inline static macro
821 #define ecb_function_ ecb_inline
1066 ecb_inline ecb_const uint8_t ecb_rotl8 (uint8_t x, unsigned int count);
1067 ecb_inline ecb_const uint8_t ecb_rotr8 (uint8_t x, unsigned int count);
1068 ecb_inline ecb_const uint16_t ecb_rotl16 (uint16_t x, unsigned int count);
1069 ecb_inline ecb_const uint16_t ecb_rotr16 (uint16_t x, unsigned int count);
1070 ecb_inline ecb_const uint32_t ecb_rotl32 (uint32_t x, unsigned int count);
1071 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count);
1072 ecb_inline ecb_const uint64_t ecb_rotl64 (uint64_t x, unsigned int count);
1073 ecb_inline ecb_const uint64_t ecb_rotr64 (uint64_t x, unsigned int count);
1075 ecb_inline ecb_const uint8_t ecb_rotl8 (uint8_t x, unsigned int count) { return (x >> ( 8 - coun… in ecb_rotl8()
1076 ecb_inline ecb_const uint8_t ecb_rotr8 (uint8_t x, unsigned int count) { return (x << ( 8 - coun… in ecb_rotr8()
1077 ecb_inline ecb_const uint16_t ecb_rotl16 (uint16_t x, unsigned int count) { return (x >> (16 - coun… in ecb_rotl16()
1078 ecb_inline ecb_const uint16_t ecb_rotr16 (uint16_t x, unsigned int count) { return (x << (16 - coun… in ecb_rotr16()
1079 ecb_inline ecb_const uint32_t ecb_rotl32 (uint32_t x, unsigned int count) { return (x >> (32 - coun… in ecb_rotl32()
1080 ecb_inline ecb_const uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - coun… in ecb_rotr32()
1081 ecb_inline ecb_const uint64_t ecb_rotl64 (uint64_t x, unsigned int count) { return (x >> (64 - coun… in ecb_rotl64()
1082 ecb_inline ecb_const uint64_t ecb_rotr64 (uint64_t x, unsigned int count) { return (x << (64 - coun… in ecb_rotr64()
1124 ecb_inline ecb_noreturn void ecb_unreachable (void);
1125 ecb_inline ecb_noreturn void ecb_unreachable (void) { } in ecb_unreachable()
1131 ecb_inline ecb_const uint32_t ecb_byteorder_helper (void);
1132 ecb_inline ecb_const uint32_t
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()
1527 #define inline_size ecb_inline
1530 # define inline_speed ecb_inline