Searched refs:bits (Results 226 - 250 of 785) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/libstdc++/config/locale/gnu/
H A Dc++locale_internal.h37 #include <bits/c++config.h>
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dvstring_fwd.h41 #include <bits/c++config.h>
42 #include <bits/char_traits.h>
/freebsd-9.3-release/contrib/libstdc++/include/precompiled/
H A Dstdtr1c++.h34 #include <bits/stdc++.h>
/freebsd-9.3-release/contrib/xz/src/liblzma/rangecoder/
H A Dprice.h87 rc_direct_price(const uint32_t bits) argument
89 return bits << RC_BIT_PRICE_SHIFT_BITS;
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c35 uint32_t bits = OS_REG_READ(ah, AR_RX_FILTER); local
39 bits |= HAL_RX_FILTER_PHYRADAR;
41 bits |= HAL_RX_FILTER_PHYERR;
42 return bits;
49 ar5416SetRxFilter(struct ath_hal *ah, u_int32_t bits) argument
53 OS_REG_WRITE(ah, AR_RX_FILTER, (bits & 0xffff));
55 if (bits & HAL_RX_FILTER_PHYRADAR)
57 if (bits & HAL_RX_FILTER_PHYERR)
191 * These four bits should not be set together. The
/freebsd-9.3-release/sys/dev/random/
H A Dharvest.c86 random_harvest(void *entropy, u_int count, u_int bits, u_int frac, argument
90 (*reap_func)(get_cyclecount(), entropy, count, bits, frac,
/freebsd-9.3-release/sys/sparc64/include/
H A Dasmacros.h84 * Atomically clear a number of bits of an integer in memory.
86 #define ATOMIC_CLEAR_INT(r1, r2, r3, bits) \
88 9: andn r2, bits, r3 ; \
95 * Atomically clear a number of bits of a long in memory.
97 #define ATOMIC_CLEAR_LONG(r1, r2, r3, bits) \
99 9: andn r2, bits, r3 ; \
120 * Atomically set a number of bits of an integer in memory.
122 #define ATOMIC_SET_INT(r1, r2, r3, bits) \
124 9: or r2, bits, r3 ; \
131 * Atomically set a number of bits o
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_syslog.h78 #define NLOG(bits) if (ntp_syslogmask & (bits))
/freebsd-9.3-release/crypto/openssl/crypto/camellia/
H A Dcamellia.h92 int private_Camellia_set_key(const unsigned char *userKey, const int bits,
96 int Camellia_set_key(const unsigned char *userKey, const int bits,
/freebsd-9.3-release/crypto/openssl/fips/rsa/
H A Dfips_rsa_gen.c145 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value,
155 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) argument
158 return rsa->meth->rsa_keygen(rsa, bits, e_value, cb);
159 return rsa_builtin_keygen(rsa, bits, e_value, cb);
162 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, argument
176 if (FIPS_mode() && (bits < OPENSSL_RSA_FIPS_MIN_MODULUS_BITS)) {
192 bitsp = (bits + 1) / 2;
193 bitsq = bits - bitsp;
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_depr.c70 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, argument
85 if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
H A Dbn_exp.c122 int i, bits, ret = 0; local
142 bits = BN_num_bits(p);
152 for (i = 1; i < bits; i++) {
190 * 4096, 8192 bits], compared to the running time of the
201 * at 2048 and more bits, but at 512 and 1024 bits, it was
249 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
262 bits = BN_num_bits(p);
264 if (bits == 0) {
296 window = BN_window_bits_for_exponent_size(bits);
377 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
619 int i, bits, ret = 0, idx, window, wvalue; local
792 int b, bits, ret = 0; local
938 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_bitst.c96 ASN1_BIT_STRING *bits,
101 if (ASN1_BIT_STRING_get_bit(bits, bnam->bitnum))
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-opc.c203 ia64_insn bits = completer_table[completer_index].bits;
207 bits = bits << shiftamt;
208 opcode = (opcode & ~mask) | bits;
213 /* Extract BITS number of bits starting from OP_POINTER + BITOFFSET in
219 extract_op_bits (int op_pointer, int bitoffset, int bits)
230 int bata = (bits < numb) ? bits : numb;
235 bits
199 ia64_insn bits = completer_table[completer_index].bits; local
214 extract_op_bits(int op_pointer, int bitoffset, int bits) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Denum.c351 uintptr_t bits = (uintptr_t)pOD->optCookie; local
355 bits &= ((uintptr_t)1 << (uintptr_t)name_ct) - (uintptr_t)1;
357 while (bits != 0) {
358 if (bits & 1) {
363 bits >>= 1;
373 uintptr_t bits = (uintptr_t)od->optCookie & mask; local
381 while (bits != 0) {
382 if (bits & 1)
385 bits >>= 1;
389 bits
[all...]
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.h43 /* Bit settings for decNumber.bits */
48 /* The remaining bits are reserved; they must be 0 */
84 uint8_t bits; /* Indicator bits (see above) */ member in struct:__anon1283
189 && (((dn)->bits&DECSPECIAL)==0))
190 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0)
191 #define decNumberIsNaN(dn) (((dn)->bits&(DECNAN|DECSNAN))!=0)
192 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0)
/freebsd-9.3-release/contrib/gdtoa/
H A Dg_ddfmt.c43 ULong *L, bits0[4], *bits, *zx; local
134 bits = zx = z->x;
147 bits0[i] = bits[i];
150 bits = bits0;
166 s = gdtoa(&fpi, ex, bits, &i, mode, ndig, &decpt, &se);
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dbasic_ios.h41 #include <bits/streambuf_iterator.h>
42 #include <bits/localefwd.h>
43 #include <bits/locale_classes.h>
44 #include <bits/locale_facets.h>
146 // Flip the internal state on for the proper state bits, then re
465 #include <bits/basic_ios.tcc>
/freebsd-9.3-release/lib/msun/src/
H A De_hypotl.c35 h = uv.bits.manh; \
36 l = uv.bits.manl; \
118 uv.e = t1; uv.bits.manl = 0; t1 = uv.e;
125 uv.e = y1; uv.bits.manl = 0; y1 = uv.e;
128 uv.e = t1; uv.bits.manl = 0; t1 = uv.e;
/freebsd-9.3-release/sys/dev/nvme/
H A Dnvme_ctrlr.c244 num_entries = min(num_entries, cap_lo.bits.mqes+1);
334 if (!cc.bits.en) {
341 while (!csts.bits.rdy) {
363 if (cc.bits.en == 1 && csts.bits.rdy == 0)
366 cc.bits.en = 0;
381 if (cc.bits.en == 1) {
382 if (csts.bits.rdy == 1)
395 aqa.bits.acqs = ctrlr->adminq.num_entries-1;
396 aqa.bits
[all...]
/freebsd-9.3-release/sys/dev/nmdm/
H A Dnmdm.c223 int bits; local
225 bits = 1; /* start bit */
227 case CS5: bits += 5; break;
228 case CS6: bits += 6; break;
229 case CS7: bits += 7; break;
230 case CS8: bits += 8; break;
232 bits++; /* stop bit */
234 bits++;
236 bits++;
237 return (bits);
[all...]
/freebsd-9.3-release/contrib/ntp/util/
H A Dntptime.c74 static volatile int status; /* most recent status bits */
75 static volatile int flash; /* most recent ntp_adjtime() bits */
98 volatile unsigned ts_mask = TS_MASK; /* defaults to 20 bits (us) */
99 volatile unsigned ts_roundbit = TS_ROUNDBIT; /* defaults to 20 bits (us) */
184 -s status Set the status bits\n\
410 const char * bits
420 if (bits != NULL && *bits == 8)
426 if (bits != NULL) {
427 bits
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_gzip.c110 * count of bits verified, suitable for use by bidder.
117 int bits = 0; local
128 bits += 8;
131 bits += 8;
134 bits += 8;
137 bits += 3;
188 bits += 16;
194 *pbits = bits;
199 * Bidder just verifies the header and returns the number of verified bits.
/freebsd-9.3-release/lib/libc/locale/
H A Deuc.c67 wchar_t bits[4]; member in struct:__anon5085
106 ei->bits[x] = (int)strtol(v, &e, 0);
218 wc = (wc & ~CEI->mask) | CEI->bits[set];
246 if (m == CEI->bits[1]) {
253 if (m == CEI->bits[0])
255 else if (m == CEI->bits[2]) {
261 } else if (m == CEI->bits[3]) {
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c22 * and ownership bits. The FAT File system only has a readonly flag
116 isc_fsaccess_t bits; local
119 * Done with checking bad bits. Set mode_t.
124 if ((access & bits) != 0) { \
126 access &= ~bits; \
130 bits <<= STEP; \
132 bits <<= STEP; \
135 bits = ISC_FSACCESS_READ | ISC_FSACCESS_LISTDIRECTORY;
139 bits = ISC_FSACCESS_WRITE |
208 /* For directories check the directory-specific bits */
[all...]

Completed in 286 milliseconds

1234567891011>>