Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp125 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 Ddh.c233 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 Dstormy16.c1771 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 DMachProcess.mm2704 uint32_t bits_set =
2707 if (bits_set & eMachProcessProfileCancel)