Home
last modified time | relevance | path

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

/libev/
H A Dev.c465 uint32_t ssi_signo;
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);
1095 #define ecb_bswap32(x) ((uint32_t)_byteswap_ulong ((uint32_t)(x)))
1105 ecb_function_ ecb_const uint32_t ecb_bswap32 (uint32_t x);
1153 uint32_t u; in ecb_byteorder_helper()
1197 ecb_function_ ecb_const uint32_t ecb_binary16_to_binary32 (uint32_t x);
1349 uint32_t r; in ecb_float_to_binary32()
[all …]
H A Dev_epoll.c91 ev.data.u64 = (uint64_t)(uint32_t)fd in epoll_modify()
92 | ((uint64_t)(uint32_t)++anfds [fd].egen << 32); in epoll_modify()
168 int fd = (uint32_t)ev->data.u64; /* mask out the lower 32 bits */ in epoll_poll()
179 if (expect_false ((uint32_t)anfds [fd].egen != (uint32_t)(ev->data.u64 >> 32))) in epoll_poll()