Searched refs:bits_set (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | dh.c | 240 int bits_set = 0; in dh_pub_is_valid() local 269 bits_set++; in dh_pub_is_valid() 270 debug2("bits set: %d/%d", bits_set, BN_num_bits(dh_p)); in dh_pub_is_valid() 275 if (bits_set < 4) { in dh_pub_is_valid() 277 bits_set, BN_num_bits(dh_p)); in dh_pub_is_valid()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/ |
| H A D | stormy16.c | 1744 static int bits_set[8] = { 0, 1, 1, 2, 1, 2, 2, 3 }; in xstormy16_print_operand() local 1758 if (bits_set[xx & 7] <= 1) in xstormy16_print_operand()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| H A D | stormy16.cc | 1744 static int bits_set[8] = { 0, 1, 1, 2, 1, 2, 2, 3 }; in xstormy16_print_operand() local 1758 if (bits_set[xx & 7] <= 1) in xstormy16_print_operand()
|