Searched defs:count (Results 1 – 2 of 2) sorted by relevance
| /libev/ |
| H A D | ev_poll.c | 43 pollidx_init (int *base, int count) in pollidx_init()
|
| H A D | ev.c | 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() 1952 #define array_init_zero(base,count) \ argument 3266 unsigned int count = 0; in ev_pending_count() local
|