Searched refs:n_bits (Results 1 – 7 of 7) sorted by relevance
119 unsigned char n_bits; /* current bits/code */ member178 db->n_bits = BSD_INIT_BITS; in bsd_clear()458 unsigned int n_bits; in bsd_compress() local471 bitno -= n_bits; \ in bsd_compress()495 n_bits = db->n_bits; in bsd_compress()498 mxcode = MAXCODE(n_bits); in bsd_compress()552 db->n_bits = ++n_bits; in bsd_compress()553 mxcode = MAXCODE(n_bits); in bsd_compress()612 db->n_bits++; in bsd_compress()648 unsigned int n_bits; in bsd_decompress() local[all …]
140 unsigned char n_bits; /* current bits/code */ member226 db->n_bits = BSD_INIT_BITS; in bsd_clear()569 unsigned int n_bits; in bsd_compress() local598 bitno -= n_bits; \ in bsd_compress()624 n_bits = db->n_bits; in bsd_compress()627 mxcode = MAXCODE (n_bits); in bsd_compress()707 db->n_bits = ++n_bits; in bsd_compress()708 mxcode = MAXCODE (n_bits); in bsd_compress()778 db->n_bits++; in bsd_compress()834 unsigned int n_bits; in bsd_decompress() local[all …]
52 .n_bits = ARRAY_SIZE(rtap_namespace_sizes),240 iterator->_arg_index >= iterator->current_namespace->n_bits) { in ieee80211_radiotap_iterator_next()
307 u_char n_bits = size+8; in complete_read_super() local308 int bsize = 1 << n_bits; in complete_read_super()319 sbi->s_inodes_per_block_bits = n_bits-6; in complete_read_super()323 sbi->s_ind_per_block_bits = n_bits-2; in complete_read_super()
4320 int n_bits; member4399 int n_bits; in caldac_setup() local4407 n_bits = caldacs[type].n_bits; in caldac_setup()4412 if (caldacs[type].n_bits != n_bits) in caldac_setup()4431 (1 << caldacs[type].n_bits) - 1; in caldac_setup()4440 s->maxdata = (1 << caldacs[type].n_bits) - 1; in caldac_setup()
435 int i, idx = 0, n_bits = 0, ret, rc; in ethtool_get_sset_info() local447 n_bits = hweight64(sset_mask); in ethtool_get_sset_info()452 info_buf = kzalloc(n_bits * sizeof(u32), GFP_USER); in ethtool_get_sset_info()
3598 int n_bits; member