Home
last modified time | relevance | path

Searched refs:head1 (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/docs/
Ddesign.pod1 =head1 NAME
5 =head1 ABSTRACT
9 =head1 OVERVIEW
16 =head1 Basic Porting Considerations
59 =head1 SEE ALSO
64 =head1 AUTHOR
/external/dhcpcd-6.8.2/compat/
Dqueue.h165 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
167 *(head1)->tqh_last = (head2)->tqh_first; \
168 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
169 (head1)->tqh_last = (head2)->tqh_last; \
/external/skia/src/pathops/
DSkPathOpsTSect.h2159 const SkTSpan<TCurve, OppCurve>* head1 = result1; in BinarySearch() local
2160 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()