Searched refs:bits (Results 251 - 275 of 487) sorted by relevance

<<11121314151617181920

/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c320 /* All codes must not exceed MAX_BITS bits */
417 * Number of bits by which ins_h must be shifted at each input
553 * Output buffer. bits are inserted starting at the bottom
554 * (least significant bits).
558 * Number of valid bits in bi_buf. All bits above the last
869 * 24 bits.
2256 /* Bit length codes must not exceed MAX_BL_BITS bits */
2262 /* repeat previous bit length 3-6 times (2 bits of repeat count) */
2265 /* repeat a zero length 3-10 times (3 bits o
2462 int bits; /* bit counter */ local
2668 int bits; /* bit length */ local
2762 int bits; /* bit index */ local
4760 #define bits macro
5261 #define bits macro
5634 #define bits macro
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_asm.s100 andn tmp2, SF_DC_VBIT_MASK, tmp2 /* clear out v bits */ ;\
126 andn tmp2, SF_DC_VBIT_MASK, tmp2 /* clear out v bits */ ;\
881 * appropriate actions if the important bits are non-zero.
904 wrpr %i0, %g0, %pstate ! clear IE, AM bits
985 * 4. Else get and clear datapath error bit(s) 4. Clear AFSR error bits
997 * The clr_datapath function clears any error bits set in the UDB regs.
1025 ! UE and CE bits set but the UDB syndrome and the AFAR will be
1050 sllx %g5, 33, %g5 ! shift upper bits to <42:33>
1051 or %g3, %g5, %g3 ! or with afsr bits
1060 sllx %g5, 43, %g5 ! shift upper bits t
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97.c202 * Third it converts the value to the number of bits that a hardware
208 * bits - The number of bits the hardware needs. If this value
218 * ( each channel is "bits" wide )
221 ac_val_scale(int left, int right, int bits) argument
226 if (bits < 0) { /* This is gain not ATTN */
229 bits = -bits;
252 return (((left * ((1 << bits) - 1) / 100) << 8) |
253 (right * ((1 << bits)
257 ac_mono_scale(int val, int bits) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hw.c30 uint16_t nxge_rx_pkt_thres; /* 16 bits */
31 uint8_t nxge_rx_pkt_timeout; /* 6 bits based on DMA clock divider */
252 /* Get this group's flag bits. */
269 * Call device's handler if flag bits are on.
431 if (estat.bits.ldw.smx) {
435 } else if (estat.bits.ldw.mac) {
444 } else if (estat.bits.ldw.ipp) {
448 } else if (estat.bits.ldw.zcp) {
453 } else if (estat.bits.ldw.tdmc) {
461 } else if (estat.bits
[all...]
/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c43 int bits; local
52 bits = ~0;
56 bits = *map++;
58 bits >>= (ino % NBBY);
64 bits = ~0;
66 bits = *map++;
74 if ((ino >= UFSROOTINO) && (bits & 1)) {
82 bits >>= 1;
603 /* LINTED: fragoff fits into 32 bits */
605 /* LINTED: bytecnt fits into 32 bits */
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.c142 static struct bits { struct
160 struct bits *p;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c524 struct bits { struct
530 static struct bits if_bits[] = {
571 static struct bits is_bits[] = {
619 static struct bits rs_bits[] = {
632 static struct bits ks_bits[] = {
652 trace_bits(const struct bits *tbl,
691 trace_string(const struct bits *tbl, uint_t field, boolean_t force)
693 const struct bits *tbp;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn.h120 * unsigned long long is only 64 bits :-(, don't define
142 /* This is where the long long data type is 64 bits, but long is 32.
291 int ri; /* number of bits in R */
394 int BN_rand(BIGNUM *rnd, int bits, int top,int bottom);
395 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom);
495 BIGNUM *BN_generate_prime(BIGNUM *ret,int bits,int safe,
507 int BN_generate_prime_ex(BIGNUM *ret,int bits,int safe, const BIGNUM *add,
631 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
632 (a):bn_expand2((a),(bits
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dmem.c390 void CRYPTO_set_mem_debug_options(long bits) argument
393 set_debug_options_func(bits);
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c1188 ** just 32 bits, its a max of 32 iterations (even at 64 bits it
1240 register int bits; local
1281 ** Calculate the number of magnitude bits in a time_t
1285 for (bits = 0, t = 1; t > 0; ++bits, t <<= 1)
1289 ** if time_t is unsigned, then 1 << bits is median.
1291 t = (t < 0) ? 0 : ((time_t) 1 << bits);
1296 if (bits-- < 0)
1298 if (bits <
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c417 int bits; local
478 bits = 0;
487 bits = 1;
492 bits = bits | 2;
497 bits = bits | 4;
554 way = (way ^ (addr >> 16)) & bits;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c85 u_char n_bits; /* current bits/code */
195 * with 8 fractional bits.
291 int bits; local
299 bits = BSD_NBITS(options[2]);
300 switch (bits) {
328 maxmaxcode = MAXCODE(bits);
349 db->maxbits = bits;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm75 bytes or bits.
174 The bits provided are appended to the message we calculate the digest
177 The two argument form of add_bits() will add the first $nbits bits
179 C<< $nbits % 8 >> bits are used. If $nbits is greater than C<<
193 to add bits that are not a multiple of 8, and the add_bits() method
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c523 make1101inaddr(const u_char *net, int bits, char *name, int size) { argument
530 for (n = (32 - bits) / 8; n > 0; n--) {
538 if ((n = bits % 8) != 0) {
542 net[bits / 8] & ~((1 << (8 - n)) - 1)));
547 for (n = bits / 8; n > 0; n--) {
/opensolaris-onvv-gate/usr/src/lib/libsum/common/
H A Dsum-md5.c62 UINT4 count[2]; /* # bits handled mod 2^64 (lsb)*/
172 /* ROTATE_LEFT rotates x left n bits */
299 /* update number of bits */
327 unsigned char bits[8]; local
331 /* save number of bits */
332 md5_encode(bits, context->count, sizeof(bits));
340 md5_block(p, bits, sizeof(bits));
/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_common.c592 DEBUGOUT3("Eeprom params: type = %d, size = %d, address bits: "
930 * This function clears hardware semaphore bits.
941 /* Release both semaphores by writing 0 to the bits SWESMBI and SMBI */
1014 * ixgbe_shift_out_eeprom_bits - Shift data bits out to the EEPROM.
1017 * @count: number of bits to shift out
1032 * Mask is used to shift "count" bits of "data" out to the EEPROM
1072 * ixgbe_shift_in_eeprom_bits - Shift data bits in from the EEPROM
1086 * 'count' bits in from the EEPROM. Bits are "shifted in" by raising
1369 * Some parts put the VMDq setting in the extra RAH bits,
1370 * so save everything except the lower 16 bits tha
2841 u32 bits = 0; local
2893 u32 bits; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c127 const uint8_t bits; member in struct:nametable
149 * ULRO and OVRO bits should be on upon accessing pcr unless
151 * Turn off these bits when updating SU/SL or OVF field
546 for (n = events[i]; n->bits != NT_END; n++)
552 for (n = events[i]; n->bits != NT_END; n++) {
621 for (; n->bits != NT_END; n++)
703 conf->opl_bits = (uint32_t)n->bits;
H A Dus234_pcbe.c128 const uint8_t bits; member in struct:nametable
655 for (n = events[i]; n->bits != NT_END; n++)
661 for (n = events[i]; n->bits != NT_END; n++) {
730 for (; n->bits != NT_END; n++)
808 conf->us_bits = (uint32_t)n->bits;
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c811 int fd, err, bits; local
851 bits = 32;
855 bits = 64;
899 bits, dmp->dm_name, dmp->dm_file, dmp->dm_modid);
1017 uint_t bits = 0; /* flag bits that must be present */ local
1031 mask = bits = DT_DM_KERNEL;
1043 if ((dmp->dm_flags & mask) != bits)
1147 uint_t bits = 0; /* flag bits tha local
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s133 btst 7, %o4 ! if lower three bits zero
138 btst 3, %o4 ! if lower two bits zero
150 ! l0 size in bits of upper part of source word (US)
151 ! l1 size in bits of lower part of source word (LS = 32 - US)
152 ! l2 size in bits of upper part of destination word (UD)
153 ! l3 size in bits of lower part of destination word (LD = 32 - UD)
179 srl %i3, %l0, %i5 ! upper src bits into lower dst bits
211 sll %i3, %l1, %i5 ! get leftover into upper bits
244 srl %i3, %l0, %i4 ! upper src bits int
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c964 int bits, rbits; local
983 bits = packet_get_int();
988 if (bits != rbits) {
990 "actual size is %d bits vs. announced %d.", rbits, bits);
995 bits = packet_get_int();
1000 if (bits != rbits) {
1002 "actual size is %d bits vs. announced %d.", rbits, bits);
1014 debug("Received server public key (%d bits) an
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c36 /* Number of bits in the RSA/DSA key. This value can be set on the command line. */
39 u_int32_t bits = 0; variable
916 " -b bits Number of bits in the key to create.\n"
982 bits = atoi(optarg);
983 if (bits < 512 || bits > 32768) {
1086 if (bits == 0)
1087 bits = (type == KEY_DSA) ? DEFAULT_BITS_DSA : DEFAULT_BITS_RSA;
1092 private = key_generate(type, bits);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c942 eq_db.bits.rearm = rearm;
943 eq_db.bits.event = B_TRUE;
944 eq_db.bits.num_popped = npopped;
945 eq_db.bits.clrint = clearint;
946 eq_db.bits.qid = qid;
965 cq_db.bits.rearm = rearm;
966 cq_db.bits.num_popped = npopped;
967 cq_db.bits.event = 0;
968 cq_db.bits.qid = qid;
/opensolaris-onvv-gate/usr/src/cmd/pack/
H A Dpack.c89 long bits [END+1]; variable
188 mask.lint.lng = bits[c]<<bitsleft;
329 bits[c] = mask.lint.lng;
544 "\teffective entropy = %.2f bits/byte\n"),
548 "\tasymptotic entropy = %.2f bits/byte\n"),
/opensolaris-onvv-gate/usr/src/cmd/tput/
H A Dtput.c274 * on the particular systems. For each type of delay, the bits used
466 * Set the appropriate delay bits in the termio structure for
470 setdelay(delay, delaytable, bits, flags)
473 int bits;
483 /* Clear out the bits, replace with new ones */
484 *flags &= ~bits;

Completed in 341 milliseconds

<<11121314151617181920