Searched defs:e1 (Results 1 - 25 of 56) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dmistruct.h56 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dmistruct.h56 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmistruct.h58 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmistruct.h57 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmistruct.h57 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dmistruct.h57 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dmistruct.h57 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dmistruct.h57 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dmistruct.h57 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dmistruct.h57 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dmistruct.h57 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dmistruct.h57 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dmistruct.h56 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dmistruct.h56 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dmistruct.h56 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmistruct.h59 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmistruct.h59 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h44 GLuint e0, GLuint e1, GLuint e2 )
52 v[1] = (VERTEX *)GET_VERTEX(e1);
78 /* ef[e0], ef[e1], ef[e2]); */
83 if (ef[e1]) POINT( v[1] );
91 if (ef[e1]) LINE( v[1], v[2] );
95 if (ef[e1]) LINE( v[1], v[2] );
119 GLuint e0, GLuint e1,
128 v[1] = (VERTEX *)GET_VERTEX(e1);
165 if (ef[e1]) POINT( v[1] );
172 if (ef[e1]) LIN
42 unfilled_tri( GLcontext *ctx, GLenum mode, GLuint e0, GLuint e1, GLuint e2 ) argument
117 unfilled_quad( GLcontext *ctx, GLenum mode, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
[all...]
H A Dt_dd_tritmp.h130 static void TAG(triangle)( GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2 ) argument
143 v[1] = (VERTEX *)GET_VERTEX(e1);
212 VERT_SET_RGBA( v[1], vbcolor[e1] );
232 VERT_SET_SPEC( v[1], vbspec[e1] );
245 VERT_SET_IND( v[1], vbindex[e1] );
305 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
308 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
318 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
321 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
393 GLuint e0, GLuint e1, GLuin
392 quadr( GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
676 quadr( GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgethex.c48 Long e, e1; local
106 e1 = n - 0x10;
108 e1 = 10*e1 + n - 0x10;
110 e1 = -e1;
111 e += e1;
H A Dstrtod.c81 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
295 e1 = e -= nf;
384 e1 += nd - k;
406 /* Get starting approximation = rv * 10**e1 */
408 if (e1 > 0) {
409 if ( (i = e1 & 15) !=0)
411 if (e1 &= ~15) {
412 if (e1 > DBL_MAX_10_EXP) {
447 e1 = (unsigned int)e1 >>
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dresource.c121 struct list *e1, *e2; local
133 LIST_FOR_EACH_SAFE(e1, e2, &This->resource.privateData) {
134 data = LIST_ENTRY(e1, PrivateData, entry);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast_setup/
H A Dss_tritmp.h33 static void TAG(triangle)(GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2 ) argument
49 v[1] = &verts[e1];
87 SS_COLOR(v[1]->color, vbcolor[e1]);
92 COPY_4V(v[1]->attrib[FRAG_ATTRIB_COL0], vbcolor[e1]);
120 SS_SPEC(v[1]->attrib[FRAG_ATTRIB_COL1], vbspec[e1]);
136 SS_IND(v[1]->attrib[FRAG_ATTRIB_CI][0], (GLuint) vbindex[e1]);
174 _swsetup_render_point_tri( ctx, e0, e1, e2, facing );
181 _swsetup_render_line_tri( ctx, e0, e1, e2, facing );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dresource.c188 struct list *e1, *e2; local
200 LIST_FOR_EACH_SAFE(e1, e2, &resource->privateData)
202 data = LIST_ENTRY(e1, struct private_data, entry);
/vbox/src/recompiler/tests/
H A Dqruncom.c32 unsigned int e1, e2; local
33 e1 = (addr & 0xffff) | (sel << 16);
35 stl((uint8_t *)ptr, e1);

Completed in 87 milliseconds

123