Searched refs:bits_set (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | PThreadEvent.cpp | 125 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local 127 return bits_set; in WaitForSetEvents() 138 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local 139 return bits_set; in WaitForSetEvents()
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | dh.c | 233 int bits_set = 0; in dh_pub_is_valid() local 262 bits_set++; in dh_pub_is_valid() 263 debug2("bits set: %d/%d", bits_set, BN_num_bits(dh_p)); in dh_pub_is_valid() 266 * if g==2 and bits_set==1 then computing log_g(dh_pub) is trivial in dh_pub_is_valid() 268 if (bits_set < 4) { in dh_pub_is_valid() 270 bits_set, BN_num_bits(dh_p)); in dh_pub_is_valid()
|
| /openbsd-src/gnu/gcc/gcc/config/stormy16/ |
| H A D | stormy16.c | 1771 static int bits_set[8] = { 0, 1, 1, 2, 1, 2, 2, 3 }; in xstormy16_print_operand() local 1785 if (bits_set[xx & 7] <= 1) in xstormy16_print_operand()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 2704 uint32_t bits_set = 2707 if (bits_set & eMachProcessProfileCancel)
|