Searched refs:edge_head (Results 1 - 8 of 8) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_edge.c61 edge_t edge_head; variable
170 edge_head.next).
600 for (edge=edge_head.next ; edge != &edge_tail; edge=edge->next)
638 for (edge=edge_head.next ; edge != &edge_tail; edge=edge->next)
678 edge_head.u = r_refdef.vrect.x << 20;
679 edge_head_u_shift20 = edge_head.u >> 20;
680 edge_head.u_step = 0;
681 edge_head.prev = NULL;
682 edge_head.next = &edge_tail;
683 edge_head
[all...]
H A Dquakeasm.h140 .extern C(edge_head)
H A Dr_local.h268 extern edge_t edge_head;
H A Dr_edgea.s344 movl C(edge_head)+et_next,%ebx // edge=edge_head.next
/external/quake/quake/src/WinQuake/
H A Dr_edge.cpp61 edge_t edge_head; variable
170 edge_head.next).
600 for (edge=edge_head.next ; edge != &edge_tail; edge=edge->next)
638 for (edge=edge_head.next ; edge != &edge_tail; edge=edge->next)
678 edge_head.u = r_refdef.vrect.x << 20;
679 edge_head_u_shift20 = edge_head.u >> 20;
680 edge_head.u_step = 0;
681 edge_head.prev = NULL;
682 edge_head.next = &edge_tail;
683 edge_head
[all...]
H A Dquakeasm.h146 .extern C(edge_head)
H A Dr_local.h267 extern edge_t edge_head;
H A Dr_edgea.s344 movl C(edge_head)+et_next,%ebx // edge=edge_head.next

Completed in 79 milliseconds