Home | History | Annotate | Download | only in misc

Lines Matching defs:shift

867 	int shift, l2_bits, header_size, l1_size, ret;
894 shift = cluster_bits + l2_bits;
895 l1_size = ((total_size + (1LL << shift) - 1) >> shift);