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

1234567891011>>

/freebsd-10.0-release/contrib/gdtoa/
H A Dg_ffmt.c43 ULong bits[1], *L, sign; local
78 bits[0] = L[0] & 0x7fffff;
80 bits[0] |= 0x800000;
91 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A DstrtopxL.c58 ULong bits[2]; local
68 k = strtodg(s, sp, fpi, &exp, bits);
78 L[_2] = bits[0];
79 L[_1] = bits[1];
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-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_clocale.h50 #include <bits/c++config.h>
H A Dstd_csetjmp.h50 #include <bits/c++config.h>
H A Dstd_csignal.h50 #include <bits/c++config.h>
/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A Dpure.cc30 #include <bits/c++config.h>
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dmd5_i.h14 u32 bits[2]; member in struct:MD5Context
/freebsd-10.0-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-10.0-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-10.0-release/contrib/dtc/
H A Ddtc-parser.y36 static unsigned long long eval_literal(const char *s, int base, int bits);
50 int bits;
261 $$.bits = eval_literal($2, 0, 7);
263 if (($$.bits != 8) &&
264 ($$.bits != 16) &&
265 ($$.bits != 32) &&
266 ($$.bits != 64))
270 $$.bits = 32;
276 $$.bits = 32;
280 if ($1.bits < 6
[all...]
/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/asn1/
H A Da_bitstr.c68 int ret,j,bits,len; local
79 bits=(int)a->flags&0x07;
88 if (j & 0x01) bits=0;
89 else if (j & 0x02) bits=1;
90 else if (j & 0x04) bits=2;
91 else if (j & 0x08) bits=3;
92 else if (j & 0x10) bits=4;
93 else if (j & 0x20) bits=5;
94 else if (j & 0x40) bits=6;
95 else if (j & 0x80) bits
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/dsa/
H A Ddsa_gen.c88 int DSA_generate_parameters_ex(DSA *ret, int bits, argument
101 return ret->meth->dsa_paramgen(ret, bits, seed_in, seed_len,
106 return FIPS_dsa_generate_parameters_ex(ret, bits,
114 size_t qbits = bits >= 2048 ? 256 : 160;
116 if (bits >= 2048)
127 return dsa_builtin_paramgen(ret, bits, qbits, evpmd,
132 int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits, argument
159 if (bits < 512)
160 bits = 512;
162 bits
[all...]
H A Ddsa_depr.c86 DSA *DSA_generate_parameters(int bits, argument
99 if(DSA_generate_parameters_ex(ret, bits, seed_in, seed_len,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp84 uint32_t bits = GetFlagBits(arg); local
86 if (bits)
88 flag_bits &= ~bits;
129 uint32_t bits = GetFlagBits(arg); local
131 if (bits)
133 flag_bits |= bits;
/freebsd-10.0-release/crypto/openssh/
H A Dbufbn.c56 * by (bits+7)/8 bytes of binary data, msb first.
61 int bits = BN_num_bits(value); local
62 int bin_size = (bits + 7) / 8;
76 /* Store the number of bits in the buffer in two bytes, msb first. */
77 put_u16(msg, bits);
101 u_int bits, bytes; local
104 /* Get the number of bits. */
109 bits = get_u16(buf);
111 bytes = (bits + 7) / 8;
/freebsd-10.0-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-10.0-release/contrib/libstdc++/include/backward/
H A Dalgobase.h61 #include <bits/stl_algobase.h>
62 #include <bits/stl_uninitialized.h>
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dconcept_check.h40 #include <bits/c++config.h>
60 #include <bits/boost_concept_check.h>
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dmktime.c100 ** just 32 bits, its a max of 32 iterations (even at 64 bits it
184 register int bits; local
216 ** Calculate the number of magnitude bits in a time_t
220 for (bits = 0, t = 1; t > 0; ++bits, t <<= 1)
224 ** if time_t is unsigned, then 1 << bits is median.
226 t = (t < 0) ? 0 : ((time_t) 1 << bits);
234 if (bits-- < 0)
236 if (bits <
[all...]
/freebsd-10.0-release/crypto/openssh/regress/
H A Dkeytype.sh21 bits=`echo ${kt} | awk -F- '{print $2}'`
23 printf "keygen $type, $bits bits:\t"
24 ${TIME} ${SSHKEYGEN} -b $bits -q -N '' -t $type -f $OBJ/key.$kt ||\
25 fail "ssh-keygen for type $type, $bits bits failed"
/freebsd-10.0-release/crypto/openssl/crypto/rc2/
H A Drc2.h83 void private_RC2_set_key(RC2_KEY *key, int len, const unsigned char *data,int bits);
85 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data,int bits);

Completed in 120 milliseconds

1234567891011>>