Searched refs:ULong (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_cursor.h50 ULong temp; \
59 ULong temp; \
68 ULong temp; \
76 ULong temp; \
85 ULong temp; \
93 ULong temp; \
101 ULong temp; \
119 ULong temp; \
139 ULong temp; \
148 ULong tem
[all...]
H A Dsis_regs.h158 static UChar inSISREG(ULong base)
168 static __inline UShort inSISREGW(ULong base)
178 static __inline unsigned int inSISREGL(ULong base)
180 ULong tmp;
188 static void outSISREG(ULong base, UChar val)
196 static __inline void outSISREGW(ULong base, UShort val)
204 static __inline void outSISREGL(ULong base, unsigned int val)
212 static void orSISREG(ULong base, UChar val)
224 static void andSISREG(ULong base, UChar val)
236 static void outSISIDXREG(ULong bas
[all...]
H A Dsis.h595 typedef unsigned long ULong; typedef in typeref:typename:unsigned long
845 #define SISAGPHTYPE ULong
857 ULong agpAddr;
862 ULong agpCmdBufAddr; /* 300 series */
866 ULong agpVtxBufAddr; /* 315/330 series */
901 ULong masterFbAddress; /* Framebuffer addresses and sizes */
902 ULong masterFbSize;
903 ULong slaveFbAddress;
904 ULong slaveFbSize;
963 ULong OnScreenSize
[all...]
H A Dsis_accel.h112 ((ULong *)(pSiS->IOBase + BR(11)))
117 ULong temp; \
H A Dsis_utility.c289 ULong vbflags = pSiS->VBFlags;
290 ULong vbflags3 = pSiS->VBFlags3;
445 SISSwitchCRT2Type(ScrnInfoPtr pScrn, ULong newvbflags, Bool quiet)
574 SISSwitchOutputType(ScrnInfoPtr pScrn, ULong newvbflags, ULong newvbflags3,
575 ULong newvbflags4, Bool quiet)
582 static ULong
583 SiSCondToVBFlags(UShort cond, ULong GivenVBFlags)
585 ULong vbflags = GivenVBFlags;
624 SISCheckModeForCRT2Type(ScrnInfoPtr pScrn, DisplayModePtr mode, ULong vbflag
[all...]
H A Dsis_memcpy.c176 if((ULong) from & 15) { \
219 if((ULong) from & 15) { \
509 : "0" ((ULong)(n >> 3)), "q" ((ULong)(n & 7)),
550 :"0" ((ULong) n), "1" ((long) to), "2" ((long) from)
639 (*buf1) = (UChar *)(((ULong)(*buf1) + 31) & ~31);
H A Dsis_dga.c94 ULong red,
95 ULong green,
96 ULong blue,
475 ULong color
H A Dsis_video.h124 static void SISStopVideoBlit(ScrnInfoPtr, ULong, Bool);
125 static int SISSetPortAttributeBlit(ScrnInfoPtr, Atom, INT32, ULong);
126 static int SISGetPortAttributeBlit(ScrnInfoPtr, Atom ,INT32 *, ULong);
128 short, unsigned int *,unsigned int *, ULong);
131 int, UChar *, short, short, Bool, RegionPtr, ULong,
H A Dsis_cursor.c646 ULong cursor_addr;
696 ULong cursor_addr;
781 ULong cursor_addr, cursor_addr2 = 0;
H A Dsis_driver.c3578 (ULong)pSiS->RelIO);
3755 ULong hpciid = sis_pci_read_host_bridge_u32(0x00);
4186 ULong segstart;
4470 (ULong)pSiS->FbAddress);
4474 (ULong)pSiS->FbAddress);
4491 (ULong)pSiS->IOAddress, pSiS->mmioSize);
6527 ULong memreq = (pScrn->virtualX * ((pScrn->bitsPerPixel + 7) / 8)) * pScrn->virtualY;
7281 pSiS->PciTag, (ULong)pSiS->realFbAddress,
7285 (ULong)pSiS->realFbAddress,
7308 pSiS->PciTag, (ULong)pSi
[all...]
H A Dsis_vb.c67 ULong VBLCD_lcdflag;
1136 ULong VBFlagsBackup = pSiS->VBFlags;
H A Dsis_video.c3633 ULong i;
4094 adapt->pPortPrivates[i].uval = (ULong)(i);
4140 INT32 *value, ULong index)
4153 INT32 value, ULong index)
4168 SISStopVideoBlit(ScrnInfoPtr pScrn, ULong index, Bool shutdown)
4198 RegionPtr clipBoxes, ULong index,
4589 ULong index
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_memcpy.c212 if((ULong) from & 15) { \
257 if((ULong) from & 15) { \
607 : "0" ((ULong)(n >> 3)), "q" ((ULong)(n & 7)),
649 :"0" ((ULong) n), "1" ((long) to), "2" ((long) from)
741 (*buf1) = (UChar *)(((ULong)(*buf1) + 31) & ~31);
1024 #define ULong unsigned long macro
H A Dxgi.h391 typedef unsigned long ULong; typedef in typeref:typename:unsigned long
/xsrc/external/mit/freetype/dist/src/raster/
H A Dftraster.c312 typedef unsigned long ULong; typedef in typeref:typename:unsigned long
2522 if ( e1 >= 0 && (ULong)e1 < ras.target.rows )
2544 if ( e2 >= 0 && (ULong)e2 < ras.target.rows )
2647 else if ( (ULong)( TRUNC( pxl ) ) >= ras.target.rows )
2659 (ULong)e1 < ras.target.rows &&
2669 if ( e1 >= 0 && (ULong)e1 < ras.target.rows )
3259 ULong pool_size )
3269 ULong mode,

Completed in 74 milliseconds