Searched refs:head1 (Results 1 – 6 of 6) sorted by relevance
1 =head1 NAME5 =head1 ABSTRACT9 =head1 OVERVIEW16 =head1 Basic Porting Considerations59 =head1 SEE ALSO64 =head1 AUTHOR
27 =head1 NAME31 =head1 SYNOPSIS42 =head1 DESCRIPTION57 =head1 AUTHOR61 =head1 BUGS65 =head1 SEE ALSO
102 =head1 NAME106 =head1 SYNOPSIS117 =head1 DESCRIPTION132 =head1 AUTHOR136 =head1 BUGS140 =head1 SEE ALSO
484 print( OUT head1("NAME") );493 print( OUT head1("SYNOPSIS") );505 print( OUT head1("FUNCTION DESCRIPTIONS") );582 sub head1 { subroutine
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()