Searched refs:nRead (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkmread.c116 register int i, nRead = 0; local in function:XkmSkipPadding
120 nRead++;
122 return nRead;
128 int count, nRead = 0; local in function:XkmGetCountedString
130 count = XkmGetCARD16(file, &nRead);
146 nRead += tmp;
152 count = XkbPaddedSize(nRead) - nRead;
154 nRead += XkmSkipPadding(file, count);
155 return nRead;
165 int nRead = 0; local in function:ReadXkmVirtualMods
210 int nRead = 0; local in function:ReadXkmKeycodes
279 int nRead = 0; local in function:ReadXkmKeyTypes
427 int nRead = 0; local in function:ReadXkmCompatMap
507 int nRead = 0; local in function:ReadXkmIndicators
596 int nRead = 0; local in function:ReadXkmSymbols
765 int nRead = 0; local in function:ReadXkmGeomDoodad
819 int nRead = 0; local in function:ReadXkmGeomOverlay
862 int nRead = 0; local in function:ReadXkmGeomSection
941 int nRead = 0; local in function:ReadXkmGeometry
1076 int nRead = 0; local in function:XkmProbe
1094 int nRead = 0; local in function:XkmReadTOC
1142 int nRead; local in function:XkmReadFileSection
1250 unsigned tmp, nRead = 0; local in function:XkmReadFile
[all...]
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkmread.c127 register int i,nRead=0; local in function:XkmSkipPadding
131 nRead++;
133 return nRead;
139 int count,nRead=0; local in function:XkmGetCountedString
141 count= XkmGetCARD16(file,&nRead);
155 nRead+= tmp;
159 count= XkbPaddedSize(nRead)-nRead;
161 nRead+= XkmSkipPadding(file,count);
162 return nRead;
172 int nRead=0; local in function:ReadXkmVirtualMods
214 int nRead=0; local in function:ReadXkmKeycodes
279 int nRead=0; local in function:ReadXkmKeyTypes
419 int nRead=0; local in function:ReadXkmCompatMap
582 int nRead=0; local in function:ReadXkmIndicators
663 int nRead=0; local in function:ReadXkmSymbols
823 int nRead=0; local in function:ReadXkmGeomDoodad
878 int nRead=0; local in function:ReadXkmGeomOverlay
921 int nRead= 0; local in function:ReadXkmGeomSection
1000 int nRead= 0; local in function:ReadXkmGeometry
1126 int nRead=0; local in function:XkmProbe
1143 int nRead=0; local in function:XkmReadTOC
1179 unsigned tmp,nRead=0; local in function:XkmReadFile
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkmread.c117 register int i, nRead = 0; local in function:XkmSkipPadding
121 nRead++;
123 return nRead;
129 int count, nRead = 0; local in function:XkmGetCountedString
131 count = XkmGetCARD16(file, &nRead);
147 nRead += tmp;
153 count = XkbPaddedSize(nRead) - nRead;
155 nRead += XkmSkipPadding(file, count);
156 return nRead;
166 int nRead = 0; local in function:ReadXkmVirtualMods
209 int nRead = 0; local in function:ReadXkmKeycodes
276 int nRead = 0; local in function:ReadXkmKeyTypes
422 int nRead = 0; local in function:ReadXkmCompatMap
614 int nRead = 0; local in function:ReadXkmIndicators
698 int nRead = 0; local in function:ReadXkmSymbols
866 int nRead = 0; local in function:ReadXkmGeomDoodad
919 int nRead = 0; local in function:ReadXkmGeomOverlay
961 int nRead = 0; local in function:ReadXkmGeomSection
1040 int nRead = 0; local in function:ReadXkmGeometry
1175 int nRead = 0; local in function:XkmProbe
1193 int nRead = 0; local in function:XkmReadTOC
1231 unsigned tmp, nRead = 0; local in function:XkmReadFile
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_mm_i2c.c124 I2CByte *ReadBuffer, int nRead)
157 RADEON_I2C_GO | RADEON_I2C_START | ((nRead >0)?0:RADEON_I2C_STOP) | RADEON_I2C_DRIVE_EN;
169 if(nRead > 0) {
170 RADEONWaitForFifo(pScrn, 4+nRead);
178 nRead | 0x100;
188 for (loop = 0; loop < nRead; loop++)
209 I2CByte *ReadBuffer, int nRead)
242 RADEON_I2C_GO | RADEON_I2C_START | ((nRead >0)?0:RADEON_I2C_STOP) | RADEON_I2C_DRIVE_EN;
254 if(nRead > 0) {
255 RADEONWaitForFifo(pScrn, 4+nRead);
123 RADEONI2CWriteRead(I2CDevPtr d,I2CByte * WriteBuffer,int nWrite,I2CByte * ReadBuffer,int nRead) argument
208 R200_I2CWriteRead(I2CDevPtr d,I2CByte * WriteBuffer,int nWrite,I2CByte * ReadBuffer,int nRead) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dxf86i2c.h49 I2CByte *ReadBuffer, int nRead);
93 I2CByte *ReadBuffer, int nRead);
H A Dxf86i2c.c394 * 2nd, if nRead > 0
409 I2CByte *ReadBuffer, int nRead)
425 if (r && nRead > 0) {
428 for (; nRead > 0; ReadBuffer++, nRead--)
429 if (!(r = b->I2CGetByte(d, ReadBuffer, nRead == 1)))
445 I2CByte *ReadBuffer, int nRead)
448 return b->I2CWriteRead(d,WriteBuffer,nWrite,ReadBuffer,nRead);
407 I2CWriteRead(I2CDevPtr d,I2CByte * WriteBuffer,int nWrite,I2CByte * ReadBuffer,int nRead) argument
443 xf86I2CWriteRead(I2CDevPtr d,I2CByte * WriteBuffer,int nWrite,I2CByte * ReadBuffer,int nRead) argument
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
H A Dxf86i2c.h50 I2CByte * ReadBuffer, int nRead);
98 int nRead);
H A Dxf86i2c.c397 * 2nd, if nRead > 0
411 I2CByte * WriteBuffer, int nWrite, I2CByte * ReadBuffer, int nRead)
427 if (r && nRead > 0) {
430 for (; nRead > 0; ReadBuffer++, nRead--)
431 if (!(r = b->I2CGetByte(d, ReadBuffer, nRead == 1)))
448 I2CByte * ReadBuffer, int nRead)
452 return b->I2CWriteRead(d, WriteBuffer, nWrite, ReadBuffer, nRead);
410 I2CWriteRead(I2CDevPtr d,I2CByte * WriteBuffer,int nWrite,I2CByte * ReadBuffer,int nRead) argument
446 xf86I2CWriteRead(I2CDevPtr d,I2CByte * WriteBuffer,int nWrite,I2CByte * ReadBuffer,int nRead) argument

Completed in 7 milliseconds