Searched refs:head1 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libX11/dist/specs/i18n/compose/
H A Dcompose-chart.pl334 =head1 NAME
338 =head1 SYNOPSIS
350 =head1 OPTIONS
383 =head1 DESCRIPTION
/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpartitionY.cc248 Real* head1 = e1->head(); local in function:compEdges
253 Real h10 = head1[0];
254 Real h11 = head1[1];
283 if(head1[1]>tail1[1]) {
284 e1_Ymax= head1[1];
289 e1_Ymin = head1[1];
302 /*Real e1_Ymax = max(head1[1], tail1[1]);*/ /*max(e1->head()[1], e1->tail()[1]);*/
303 /*Real e1_Ymin = min(head1[1], tail1[1]);*/ /*min(e1->head()[1], e1->tail()[1]);*/
319 Real x1 = intersectHoriz(head1[0], head1[
[all...]
H A DmonoChain.cc298 Real* head1 = e1->head(); local in function:compEdges
303 Real h10 = head1[0];
304 Real h11 = head1[1];
333 if(head1[1]>tail1[1]) {
334 e1_Ymax= head1[1];
339 e1_Ymin = head1[1];
352 /*Real e1_Ymax = max(head1[1], tail1[1]);*/ /*max(e1->head()[1], e1->tail()[1]);*/
353 /*Real e1_Ymin = min(head1[1], tail1[1]);*/ /*min(e1->head()[1], e1->tail()[1]);*/
369 Real x1 = intersectHoriz(head1[0], head1[
[all...]
/xsrc/external/mit/xterm/dist/vttests/
H A Dreport-sgr.pl552 =head1 NAME
556 =head1 SYNOPSIS
566 =head1 OPTIONS
588 =head1 DESCRIPTION
594 =head1 Commands
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlist.h263 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \
264 for (type *pos1 = LIST_ENTRY(type, (head1)->next, member), \
266 &pos1->member != (head1) && &pos2->member != (head2); \

Completed in 6 milliseconds