Lines Matching defs:bits
48 int i, n, bits, per_leb_wastage, max_pnode_cnt;
80 bits = UBIFS_LPT_CRC_BITS + UBIFS_LPT_TYPE_BITS +
83 c->pnode_sz = (bits + 7) / 8;
85 bits = UBIFS_LPT_CRC_BITS + UBIFS_LPT_TYPE_BITS +
88 c->nnode_sz = (bits + 7) / 8;
90 bits = UBIFS_LPT_CRC_BITS + UBIFS_LPT_TYPE_BITS +
92 c->ltab_sz = (bits + 7) / 8;
94 bits = UBIFS_LPT_CRC_BITS + UBIFS_LPT_TYPE_BITS +
96 c->lsave_sz = (bits + 7) / 8;
220 * @nrbits: number of bits of value to pack (1-32)
269 * @nrbits: number of bits of value to unpack (1-32)
524 int num, bits;
528 bits = (col & (UBIFS_LPT_FANOUT - 1));
531 num |= bits;