Searched refs:head2 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpartitionY.cc250 Real* head2 = e2->head(); local in function:compEdges
257 Real h20 = head2[0];
258 Real h21 = head2[1];
292 if(head2[1]>tail2[1]) {
293 e2_Ymax= head2[1];
298 e2_Ymin = head2[1];
304 /*Real e2_Ymax = max(head2[1], tail2[1]);*/ /*max(e2->head()[1], e2->tail()[1]);*/
305 /*Real e2_Ymin = min(head2[1], tail2[1]);*/ /*min(e2->head()[1], e2->tail()[1]);*/
320 Real x2 = intersectHoriz(head2[0], head2[
[all...]
H A DmonoChain.cc300 Real* head2 = e2->head(); local in function:compEdges
307 Real h20 = head2[0];
308 Real h21 = head2[1];
342 if(head2[1]>tail2[1]) {
343 e2_Ymax= head2[1];
348 e2_Ymin = head2[1];
354 /*Real e2_Ymax = max(head2[1], tail2[1]);*/ /*max(e2->head()[1], e2->tail()[1]);*/
355 /*Real e2_Ymin = min(head2[1], tail2[1]);*/ /*min(e2->head()[1], e2->tail()[1]);*/
370 Real x2 = intersectHoriz(head2[0], head2[
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftrfork.c57 unsigned char head[16], head2[16]; local in function:FT_Raccess_Get_HeaderInfo
131 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */
133 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 );
141 if ( head2[i] != 0 )
143 if ( head2[i] != head[i] )
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlist.h263 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \
265 *pos2 = LIST_ENTRY(type, (head2)->next, member); \
266 &pos1->member != (head1) && &pos2->member != (head2); \
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_dac.c234 nvReg->head2 = pNv->PCRTC0[0x00002860/4] | 0x00001000;
243 nvReg->head2 = pNv->PCRTC0[0x00002860/4] & ~0x00001000;
H A Dnv_type.h61 U032 head2; member in struct:_riva_hw_state
H A Dnv_hw.c1429 pNv->PCRTC0[0x2860/4] = state->head2;
1573 state->head2 = pNv->PCRTC0[0x2860/4];

Completed in 10 milliseconds