Searched defs:bit (Results 26 - 39 of 39) sorted by relevance

12

/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c454 /* convert code back to bit vector */
709 int bit; /* for looping through bits */ local
710 int limbit; /* upper bit limit when looping */
787 * - 2 bit code type, set to 01
788 * - 2 bit size field
801 for (bit = 0; bit < infop->numx; bit++) {
811 for (bit = 0; bit < info
840 int bit; /* for looping through bits */ local
1214 int bit; local
1232 int bit; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c216 unsigned bit; local
219 bit = (matchByte & offs);
220 probLit = prob + offs + bit + symbol;
221 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
564 unsigned bit; local
567 bit = (matchByte & offs);
568 probLit = prob + offs + bit + symbol;
569 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit)
[all...]
H A DLzmaEnc.c718 UInt32 bit; local
720 bit = (symbol >> i) & 1;
721 RangeEnc_EncodeBit(rc, probs + m, bit);
722 m = (m << 1) | bit;
732 UInt32 bit = symbol & 1; local
733 RangeEnc_EncodeBit(rc, probs + m, bit);
734 m = (m << 1) | bit;
758 UInt32 bit = symbol & 1; local
760 price += GET_PRICEa(probs[m], bit);
761 m = (m << 1) | bit;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_lzma2.c137 * LZMA properties or related bit masks (number of literal
161 /* If 1, it's a match. Otherwise it's a single 8-bit literal. */
486 * Decode one bit. In some versions, this function has been splitted in three
499 int bit; local
506 bit = 0;
511 bit = 1;
514 return bit;
517 /* Decode a bittree starting from the most significant bit. */
533 /* Decode a bittree starting from the least significant bit. */
579 /* Decode a literal (one 8-bit byt
[all...]
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dengine.c147 ** each state (ST_*) corresponds to bit in an int value (1 << state)
154 #define MI_MASK(x) (0x0001 << (x)) /* generate a bit "mask" for a state */
428 ** if the IGNO bit is set: "ignore" the error,
541 ** GET_NR_BIT -- get "no reply" bit matching state
547 ** 0: no matching bit
548 ** >0: the matching "no reply" bit
557 unsigned long bit; local
562 bit = SMFIP_NR_CONN;
565 bit = SMFIP_NR_HELO;
568 bit
616 unsigned long bit; local
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscmp.c539 int bit, ret1, ret2; local
560 bit = 0;
562 if (*cia1.byte & (1 << bit)) {
585 bit++;
586 if (bit > 7) {
587 bit = 0;
H A Dntfsinfo.c1797 int bit; local
1826 bit = 0;
1828 if (*byte & (1 << bit)) {
1844 bit++;
1845 if (bit > 7) {
1846 bit = 0;
H A Dntfsclone.c799 int bit; local
841 bit = 0;
843 if (*byte & (1 << bit)) {
867 bit++;
868 if (bit > 7) {
869 bit = 0;
1118 char bit; local
1120 bit = ntfs_bit_get(a->bm, cl);
1121 if (bit == ntfs_bit_get(bm, i * 8 + cl % 8))
1135 bit
[all...]
H A Dmkntfs.c762 char bit; local
769 bit = ntfs_bit_get_and_set(g_lcn_bitmap, lcn, 1);
770 if (bit)
4285 /* Generate a 64-bit random number for the serial number. */
H A Dntfsresize.c768 * lcn_bitmap has one bit for each cluster on the disk. Initially, lcn_bitmap
911 char bit; local
913 bit = ntfs_bit_get(a->bm, cl);
914 if (bit == ntfs_bit_get(bm, i * 8 + cl % 8))
917 if (!mismatch && !bit && !backup_boot &&
933 bit ? "missing" : "extra");
1223 static void set_bitmap_range(struct bitmap *bm, s64 pos, s64 length, u8 bit) argument
1226 ntfs_bit_set(bm->bm, pos++, bit);
1229 static void set_bitmap_clusters(struct bitmap *bm, runlist *rl, u8 bit) argument
1232 set_bitmap_range(bm, rl->lcn, rl->length, bit);
[all...]
/osnet-11/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c310 uint_t bit; local
340 * If within sequence window, set the bit corresponding to it
344 bit = j > 0 ? (1 << j) : 1;
346 if (cl->seq_bits[i] & bit)
348 cl->seq_bits[i] |= bit;
1220 * The client context handle is a 32-bit key (unsigned int).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c12 * "It's a big house this, and very peculiar. Always a bit more to discover,
953 UV bit = (UV)1 << (UV)n; local
954 if (power & bit) {
956 /* Only bother to clear the bit if it is set. */
957 power -= bit;
985 register UV bit = (UV)1 << (UV)n; local
986 if (power & bit) {
988 power -= bit;
1074 /* eg 32 bit is at least 0x10000 * 0x10000 == 0x100000000
1077 /* eg 32 bit i
[all...]
H A Dutf8.c769 0 if C<s> is converted or contains all 7bit characters.
1640 U32 bit; local
1745 bit = 1 << (off & 7);
1747 return (tmps[off] & bit) != 0;
1909 are false, the respective string is assumed to be in native 8-bit
/osnet-11/usr/src/common/mpi/
H A Dmpi.c824 * converts an mp_int with 32-bit "digits" to an array
825 * of 64-bit numbers (least significant 64 bits in
966 * since useda is in units of 32-bit words,
1087 step is a bit more complicated, but we save a fair number of
1309 int dig, bit; local
1329 for(bit = 0; bit < DIGIT_BIT; bit++) {
1684 int dig, bit; local
1712 for(bit
4526 mp_size dig, bit; local
[all...]

Completed in 70 milliseconds

12