Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 4 of 4) sorted by relevance

/libev/
H A Dconfig.guess641 long bits = sysconf(_SC_KERNEL_BITS);
651 switch (bits)
H A Dev.c1276 unsigned int bits = 14 - e; in ecb_binary32_to_binary16() local
1277 unsigned int half = (1 << (bits - 1)) - 1; in ecb_binary32_to_binary16()
1278 unsigned int even = (m >> bits) & 1; in ecb_binary32_to_binary16()
1281 m = (m + half + even) >> bits; in ecb_binary32_to_binary16()
H A Dev.pod640 Not a backend at all, but a mask to select all backend bits from a
3110 // create/start io watcher that sets the relevant bits in fds[n] and increment got_events
5335 least 31 bits everywhere, which is enough for hundreds of millions of
5341 have at least 51 bits of mantissa (and 9 bits of exponent), which is
5521 In libev, events are represented as single bits (such as C<EV_READ> or
H A Daclocal.m49691 # There is notably a 21 bits limit for the UID and the GID. In fact,