HomeSort by: relevance | last modified time | path
    Searched refs:bits_set (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
dh.c 241 int bits_set = 0; local
270 bits_set++;
271 debug2("bits set: %d/%d", bits_set, BN_num_bits(dh_p));
274 * if g==2 and bits_set==1 then computing log_g(dh_pub) is trivial
276 if (bits_set < 4) {
278 bits_set, BN_num_bits(dh_p));
  /src/external/gpl3/gcc/dist/gcc/config/stormy16/
stormy16.cc 1892 static int bits_set[8] = { 0, 1, 1, 2, 1, 2, 2, 3 };
1906 if (bits_set[xx & 7] <= 1)
  /src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
stormy16.cc 1748 static int bits_set[8] = { 0, 1, 1, 2, 1, 2, 2, 3 };
1762 if (bits_set[xx & 7] <= 1)

Completed in 83 milliseconds