Searched refs:bits (Results 101 - 125 of 166) sorted by relevance

1234567

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcamellia.c87 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \
90 ll = (ll << bits) + (lr >> (32 - bits)); \
91 lr = (lr << bits) + (rl >> (32 - bits)); \
92 rl = (rl << bits) + (rr >> (32 - bits)); \
93 rr = (rr << bits) + (w0 >> (32 - bits)); \
96 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dcamellia.c89 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \
92 ll = (ll << bits) + (lr >> (32 - bits)); \
93 lr = (lr << bits) + (rl >> (32 - bits)); \
94 rl = (rl << bits) + (rr >> (32 - bits)); \
95 rr = (rr << bits) + (w0 >> (32 - bits)); \
98 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlflow.c701 int bits; local
720 bits = ffs(ntohl(mask->_S6_un._S6_u32[i])) - 1;
721 if (bits == 0)
723 plen -= bits;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm118 UCS-2 is a fixed-length encoding with each character taking 16 bits.
133 UTF-32 (UCS-4) is a fixed-length encoding with each character taking 32 bits.
153 16 32 bits/char
204 admitted that 16 bits were not big enough to hold all the world's
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm83 bytes or bits.
219 The two argument form of add_bits() will add the first $nbits bits
221 C<< $nbits % 8 >> bits are used. If $nbits is greater than C<<
237 to add bits that are not a multiple of 8, and the add_bits() method
H A Dfiletest.pm11 $can_perhaps_read = -r "file"; # use the mode bits
16 $can_perhaps_read = -r "file"; # use the mode bits again
24 The default behaviour is to use the mode bits as returned by the stat()
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfgetr.c109 ((f->flags&SF_STRING) && (f->bits&SF_BOTH) ) ) )
H A Dsfdisc.c255 f->bits &= ~SF_NULL; /* turn off /dev/null handling */
256 if((f->bits&SF_MMAP) || (f->mode&SF_INIT))
/osnet-11/usr/src/lib/libc/sparc/crt/
H A Dhwmuldiv.s47 tst %o1 ! return with Z set if high order bits are zero
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c41 #define set(bits) (whichfields & bits)
157 * requires only the set bits in mcreds be set in creds;
158 * MATCH_FLAGS_EXACT requires all bits to match.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL280 my($remove,$bits,@ip) = ($1,$3,split(/\./, $2),0,0,0);
281 if ( $ip[0] < 1 || $bits < 1 || $bits > 32) {
292 my $mask = sprintf("%d.%d.%d.%d/%d",@ip[0..3],$bits);
/osnet-11/usr/src/lib/libsasl/lib/
H A Dmd5.c102 /* ROTATE_LEFT rotates x left n bits.
147 /* Update number of bits */
186 unsigned char bits[8]; local
189 /* Save number of bits */
190 Encode (bits, context->count, 8);
198 _sasl_MD5Update (context, bits, 8);
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_sdr.c39 #define tos32(val, bits) ((val & ((1<<((bits)-1)))) ? (-((val) & \
40 (1<<((bits)-1))) | (val)) : (val))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DConfig.pm102 my($net,$bits) = (m#^(\d+\.\d+\.\d+\.\d+)/(\d+)$#) or next;
103 my $mask = ~0 << (32 - $bits);
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c540 uint_t bits; local
549 * in the least significant bits of the address, e.g.
554 bits = atoi(maskstr);
555 mask = bits ? ~0 << ((sizeof (struct in_addr) * NBBY) - bits)
/osnet-11/usr/src/lib/libparted/common/lib/
H A Derror.c84 # include <bits/libc-lock.h>
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc.h198 void (*action)(void *arg, int regno, const char *name, uint8_t bits));
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Derror.c84 # include <bits/libc-lock.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DMsg.pm179 mode (oly the permission bits)
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c1384 int bits; local
1439 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet);
1440 if (bits < 0) {
1449 ne->n_length = bits;
1558 int bits; local
1612 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet);
1613 if (bits < 0) {
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c121 * if the corresponding bit is set in 'bits' is set,
124 #define OPT_VAL_ARRAY_SIZE 32 /* # bits in 'bits' */
126 unsigned int bits; member in struct:__anon873
130 #define OPTSET_INIT(S) ((S).bits = 0)
132 #define OPTSET_SET_VAL(S, O, V) ((S).bits |= _OPT_TO_BIT(O), \
134 #define OPTSET_TEST(S, O) (((S).bits & _OPT_TO_BIT(O)) != 0)
136 #define OPTSET_IS_EMPTY(S) ((S).bits == 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm33 my @bits = extract_quotelike $_[0], qr//;
34 return unless $bits[0];
35 return \@bits;
598 code (i.e. on the bits between quotelikes), the C<'code'> partial filter
599 operates on the entire source code, but with the quotelike bits
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1813 * Determine number of leading bits that are common between two addresses.
1814 * Only consider bits which fall within the prefix length plen.
1819 uint_t bits; local
1827 bits = i * 32;
1829 if (bits == IPV6_ABITS)
1833 * Find number of leading common bits in the word which might
1834 * have some common bits by searching for the first one from the left
1841 bits += 16;
1845 bits += 8;
1849 bits
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c1570 uint32_t bits; local
1607 bits = *((uint32_t *)&lsp->pr_lwppend);
1608 if (bits)
1609 dprintf("%s: pr_lwppend = 0x%.8X\n", caller, bits);
1616 uint32_t bits; local
1620 bits = *((uint32_t *)&P->status.pr_sigpend);
1621 if (bits)
1622 dprintf("Pstopstatus: pr_sigpend = 0x%.8X\n", bits);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dw89c840.c184 /* The bits in the Intr Status/Enable registers, mostly interrupt sources. */
323 Cache alignment bits 15:14 Burst length 13:8
496 with the "ownership" bits last. */
739 /* Shift the read command bits out. */
783 int bits = 32; local
786 while (--bits >= 0) {
803 /* Shift the read command bits out. */
812 /* Read the two transition, 16 data, and wire-idle bits. */
836 /* Shift the command bits out. */
845 /* Clear out extra bits
[all...]

Completed in 112 milliseconds

1234567