Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dtty.c1711 unsigned char not_c = ~c; local
1713 if (_BitScanReverse(&first_zero_bit, not_c)) {
1716 first_zero_bit = (sizeof(int) * 8) - 1 - __builtin_clz(not_c);

Completed in 11 milliseconds