Searched refs:even (Results 1 - 25 of 692) sorted by relevance

1234567891011>>

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dvip_1400.c60 * This routine sets the odd and even base address values for the VIP memory
66 sc1400_set_vip_base(unsigned long even, unsigned long odd) argument
69 gfx_set_vip_base(unsigned long even, unsigned long odd)
74 WRITE_VIP32(SC1400_VIP_EVEN_BASE, even | 0x00800000);
125 * This routine sets the odd and even base address values for VBI capture.
130 sc1400_set_vbi_base(unsigned long even, unsigned long odd) argument
133 gfx_set_vbi_base(unsigned long even, unsigned long odd)
138 WRITE_VIP32(SC1400_VBI_EVEN_BASE, even | 0x00800000);
H A Dvip_1200.c133 int sc1200_set_vip_base(unsigned long even, unsigned long odd);
138 int sc1200_set_vbi_base(unsigned long even, unsigned long odd);
226 * This routine sets the odd and even base address values for the VIP memory
232 sc1200_set_vip_base(unsigned long even, unsigned long odd) argument
235 gfx_set_vip_base(unsigned long even, unsigned long odd)
240 if (even)
241 WRITE_VIP32(SC1200_VIP_EVEN_BASE, even + (unsigned long)gfx_phys_fbptr);
353 * This routine sets the odd and even base address values for VBI capture.
355 * "even" and "odd" should contain 16-byte aligned physical addresses.
360 sc1200_set_vbi_base(unsigned long even, unsigne argument
[all...]
H A Dgfx_vip.c211 gfx_set_vip_base(unsigned long even, unsigned long odd) argument
217 status = sc1200_set_vip_base(even, odd);
291 gfx_set_vbi_base(unsigned long even, unsigned long odd) argument
297 status = sc1200_set_vbi_base(even, odd);
H A Dgfx_rtns.h489 int gfx_set_vbi_lines(unsigned long even, unsigned long odd);
490 int gfx_set_vbi_total(unsigned long even, unsigned long odd);
579 int gfx_set_vip_base(unsigned long even, unsigned long odd);
584 int gfx_set_vbi_base(unsigned long even, unsigned long odd);
/xsrc/external/mit/font-bh-ttf/dist/
H A D42-luxi-mono.conf3 <!-- force fontconfig to treat the Luxi Mono fonts as monospaced, even
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dvip_1200.c94 * This routine sets the odd and even base address values for the VIP memory
100 sc1200_set_vip_base(unsigned long even, unsigned long odd) argument
103 gfx_set_vip_base(unsigned long even, unsigned long odd)
108 if (even)
110 even + (unsigned long) gfx_phys_fbptr);
222 * This routine sets the odd and even base address values for VBI capture.
224 * "even" and "odd" should contain 16-byte aligned physical addresses.
229 sc1200_set_vbi_base(unsigned long even, unsigned long odd) argument
232 gfx_set_vbi_base(unsigned long even, unsigned long odd)
237 if (even)
[all...]
H A Dgfx_vip.c110 gfx_set_vip_base(unsigned long even, unsigned long odd) argument
116 status = sc1200_set_vip_base(even, odd);
190 gfx_set_vbi_base(unsigned long even, unsigned long odd) argument
196 status = sc1200_set_vbi_base(even, odd);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_pwr8.h78 vec_unpacklo_epi32 (__m128i even, __m128i odd) argument
87 return vec_perm (even, odd, perm_mask);
91 vec_unpackhi_epi32 (__m128i even, __m128i odd) argument
100 return vec_perm (even, odd, perm_mask);
104 vec_unpacklo_epi64 (__m128i even, __m128i odd) argument
113 return vec_perm (even, odd, perm_mask);
117 vec_unpackhi_epi64 (__m128i even, __m128i odd) argument
126 return vec_perm (even, odd, perm_mask);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_pwr8.h78 vec_unpacklo_epi32 (__m128i even, __m128i odd) argument
87 return vec_perm (even, odd, perm_mask);
91 vec_unpackhi_epi32 (__m128i even, __m128i odd) argument
100 return vec_perm (even, odd, perm_mask);
104 vec_unpacklo_epi64 (__m128i even, __m128i odd) argument
113 return vec_perm (even, odd, perm_mask);
117 vec_unpackhi_epi64 (__m128i even, __m128i odd) argument
126 return vec_perm (even, odd, perm_mask);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbseg.c34 #define FbDashInit(gc,pgc,dashOffset,dashlen,even) { \
35 (even) = TRUE; \
43 (even) = 1-(even); \
56 /* as numInDashList is always even, this case can skip a test */
64 #define FbDashStep(dashlen,even) { \
67 (even) = 1-(even); \
202 bool even; local in function:fbBresDash
208 FbDashInit(gc, pgc, dashOffset, dashlen, even);
299 bool even; local in function:fbBresFillDash
[all...]
H A Dfbsegbits.h111 bool even; local in function:BRESDASH
118 FbDashInit(gc, fb_gc(gc), dashOffset, dashlen, even);
134 if (!even)
172 if (!even)
H A Dfbstipple.c208 int stipWidth, int stipHeight, Bool even,
215 if (even)
205 fbStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,Bool even,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbseg.c34 #define FbDashInit(gc,pgc,dashOffset,dashlen,even) { \
35 (even) = TRUE; \
43 (even) = 1-(even); \
56 /* as numInDashList is always even, this case can skip a test */
64 #define FbDashStep(dashlen,even) { \
67 (even) = 1-(even); \
202 bool even; local in function:fbBresDash
208 FbDashInit(gc, pgc, dashOffset, dashlen, even);
299 bool even; local in function:fbBresFillDash
[all...]
H A Dfbsegbits.h111 bool even; local in function:BRESDASH
118 FbDashInit(gc, fb_gc(gc), dashOffset, dashlen, even);
134 if (!even)
172 if (!even)
H A Dfbstipple.c208 int stipWidth, int stipHeight, Bool even,
215 if (even)
205 fbStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,Bool even,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbseg.c146 Bool even; local in function:fbBresDash
152 FbDashInit (pGC, pPriv, dashOffset, dashlen, even);
166 if (even)
200 FbDashStep (dashlen, even);
277 Bool even; local in function:fbBresFillDash
292 FbDashInit (pGC, pPriv, dashOffset, dashlen, even);
296 if (even || doOdd)
300 if (even)
327 FbDashStep (dashlen, even);
441 Bool even; local in function:fbBresDash24RRop
[all...]
H A Dfbblt.c660 Bool even; local in function:fbBltOdd
676 even = TRUE;
683 if (even)
694 even = FALSE;
707 even = TRUE;
812 Bool even = TRUE; local in function:fbBltOdd24
816 if (even)
822 even = FALSE;
830 even = TRUE;
H A Dfbstipple.c294 Bool even,
304 if (even)
282 fbStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,Bool even,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbseg.c128 Bool even; local in function:fbBresDash
134 FbDashInit(pGC, pPriv, dashOffset, dashlen, even);
147 if (even)
175 FbDashStep(dashlen, even);
233 Bool even; local in function:fbBresFillDash
248 FbDashInit(pGC, pPriv, dashOffset, dashlen, even);
251 if (even || doOdd) {
253 if (even)
276 FbDashStep(dashlen, even);
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Ddtrace_support.cmake4 # just fine, and even pull numeric and string arguments. More involved
7 # specification of offsets (even worse), or CTF info included in the
/xsrc/external/mit/fontconfig/dist/m4/
H A Dax_cc_for_build.m424 # WITHOUT ANY WARRANTY; without even the implied warranty of
35 # or distributing such scripts, even though portions of the text of the
/xsrc/external/mit/xorg-server.old/dist/m4/
H A Dax_tls.m426 # WITHOUT ANY WARRANTY; without even the implied warranty of
37 # or distributing such scripts, even though portions of the text of the
/xsrc/external/mit/fontconfig/dist/
H A DREADME.md15 * efficiently and quickly find the fonts you need among the set of fonts you have installed, even if you have installed thousands of fonts, while minimizing memory usage.
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/windows/
H A DREADME.md4 as we do not have Podman, Skopeo, or even Docker-in-Docker builds available
/xsrc/external/mit/brotli/dist/
H A DCONTRIBUTING.md9 copyright to your changes, even after your contribution becomes part of our

Completed in 30 milliseconds

1234567891011>>