Lines Matching refs:pergroup

79 	SetOpStatePerGroupData pergroup;  member
92 initialize_counts(SetOpStatePerGroup pergroup) in initialize_counts() argument
94 pergroup->numLeft = pergroup->numRight = 0; in initialize_counts()
101 advance_counts(SetOpStatePerGroup pergroup, int flag) in advance_counts() argument
104 pergroup->numRight++; in advance_counts()
106 pergroup->numLeft++; in advance_counts()
155 set_output_count(SetOpState *setopstate, SetOpStatePerGroup pergroup) in set_output_count() argument
162 if (pergroup->numLeft > 0 && pergroup->numRight > 0) in set_output_count()
169 (pergroup->numLeft < pergroup->numRight) ? in set_output_count()
170 pergroup->numLeft : pergroup->numRight; in set_output_count()
173 if (pergroup->numLeft > 0 && pergroup->numRight == 0) in set_output_count()
180 (pergroup->numLeft < pergroup->numRight) ? in set_output_count()
181 0 : (pergroup->numLeft - pergroup->numRight); in set_output_count()
233 SetOpStatePerGroup pergroup; in setop_retrieve_direct() local
241 pergroup = setopstate->pergroup; in setop_retrieve_direct()
281 initialize_counts(pergroup); in setop_retrieve_direct()
284 advance_counts(pergroup, in setop_retrieve_direct()
317 advance_counts(pergroup, in setop_retrieve_direct()
325 set_output_count(setopstate, pergroup); in setop_retrieve_direct()
391 initialize_counts(&entry->pergroup); in setop_fill_hash_table()
394 advance_counts(&entry->pergroup, flag); in setop_fill_hash_table()
407 advance_counts(&entry->pergroup, flag); in setop_fill_hash_table()
453 set_output_count(setopstate, &entry->pergroup); in setop_retrieve_hash_table()
495 setopstate->pergroup = NULL; in ExecInitSetOp()
567 setopstate->pergroup = in ExecInitSetOp()