Searched refs:bits (Results 76 - 100 of 166) sorted by relevance

1234567

/osnet-11/usr/src/lib/libast/common/sfio/
H A D_sfopen.c64 f->bits |= SF_BOTH;
65 else f->bits &= ~SF_BOTH;
H A Dsfpurge.c58 if(f->bits&SF_MMAP)
H A Dsfscanf.c71 f.bits = SF_PRIVATE;
H A Dsfset.c66 if(!(f->bits&SF_BOTH) || (flags&SF_RDWR) == SF_RDWR )
H A Dsfmode.c102 ((f->bits&SF_MMAP) ||
404 if((f->bits&SF_MMAP) && (f->tiny[0] += 1) >= (4*SF_NMAP) )
454 f->extent = ((f->flags&SF_READ) || (f->bits&SF_BOTH)) ?
515 if((f->bits&SF_MMAP) && f->data)
552 if(f->extent >= 0 && (n > 0 || (f->data && (f->bits&SF_MMAP))) )
563 if(f->bits&SF_MMAP)
H A Dsfseek.c38 if((f->bits&SF_MMAP) && f->data)
112 /* clear error and eof bits */
205 if(f->bits&SF_MMAP)
246 f->bits |= SF_JUSTSEEK;
H A Dsfexcept.c100 { if(_Sfexiting || (f->bits&SF_ENDING) || /* stop being a hero */
H A Dsfnew.c110 f->bits = (flags&SF_RDWR) == SF_RDWR ? SF_BOTH : 0;
H A Dsfsize.c84 if((f->bits&SF_MMAP) && f->data)
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h179 #define setadd(p,c) bitset((p)->bits,c)
180 #define setclr(p,c) bitclr((p)->bits,c)
181 #define settst(p,c) bittst((p)->bits,c)
360 unsigned char bits[(UCHAR_MAX+1)/CHAR_BIT]; member in struct:Set_s
/osnet-11/usr/src/lib/libc/i386/gen/
H A D_mul64.s41 / We can ignore ac and top 32 bits of ad+bc: if <> 0, overflow happened.
H A Dldivide.s65 movl $64,%ecx / initialize counter for 64-bits
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drfc2268.c200 int bits = keylen * 8; local
212 if (keylen < 40 / 8) /* We want at least 40 bits. */
225 /* Phase 2 - reduce effective key size to "bits". This was not
230 len = (bits + 7) >> 3;
232 x = rfc2268_sbox[S[i] & (255 >> (7 & -bits))];
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c446 bits; member in union:rhine_tx_desc::VTC_tx_status_tag
465 bits; member in union:rhine_tx_desc::VTC_tx_ctrl_tag
501 bits; member in union:rhine_rx_desc::VTC_rx_status_tag
514 bits; member in union:rhine_rx_desc::VTC_rx_ctrl_tag
669 /* Initialize the Rx and Tx rings, along with various 'dev' bits. */
683 tp->rx_ring[i].rx_status.bits.own_bit = 1;
684 tp->rx_ring[i].rx_ctrl.bits.rx_buf_size = 1536;
691 /* tp->rx_ring[i-1].rx_ctrl.bits.rx_buf_size =1518; */
971 /* (bits written are cleared?) */
1060 /* The lower four bits ar
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c174 /* All codes must not exceed MAX_BITS bits */
263 /* Number of bits by which ins_h must be shifted at each input
376 /* Output buffer. bits are inserted starting at the bottom (least
377 * significant bits).
380 /* Number of valid bits in bi_buf. All bits above the last valid bit
650 * output size for (length,distance) codes is <= 32 bits (worst case
1482 /* Bit length codes must not exceed MAX_BL_BITS bits */
1488 /* repeat previous bit length 3-6 times (2 bits of repeat count) */
1491 /* repeat a zero length 3-10 times (3 bits o
1673 int bits; /* bit counter */ local
1860 int bits; /* bit length */ local
1942 int bits; /* bit index */ local
3610 #define bits macro
4080 #define bits macro
4398 #define bits macro
[all...]
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;
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c79 const int bits);
155 * bits: the size of the key
162 const int protocol, const int bits)
181 new_key->dk_key_size = bits;
928 *\par bits Size of the new key in bits.
934 * section 3.3. The field has 16 bits.
938 * section 3.4. The field has 8 bits.
951 dst_generate_key(const char *name, const int bits, const int exp, argument
966 new_key = dst_s_get_key_struct(name, alg, flags, protocol, bits);
161 dst_s_get_key_struct(const char *name, const int alg, const int flags, const int protocol, const int bits) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drfc2268.c201 int bits = keylen * 8; local
213 if (keylen < 40 / 8) /* We want at least 40 bits. */
226 /* Phase 2 - reduce effective key size to "bits". This was not
231 len = (bits + 7) >> 3;
233 x = rfc2268_sbox[S[i] & (255 >> (7 & -bits))];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t233 for my $bits (0,1,2) {
234 push @usekeys, $keys[$bits] if $usekeys & (1 << $bits);
/osnet-11/usr/src/common/crypto/ecc/
H A Decl.c231 int bits; local
255 /* determine number of bits */
256 bits = mpl_significant_bits(&irr) - 1;
257 if (bits < MP_OKAY) {
258 res = bits;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvars.pm23 } elsif (($^H &= strict::bits('vars'))) {
/osnet-11/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--) {
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c49 unsigned char *bits; /* bit array for child subscripts */ member in struct:index_array
116 ar->bits = (unsigned char*)&ar->val[ar->maxi];
230 nofree = array_isbit(ap->bits,ap->cur,ARRAY_NOFREE);
372 if(up->np && array_isbit(ap->bits,ap->cur,ARRAY_CHILD))
490 ar->bits = (unsigned char*)&ar->val[ar->maxi];
515 array_setbit(aq->bits,aq->cur,ARRAY_NOFREE);
613 array_clrbit(aq->bits,aq->cur,ARRAY_CHILD);
643 array_clrbit(aq->bits,aq->cur,ARRAY_CHILD);
696 array_clrbit(aq->bits,aq->cur,ARRAY_NOFREE);
791 ap->bits
[all...]
/osnet-11/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));
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.c812 int fd, err, bits; local
852 bits = 32;
856 bits = 64;
901 bits, dmp->dm_name, dmp->dm_file, dmp->dm_modid);
1019 uint_t bits = 0; /* flag bits that must be present */ local
1033 mask = bits = DT_DM_KERNEL;
1045 if ((dmp->dm_flags & mask) != bits)
1149 uint_t bits = 0; /* flag bits tha local
[all...]

Completed in 94 milliseconds

1234567