Lines Matching refs:hpsizes
152 unsigned char *hpsizes; in slice_mask_for_size() local
163 hpsizes = mm->context.high_slices_psize; in slice_mask_for_size()
167 if (((hpsizes[index] >> (mask_index * 4)) & 0xf) == psize) in slice_mask_for_size()
200 unsigned char *hpsizes; in slice_convert() local
221 hpsizes = mm->context.high_slices_psize; in slice_convert()
226 hpsizes[index] = (hpsizes[index] & in slice_convert()
569 unsigned char *hpsizes; in get_slice_psize() local
578 hpsizes = mm->context.high_slices_psize; in get_slice_psize()
581 return (hpsizes[index >> 1] >> (mask_index * 4)) & 0xf; in get_slice_psize()
602 unsigned char *hpsizes; in slice_set_user_psize() local
627 hpsizes = mm->context.high_slices_psize; in slice_set_user_psize()
631 if (((hpsizes[index] >> (mask_index * 4)) & 0xf) == old_psize) in slice_set_user_psize()
632 hpsizes[index] = (hpsizes[index] & in slice_set_user_psize()