Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dtty.c1722 unsigned char not_c = ~c; local
1724 if (_BitScanReverse(&first_zero_bit, not_c)) {
1727 first_zero_bit = (sizeof(int) * 8) - 1 - __builtin_clz(not_c);