Searched refs:bits (Results 151 - 175 of 785) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_csetjmp.h50 #include <bits/c++config.h>
H A Dstd_csignal.h50 #include <bits/c++config.h>
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Dpure.cc30 #include <bits/c++config.h>
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dmd5_i.h20 u32 bits[2]; member in struct:MD5Context
/freebsd-9.3-release/lib/msun/src/
H A Ds_nexttoward.c45 (uy.bits.exp == 0x7fff &&
46 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl) != 0))
50 INSERT_WORDS(x,uy.bits.sign<<31,1); /* return +-minsubnormal */
H A Ds_nexttowardf.c35 (uy.bits.exp == LDBL_INFNAN_EXP &&
36 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl) != 0))
40 SET_FLOAT_WORD(x,(uy.bits.sign<<31)|1);/* return +-minsubnormal */
/freebsd-9.3-release/sys/dev/random/
H A Dyarrow.h43 u_int64_t counter[4]; /* C - 256 bits */
51 u_int bits; /* estimated bits of entropy */ member in struct:random_state::pool::source
52 u_int frac; /* fractional bits of entropy
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_raid5.h47 TAILQ_HEAD(,gv_bioq) bits; /* List of subrequests. */ member in struct:gv_raid5_packet
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dlfsr.c34 isc_lfsr_init(isc_lfsr_t *lfsr, isc_uint32_t state, unsigned int bits, argument
39 REQUIRE(8 <= bits && bits <= 32);
43 lfsr->bits = bits;
52 lfsr->state = 0xffffffffU >> (32 - lfsr->bits);
73 lfsr->state = 0xffffffffU >> (32 - lfsr->bits);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dlfsr.c34 isc_lfsr_init(isc_lfsr_t *lfsr, isc_uint32_t state, unsigned int bits, argument
39 REQUIRE(8 <= bits && bits <= 32);
43 lfsr->bits = bits;
52 lfsr->state = 0xffffffffU >> (32 - lfsr->bits);
73 lfsr->state = 0xffffffffU >> (32 - lfsr->bits);
/freebsd-9.3-release/crypto/openssl/crypto/camellia/
H A Dcmll_misc.c62 int Camellia_set_key(const unsigned char *userKey, const int bits, argument
68 return private_Camellia_set_key(userKey, bits, key);
71 int private_Camellia_set_key(const unsigned char *userKey, const int bits, argument
79 switch (bits) {
99 key->bitLength = bits;
/freebsd-9.3-release/lib/libz/
H A Dinftrees.c23 whose indices are 0..2^bits-1. work is a writable array of at least
27 on return points to the next available entry's address. bits is the
28 requested root table index bits, and on return it is the actual root
29 table index bits. It will differ if the request is greater than the
32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
37 unsigned FAR *bits;
40 unsigned len; /* a code's length in bits */
43 unsigned root; /* number of index bits for root table */
44 unsigned curr; /* number of index bits for current table */
45 unsigned drop; /* code bits t
[all...]
H A Dinflate.c30 * - Add comments on state->bits assertion in inffast.c
121 state->bits = 0;
166 /* set number of window bits, free window if different */
230 int ZEXPORT inflatePrime(strm, bits, value)
232 int bits;
239 if (bits < 0) {
241 state->bits = 0;
244 if (bits > 16 || state->bits + bits > 3
271 unsigned sym, bits; local
614 unsigned bits; /* bits in bit buffer */ local
[all...]
/freebsd-9.3-release/crypto/openssl/fips/dsa/
H A Dfips_dsa_gen.c92 static int dsa_builtin_paramgen(DSA *ret, int bits,
97 int DSA_generate_parameters_ex(DSA *ret, int bits, argument
103 return ret->meth->dsa_paramgen(ret, bits, seed_in, seed_len,
105 return dsa_builtin_paramgen(ret, bits, seed_in, seed_len,
109 static int dsa_builtin_paramgen(DSA *ret, int bits, argument
132 if (FIPS_mode() && (bits < OPENSSL_DSA_FIPS_MIN_MODULUS_BITS)) {
137 if (bits < 512)
138 bits = 512;
139 bits = (bits
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c37 * - Add comments on state->bits assertion in inffast.c
129 state->bits = 0;
135 int ZEXPORT inflatePrime(strm, bits, value)
137 int bits;
144 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR;
145 value &= (1L << bits) - 1;
146 state->hold += value << state->bits;
147 state->bits
222 unsigned sym, bits; local
570 unsigned bits; /* bits in bit buffer */ local
[all...]
/freebsd-9.3-release/contrib/gdtoa/
H A DstrtodI.c59 ULong bits[2], sign; local
64 k = strtodg(s, sp, &fpi, &exp, bits);
87 word1(&u[0]) = bits[0];
88 word0(&u[0]) = bits[1];
92 word1(&u[0]) = bits[0];
93 word0(&u[0]) = (bits[1] & ~0x100000) | ((exp + 0x3ff + 52) << 20);
159 word0(&u[0]) = word0(&u[1]) = 0x7ff00000 | sign | bits[1];
160 word1(&u[0]) = word1(&u[1]) = bits[0];
/freebsd-9.3-release/contrib/libstdc++/include/backward/
H A Dalgobase.h61 #include <bits/stl_algobase.h>
62 #include <bits/stl_uninitialized.h>
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dconcept_check.h40 #include <bits/c++config.h>
60 #include <bits/boost_concept_check.h>
/freebsd-9.3-release/crypto/openssh/regress/
H A Dkeytype.sh27 bits=`echo ${kt} | awk -F- '{print $2}'`
29 printf "keygen $type, $bits bits:\t"
30 ${TIME} ${SSHKEYGEN} -b $bits -q -N '' -t $type -f $OBJ/key.$kt ||\
31 fail "ssh-keygen for type $type, $bits bits failed"
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_rtld.c96 int bits; local
100 bits = curthread->rtld_bits;
103 bits = 0;
107 return (bits);
114 int bits; local
118 bits = curthread->rtld_bits;
121 bits = 0;
124 return (bits);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dmktime.c105 ** just 32 bits, its a max of 32 iterations (even at 64 bits it
189 register int bits; local
221 ** Calculate the number of magnitude bits in a time_t
225 for (bits = 0, t = 1; t > 0; ++bits, t <<= 1)
229 ** if time_t is unsigned, then 1 << bits is median.
231 t = (t < 0) ? 0 : ((time_t) 1 << bits);
239 if (bits-- < 0)
241 if (bits <
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/dsa/
H A Ddsa_depr.c92 DSA *DSA_generate_parameters(int bits, argument
106 if (DSA_generate_parameters_ex(ret, bits, seed_in, seed_len,
/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_depr.c73 RSA *RSA_generate_key(int bits, unsigned long e_value, argument
96 if (RSA_generate_key_ex(rsa, bits, e, &cb)) {
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2.h83 int bits);
85 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pow.c139 int bits; local
158 for (bits=0; bits<8; bits++)
160 load_addr.sstatus.get_rev = (bits & 1) != 0;
161 load_addr.sstatus.get_cur = (bits & 2) != 0;
162 load_addr.sstatus.get_wqp = (bits & 4) != 0;
164 dump->sstatus[core][bits].u64 = -1;
166 dump->sstatus[core][bits].u64 = cvmx_read_csr(load_addr.u64);
179 for (bits
[all...]

Completed in 358 milliseconds

1234567891011>>