Home
last modified time | relevance | path

Searched defs:xseg (Results 1 – 5 of 5) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/ibcs2/
H A Dibcs2_exec.h125 struct xseg { struct
126 u_short xs_type; /* segment type */
127 u_short xs_attr; /* attribute flags */
129 char xs_align; /* ignored */
130 char xs_cres; /* ignored */
131 long xs_filpos; /* offset of this segment */
132 long xs_psize; /* physical segment size */
133 long xs_vsize; /* virtual segment size */
135 u_short xs_noff; /* ignored */
136 u_short xs_sres; /* ignored */
[all …]
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dxcl.c162 XSegment *xseg[MAXCOUNT]; member
205 static void view_3d(XSegment *xseg, xclstruct *dp) in view_3d()
/dports/graphics/bmeps/dktools-4.31.1/src/libdk3fig/
H A Ddk3figbb.c362 dk3_xspline_segment_t xseg; /* Spline segment. */ in dk3fig_bb_add_xpline_segment() local
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dopengl.cpp63 for(int32 xseg = 0; xseg < rect->w; xseg += MaxTextureSize) in BlitRaw() local
/dports/science/afni/afni-AFNI_21.3.16/src/coxplot/
H A Dplot_x11.c185 static XSegment xseg[LMAX] ; /* line segment drawing buffer */ variable