Lines Matching refs:gr_mask
1953 output_frgr_mem (unsigned int gr_mask, unsigned int fr_mask) in output_frgr_mem() argument
1966 if (!gr_mask && !fr_mask) in output_frgr_mem()
1974 cur->r.record.p.grmask = gr_mask; in output_frgr_mem()
1980 gr_mask &= ~(gr_mask & (~gr_mask + 1)); in output_frgr_mem()
1981 if (!gr_mask) in output_frgr_mem()
1984 cur->r.record.p.grmask = gr_mask; in output_frgr_mem()
1986 prev->r.record.p.grmask ^= gr_mask; in output_frgr_mem()
2408 unsigned int fr_mask, gr_mask; in process_one_record() local
2432 gr_mask = ptr->r.record.r.mask.gr_mem; in process_one_record()
2440 output_P5_format (f, gr_mask, fr_mask); in process_one_record()
2441 gr_mask = 0; in process_one_record()
2444 if (gr_mask) in process_one_record()
2445 output_P6_format (f, gr_mem, gr_mask); in process_one_record()
2516 gr_mask = cur->r.record.p.grmask; in process_one_record()
2518 gr_mask |= cur->r.record.p.grmask; in process_one_record()
2519 output_P9_format (f, gr_mask, ptr->r.record.p.r.gr); in process_one_record()
2527 gr_mask = cur->r.record.p.brmask; in process_one_record()
2529 gr_mask |= cur->r.record.p.brmask; in process_one_record()
2530 output_P2_format (f, gr_mask, ptr->r.record.p.r.gr); in process_one_record()