Lines Matching refs:hpsizes
152 unsigned char *hpsizes; in slice_mask_for_size() local
166 hpsizes = mm->context.high_slices_psize; in slice_mask_for_size()
170 if (((hpsizes[index] >> (mask_index * 4)) & 0xf) == psize) in slice_mask_for_size()
213 unsigned char *hpsizes; in slice_convert() local
234 hpsizes = mm->context.high_slices_psize; in slice_convert()
239 hpsizes[index] = (hpsizes[index] & in slice_convert()
640 unsigned char *hpsizes; in get_slice_psize() local
659 hpsizes = mm->context.high_slices_psize; in get_slice_psize()
662 return (hpsizes[index >> 1] >> (mask_index * 4)) & 0xf; in get_slice_psize()
683 unsigned char *hpsizes; in slice_set_user_psize() local
709 hpsizes = mm->context.high_slices_psize; in slice_set_user_psize()
713 if (((hpsizes[index] >> (mask_index * 4)) & 0xf) == old_psize) in slice_set_user_psize()
714 hpsizes[index] = (hpsizes[index] & in slice_set_user_psize()