Searched refs:bitno (Results 1 – 12 of 12) sorted by relevance
94 pfn_t bitno; in count_free_pages() local99 for (bitno = arp->low; bitno <= arp->high; bitno++) { in count_free_pages()100 if (cb_bitop(bitno, CB_ISCLR)) in count_free_pages()116 static pfn_t bitno; in search_phav_pages() local122 bitno = arp->low; in search_phav_pages()133 for (; arp->high; bitno = (++arp)->low) { in search_phav_pages()136 for (; bitno <= arp->high; bitno++) { in search_phav_pages()137 if (cb_bitop(bitno, CB_ISCLR)) { in search_phav_pages()138 (void) cb_bitop(bitno, CB_SETBIT); in search_phav_pages()140 return (bitno++); in search_phav_pages()[all …]
115 bitno = 0; in dbmclose()132 bitno = blkno + hmask; in forder()325 bitno = blkno + hmask; in dbm_access()349 if (bitno > maxbno) in getbit()351 n = bitno % BYTESIZ; in getbit()352 bn = bitno / BYTESIZ; in getbit()378 if (bitno > maxbno) { in setbit()379 maxbno = bitno; in setbit()382 n = bitno % BYTESIZ; in setbit()383 bn = bitno / BYTESIZ; in setbit()
118 bitno = 0; in dbmclose()135 bitno = blkno + hmask; in forder()336 bitno = blkno + hmask; in dbm_access()359 if (bitno > maxbno) in getbit()361 n = bitno % BYTESIZ; in getbit()362 bn = bitno / BYTESIZ; in getbit()387 if (bitno > maxbno) { in setbit()388 maxbno = bitno; in setbit()391 n = bitno % BYTESIZ; in setbit()392 bn = bitno / BYTESIZ; in setbit()
43 bitno;
561 uint_t bitno = 32; in bsd_compress() local603 bitno -= n_bits; \ in bsd_compress()604 accm |= ((ent) << bitno); \ in bsd_compress()608 bitno += 8; \ in bsd_compress()609 } while (bitno <= 24); \ in bsd_compress()833 olen += (32-bitno+7)/8; /* count complete bytes */ in bsd_compress()846 if (bitno != 32) { in bsd_compress()847 PUTBYTE((accm | (0xff << (bitno - 8))) >> 24); in bsd_compress()913 uint_t bitno = 7; in bsd_incomp() local1014 bitno += n_bits; in bsd_incomp()[all …]
109 #define BIT_TST(reg, bitno) (reg & (1ull << bitno)) argument110 #define BITMASK(bitno) (1ull << bitno) argument
443 u_int bitno = 7; local490 bitno += n_bits;514 bitno += n_bits; /* output (count) the last code */515 db->bytes_out += bitno/8;557 u_int bitno = 32; /* 1st valid bit in accm */ local595 bitno -= 8;596 accm |= *rptr++ << bitno;598 if (tgtbitno < bitno)602 bitno += n_bits;
51 long bitno; variable
54 long bitno; variable
938 int bitno, ibits = 0; in mc_mkprops_dramctl() local939 for (bitno = MC_CSMASKLO_LOBIT(rev); in mc_mkprops_dramctl()940 bitno <= MC_CSMASKLO_HIBIT(rev); bitno++) { in mc_mkprops_dramctl()941 if (!(csmask & (1 << bitno))) in mc_mkprops_dramctl()
4906 int bitno, s; in us3_gen_ecc() local4909 for (bitno = 0; bitno < 9; bitno++) { in us3_gen_ecc()4910 s = (popc64(data_low & ch_ecc_table[bitno][0]) + in us3_gen_ecc()4911 popc64(data_high & ch_ecc_table[bitno][1])) & 1; in us3_gen_ecc()4912 synd |= (s << bitno); in us3_gen_ecc()
551 bitno;