Searched refs:head1 (Results 1 – 3 of 3) sorted by relevance
1 =head1 NAME5 =head1 ABSTRACT9 =head1 OVERVIEW16 =head1 Basic Porting Considerations59 =head1 SEE ALSO64 =head1 AUTHOR
165 #define TAILQ_CONCAT(head1, head2, field) do { \ argument167 *(head1)->tqh_last = (head2)->tqh_first; \168 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \169 (head1)->tqh_last = (head2)->tqh_last; \
2159 const SkTSpan<TCurve, OppCurve>* head1 = result1; in BinarySearch() local2160 if (!(zeroOneSet & kZeroS1Set) && approximately_less_than_zero(head1->fStartT)) { in BinarySearch()2162 if (head1->isBounded()) { in BinarySearch()2163 double t = head1->closestBoundedT(start1); in BinarySearch()