Home | History | Annotate | Download | only in pshinter

Lines Matching refs:hint2

56                     PSH_Hint  hint2 )
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
121 PSH_Hint hint2;
127 hint2 = sorted[0];
129 if ( psh_hint_overlap( hint, hint2 ) )
131 hint->parent = hint2;
278 PSH_Hint hint2;
283 hint2 = sort[0];
284 if ( psh_hint_overlap( hint, hint2 ) )
312 PSH_Hint hint1, hint2;
323 hint2 = sort[i2];
325 if ( hint2->org_pos < hint1->org_pos )
328 sort[i2 + 1] = hint2;