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 …]
113 bitno = 0; in dbmclose()130 bitno = blkno + hmask; in forder()323 bitno = blkno + hmask; in dbm_access()347 if (bitno > maxbno) in getbit()349 n = bitno % BYTESIZ; in getbit()350 bn = bitno / BYTESIZ; in getbit()376 if (bitno > maxbno) { in setbit()377 maxbno = bitno; in setbit()380 n = bitno % BYTESIZ; in setbit()381 bn = bitno / BYTESIZ; in setbit()
122 bitno = 0; in dbmclose()139 bitno = blkno + hmask; in forder()340 bitno = blkno + hmask; in dbm_access()363 if (bitno > maxbno) in getbit()365 n = bitno % BYTESIZ; in getbit()366 bn = bitno / BYTESIZ; in getbit()391 if (bitno > maxbno) { in setbit()392 maxbno = bitno; in setbit()395 n = bitno % BYTESIZ; in setbit()396 bn = bitno / BYTESIZ; in setbit()
43 bitno { ASSERT = { TYPE = OBJECT; SIZE = addrsize; }; };
559 uint_t bitno = 32; in bsd_compress() local601 bitno -= n_bits; \ in bsd_compress()602 accm |= ((ent) << bitno); \ in bsd_compress()606 bitno += 8; \ in bsd_compress()607 } while (bitno <= 24); \ in bsd_compress()831 olen += (32-bitno+7)/8; /* count complete bytes */ in bsd_compress()844 if (bitno != 32) { in bsd_compress()845 PUTBYTE((accm | (0xff << (bitno - 8))) >> 24); in bsd_compress()911 uint_t bitno = 7; in bsd_incomp() local1012 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
939 int bitno, ibits = 0; in mc_mkprops_dramctl() local940 for (bitno = MC_CSMASKLO_LOBIT(rev); in mc_mkprops_dramctl()941 bitno <= MC_CSMASKLO_HIBIT(rev); bitno++) { in mc_mkprops_dramctl()942 if (!(csmask & (1 << bitno))) in mc_mkprops_dramctl()
4907 int bitno, s; in us3_gen_ecc() local4910 for (bitno = 0; bitno < 9; bitno++) { in us3_gen_ecc()4911 s = (popc64(data_low & ch_ecc_table[bitno][0]) + in us3_gen_ecc()4912 popc64(data_high & ch_ecc_table[bitno][1])) & 1; in us3_gen_ecc()4913 synd |= (s << bitno); in us3_gen_ecc()
578 bitno {