| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | vip_1400.c | 60 * 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 D | vip_1200.c | 133 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 D | gfx_vip.c | 211 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 D | gfx_rtns.h | 489 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 D | 42-luxi-mono.conf | 3 <!-- force fontconfig to treat the Luxi Mono fonts as monospaced, even
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | vip_1200.c | 94 * 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 D | gfx_vip.c | 110 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 D | u_pwr8.h | 78 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 D | u_pwr8.h | 78 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 D | fbseg.c | 34 #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 D | fbsegbits.h | 111 bool even; local in function:BRESDASH 118 FbDashInit(gc, fb_gc(gc), dashOffset, dashlen, even); 134 if (!even) 172 if (!even)
|
| H A D | fbstipple.c | 208 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 D | fbseg.c | 34 #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 D | fbsegbits.h | 111 bool even; local in function:BRESDASH 118 FbDashInit(gc, fb_gc(gc), dashOffset, dashlen, even); 134 if (!even) 172 if (!even)
|
| H A D | fbstipple.c | 208 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 D | fbseg.c | 146 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 D | fbblt.c | 660 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 D | fbstipple.c | 294 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 D | fbseg.c | 128 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 D | dtrace_support.cmake | 4 # 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 D | ax_cc_for_build.m4 | 24 # 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 D | ax_tls.m4 | 26 # 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 D | README.md | 15 * 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 D | README.md | 4 as we do not have Podman, Skopeo, or even Docker-in-Docker builds available
|
| /xsrc/external/mit/brotli/dist/ |
| H A D | CONTRIBUTING.md | 9 copyright to your changes, even after your contribution becomes part of our
|