Home | History | Annotate | Download | only in pshinter

Lines Matching refs:hint1

55   psh_hint_overlap( PSH_Hint  hint1,
58 return hint1->org_pos + hint1->org_len >= hint2->org_pos &&
59 hint2->org_pos + hint2->org_len >= hint1->org_pos;
312 PSH_Hint hint1, hint2;
320 hint1 = sort[i1];
325 if ( hint2->org_pos < hint1->org_pos )
329 sort[i2] = hint1;