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

1234567891011>>

/freebsd-10.0-release/crypto/openssl/crypto/rc2/
H A Drc2_skey.c96 * the same as specifying 1024 for the 'bits' parameter. Bsafe uses
97 * a version where the bits parameter is the same as len*8 */
98 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits) argument
102 private_RC2_set_key(key, len, data, bits);
104 void private_RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits) argument
116 if (bits <= 0) bits=1024;
117 if (bits > 1024) bits=1024;
131 /* hmm.... key reduction to 'bits' bit
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/whrlpool/
H A Dwhrlpool.h32 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
/freebsd-10.0-release/sys/mips/mips/
H A Dminidump_machdep.c162 uint32_t bits; local
175 /* Walk page table pages, set bits in vm_page_dump */
206 bits = vm_page_dump[i];
207 while (bits) {
208 bit = ffs(bits) - 1;
216 bits &= ~(1ul << bit);
305 bits = vm_page_dump[i];
306 while (bits) {
307 bit = ffs(bits) - 1;
315 bits
[all...]
/freebsd-10.0-release/usr.bin/compress/
H A Dzopen.c55 * zopen(filename, mode, bits)
75 #define BITS 16 /* Default bits. */
93 #define INIT_BITS 9 /* Initial number of bits/code. */
103 u_int zs_n_bits; /* Number of bits/code. */
104 u_int zs_maxbits; /* User settable max # bits/code. */
355 * Chars are 8 bits long.
371 u_int bits; local
375 bits = n_bits;
382 * Since ocode is always >= 8 bits, only need to mask the first
387 bits
578 int r_off, bits; local
693 zopen(const char *fname, const char *mode, int bits) argument
[all...]
/freebsd-10.0-release/lib/libz/
H A Dtrees.c48 /* Bit length codes must not exceed MAX_BL_BITS bits */
54 /* repeat previous bit length 3-6 times (2 bits of repeat count) */
57 /* repeat a zero length 3-10 times (3 bits of repeat count) */
60 /* repeat a zero length 11-138 times (7 bits of repeat count) */
62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
95 * 5 bits.)
100 * 3 .. 258, the last 256 values correspond to the top 8 bits of
119 const intf *extra_bits; /* extra bits fo
239 int bits; /* bit counter */ local
500 int bits; /* bit length */ local
582 int bits; /* bit index */ local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c47 /* Bit length codes must not exceed MAX_BL_BITS bits */
53 /* repeat previous bit length 3-6 times (2 bits of repeat count) */
56 /* repeat a zero length 3-10 times (3 bits of repeat count) */
59 /* repeat a zero length 11-138 times (7 bits of repeat count) */
61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
77 /* Number of bits used within bi_buf. (bi_buf might be implemented on
78 * more than 16 bits on some systems.)
99 * 5 bits
243 int bits; /* bit counter */ local
502 int bits; /* bit length */ local
584 int bits; /* bit index */ local
[all...]
/freebsd-10.0-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c146 /* is not useful for longer numbers because overflow of 32 bits */
355 uByte bits = 0; /* working flags [assume +ve] */ local
383 bits = DECNEG;
425 dn->bits = bits | DECINF;
432 dn->bits = bits | DECNAN; /* assume simple NaN */
436 dn->bits = bits | DECSNAN;
469 bits
993 uByte bits = 0; /* result sign if errors */ local
2239 uByte bits; /* result bits */ local
2741 uByte bits; /* working sign */ local
3445 uByte bits; /* result sign */ local
3802 uByte bits = 0; /* non-0 for NaN */ local
[all...]
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:__anon1171
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-10.0-release/sys/netgraph/
H A Dng_mppc.c110 /* MPPC packet header bits */
163 static void ng_mppc_updatekey(u_int32_t bits,
186 /* Fixed bit pattern to weaken keysize down to 40 or 56 bits */
270 if ((cfg->bits & ~MPPC_VALID_BITS) != 0)
273 if ((cfg->bits & MPPC_BIT) != 0)
277 if ((cfg->bits & MPPE_BITS) != 0)
281 cfg->bits = 0;
296 if ((cfg->bits & MPPC_BIT) != 0) {
314 if ((cfg->bits & MPPE_BITS) != 0) {
315 const int keylen = KEYLEN(cfg->bits);
866 ng_mppc_updatekey(u_int32_t bits, u_char *key0, u_char *key, struct rc4_state *rc4) argument
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/locale/gnu/
H A Dc++locale_internal.h37 #include <bits/c++config.h>
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dvstring_fwd.h41 #include <bits/c++config.h>
42 #include <bits/char_traits.h>
/freebsd-10.0-release/contrib/libstdc++/include/precompiled/
H A Dstdtr1c++.h34 #include <bits/stdc++.h>
/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_depr.c68 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, argument
84 if(!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
/freebsd-10.0-release/crypto/openssl/crypto/camellia/
H A Dcamellia.h92 int private_Camellia_set_key(const unsigned char *userKey, const int bits,
95 int Camellia_set_key(const unsigned char *userKey, const int bits,
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa_gen.c74 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb);
81 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) argument
92 return rsa->meth->rsa_keygen(rsa, bits, e_value, cb);
95 return FIPS_rsa_generate_key_ex(rsa, bits, e_value, cb);
97 return rsa_builtin_keygen(rsa, bits, e_value, cb);
100 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) argument
117 bitsp=(bits+1)/2;
118 bitsq=bits-bitsp;
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_bitst.c95 ASN1_BIT_STRING *bits, STACK_OF(CONF_VALUE) *ret)
99 if(ASN1_BIT_STRING_get_bit(bits, bnam->bitnum))
/freebsd-10.0-release/sys/arm/include/
H A Dat91_gpio.h74 uint32_t iomask; /* Mask of bits to change */
88 uint32_t bits; /* bits to clock out (all 32) */ member in struct:at91_gpio_bang
95 void *bits; /* bits to clock out */ member in struct:at91_gpio_bang_many
96 uint32_t numbits; /* Number of bits to clock out */
99 #define AT91_GPIO_SET _IOW('g', 0, uint32_t) /* Turn bits on */
100 #define AT91_GPIO_CLR _IOW('g', 1, uint32_t) /* Turn bits off */
104 #define AT91_GPIO_BANG _IOW('g', 5, struct at91_gpio_bang) /* bit bang 32 bits */
105 #define AT91_GPIO_BANG_MANY _IOW('g', 6, struct at91_gpio_bang_many)/* bit bang >32 bits */
[all...]
/freebsd-10.0-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)
231 * These four bits should not be set together. The
/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/contrib/unbound/util/
H A Dwinsock_event.c316 short bits = 0; local
340 bits |= EV_READ;
346 bits |= EV_WRITE;
352 bits |= EV_READ;
353 bits |= EV_WRITE;
359 bits |= EV_READ;
365 bits |= EV_READ;
366 bits |= EV_WRITE;
373 bits |= eventlist[i]->old_events;
375 if(eventlist[i]->is_tcp && bits) {
467 event_set(struct event *ev, int fd, short bits, void (*cb)(int, short, void *), void *arg) argument
[all...]
/freebsd-10.0-release/lib/msun/src/
H A De_hypotl.c28 h = uv.bits.manh; \
29 l = uv.bits.manl; \
103 uv.e = t1; uv.bits.manl = 0; t1 = uv.e;
110 uv.e = y1; uv.bits.manl = 0; y1 = uv.e;
113 uv.e = t1; uv.bits.manl = 0; t1 = uv.e;

Completed in 305 milliseconds

1234567891011>>