Lines Matching refs:uint32_t

465   uint32_t ssi_signo;
466 char pad[128 - sizeof (uint32_t)];
545 typedef unsigned int uint32_t; typedef
559 typedef uint32_t uintptr_t;
928 ecb_function_ ecb_const int ecb_ctz32 (uint32_t x);
930 ecb_ctz32 (uint32_t x) in ecb_ctz32()
973 ecb_function_ ecb_const int ecb_popcount32 (uint32_t x);
975 ecb_popcount32 (uint32_t x) in ecb_popcount32()
985 ecb_function_ ecb_const int ecb_ld32 (uint32_t x);
986 ecb_function_ ecb_const int ecb_ld32 (uint32_t x) in ecb_ld32()
1022 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()
1045 ecb_function_ ecb_const uint32_t ecb_bitrev32 (uint32_t x);
1046 ecb_function_ ecb_const uint32_t ecb_bitrev32 (uint32_t x) in ecb_bitrev32()
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);
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()
1095 #define ecb_bswap32(x) ((uint32_t)_byteswap_ulong ((uint32_t)(x)))
1105 ecb_function_ ecb_const uint32_t ecb_bswap32 (uint32_t x);
1106 ecb_function_ ecb_const uint32_t
1107 ecb_bswap32 (uint32_t x) in ecb_bswap32()
1109 return (((uint32_t)ecb_bswap16 (x)) << 16) | ecb_bswap16 (x >> 16); in ecb_bswap32()
1131 ecb_inline ecb_const uint32_t ecb_byteorder_helper (void);
1132 ecb_inline ecb_const uint32_t
1153 uint32_t u; in ecb_byteorder_helper()
1197 ecb_function_ ecb_const uint32_t ecb_binary16_to_binary32 (uint32_t x);
1198 ecb_function_ ecb_const uint32_t
1199 ecb_binary16_to_binary32 (uint32_t x) in ecb_binary16_to_binary32()
1229 ecb_function_ ecb_const uint16_t ecb_binary32_to_binary16 (uint32_t x);
1231 ecb_binary32_to_binary16 (uint32_t x) in ecb_binary32_to_binary16()
1345 ecb_function_ ecb_const uint32_t ecb_float_to_binary32 (float x);
1346 ecb_function_ ecb_const uint32_t
1349 uint32_t r; in ecb_float_to_binary32()
1355 uint32_t m; in ecb_float_to_binary32()
1385 ecb_function_ ecb_const float ecb_binary32_to_float (uint32_t x);
1387 ecb_binary32_to_float (uint32_t x) in ecb_binary32_to_float()