Searched refs:bits (Results 126 - 150 of 166) sorted by relevance

1234567

/osnet-11/usr/src/common/mpi/
H A Dmpi-priv.h240 int s_mp_outlen(int bits, int r); /* output length in bytes */
308 mp_size b; /* R == 2 ** b, also b = # significant bits in N */
H A Dmpi.c825 * of 64-bit numbers (least significant 64 bits in
1328 /* Loop over bits of each non-maximal digit */
1711 /* Loop over the bits of the lower-order digits */
2837 int bits; local
2842 bits = USED(mp) * DIGIT_BIT - 1;
2844 return s_mp_outlen(bits, radix);
3170 Multiply the integer by 2^d, where d is a number of bits. This
3183 /* bits to be shifted out of the top word */
3302 Remainder the integer by 2^d, where d is a number of bits. This
3315 /* Flush all the bits abov
4841 s_mp_outlen(int bits, int r) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.pm301 sub bits subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSemaphore.pm255 mode (only the permission bits)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm42 enabling 6 bits to be represented per printable character.
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c2097 #define LZO_SIZE(bits) (1u << (bits))
2098 #define LZO_MASK(bits) (LZO_SIZE(bits) - 1)
2100 #define LZO_LSIZE(bits) (1ul << (bits))
2101 #define LZO_LMASK(bits) (LZO_LSIZE(bits) - 1)
2103 #define LZO_USIZE(bits) ((lzo_uint) 1 << (bits))
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/i386/pc/
H A Dvbe.c106 grub_uint64_t bits; local
119 return; /* over 36 bits, so out of range */
161 bits = bits_lo | ((grub_uint64_t) bits_hi << 32);
183 real_base + (~real_mask & bits) >= fb_base)
1088 /* Select mode with most of "volume" (size of framebuffer in bits). */
/osnet-11/usr/src/lib/libsum/common/
H A Dsum-sha1.c55 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL848 local($bits,$bytes);
913 ($bits = ($base+$offset)%8) ? ".$bits" : " ",
915 ($bits = $length % 8) ? ".$bits": ""
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL785 Low-order 9 bits of permission match octal value PERM.
789 The bits specified in PERM are all set in file's permissions.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm241 Currently, this is 32 bits for most systems, yielding an approximate range
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c568 represents the high 64 bits in 128-bits space. */
569 unsigned bits = 64; local
582 while (bits--)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dsundance.c132 In general, only the important configuration values or bits changed
793 int bits = 32; local
796 while (--bits >= 0) {
814 /* Shift the read command bits out. */
824 /* Read the two transition, 16 data, and wire-idle bits. */
848 /* Shift the command bits out. */
857 /* Clear out extra bits. */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm283 not be an exact multiple of eight, there may be unused bits in the last
285 ignore those extra bits) but it does mean that using the ~ operator
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm435 # Certain pragmas are dealt with using hint bits,
586 # Mask out the bits that L<warnings::register> uses
691 $hint_bits &= ~strict::bits(qw/refs subs vars/);
705 $hint_bits |= strict::bits(@names);
727 $hint_bits &= ~re::bits(qw/taint eval/);
741 $hint_bits |= re::bits(@names);
759 $warning_bits |= warnings::bits(@names);
1414 if (($to & WARN_MASK) eq warnings::bits("all")) {
1438 my ($bits) = @_;
1440 push @pragmas, "integer" if $bits
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c2854 uint64_t *bits = prop->pv_ptr; local
2855 *bits = b ? (*bits | prop->pv_aux) :
2856 (*bits & ~prop->pv_aux);
/osnet-11/usr/src/lib/hbaapi/common/
H A Dhbaapi.h64 typedef unsigned char HBA_UINT8; // Unsigned 8 bits
65 typedef char HBA_INT8; // Signed 8 bits
66 typedef unsigned short HBA_UINT16; // Unsigned 16 bits
67 typedef short HBA_INT16; // Signed 16 bits
68 typedef unsigned int HBA_UINT32; // Unsigned 32 bits
69 typedef int HBA_INT32; // Signed 32 bits
71 typedef HBA_UINT32 HBA_VOID32; // Opaque 32 bits
95 typedef unsigned char HBA_UINT8; /* Unsigned 8 bits */
96 typedef char HBA_INT8; /* Signed 8 bits */
97 typedef unsigned short HBA_UINT16; /* Unsigned 16 bits */
257 HBA_UINT8 bits[32]; /* 32 bytes of FC-4 per GS-2 */ member in struct:HBA_fc4types
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h43 # include <bits/libc-lock.h>
154 /* An integer used to represent a set of bits. It must be unsigned,
157 /* All bits set in a bitset_word_t. */
160 /* Number of bits in a bitset_word_t. For portability to hosts with
161 padding bits, do not use '(sizeof (bitset_word_t) * CHAR_BIT)';
164 31 bits, as they're not portable. */
350 /* These 2 bits can be moved into the union if needed (e.g. if running out
351 of bits; move opr.c to opr.c.c and move the flags to opr.c.flags). */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm190 Since the MD5 algorithm is byte oriented you might only add bits as
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm70 bits wide, in other words, that it would contain only the IPv4 address
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.guess621 long bits = sysconf(_SC_KERNEL_BITS);
631 switch (bits)
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.guess600 long bits = sysconf(_SC_KERNEL_BITS);
610 switch (bits)
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c1137 CK_ULONG bits = 0L; local
1172 *(CK_ULONG *)modulus_bits_attr->pValue = bits;
/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.c721 * print out val (which is 'bitlen' bits long) in binary
2323 * len is the length of the field (in bits)
2344 * sign extend a val (that is 'bits' bits in length) to a 32-bit signed
2348 sign_extend(int32_t val, int32_t bits) argument
2350 if ((val & (1L << (bits - 1))) == 0)
2353 return ((-1L << bits) | val);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c276 * Check standard KeyUsage bits
1812 int critical, uint32_t bits)
1819 uint16_t kubits = (uint16_t)(bits & 0x0000ffff);
1811 set_key_usage_extension(KMF_X509_EXTENSIONS *extns, int critical, uint32_t bits) argument

Completed in 110 milliseconds

1234567