Searched refs:temp2 (Results 1 - 25 of 54) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dstreaming-load-memcpy.c70 __m128i temp2 = _mm_stream_load_si128(src_cacheline + 1); local in function:_mesa_streaming_load_memcpy
75 _mm_store_si128(dst_cacheline + 1, temp2);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dstreaming-load-memcpy.c70 __m128i temp2 = _mm_stream_load_si128(src_cacheline + 1); local in function:_mesa_streaming_load_memcpy
75 _mm_store_si128(dst_cacheline + 1, temp2);
/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpolyDBG.cc233 directedLine* temp2; local in function:DBG_polygonSelfIntersect
235 for(temp2=temp1->getNext(); temp2 != temp1; temp2=temp2->getNext())
237 if(DBG_edgesIntersect(temp1, temp2))
245 for(temp2=temp1->getNext(); temp2 != temp1; temp2=temp2
290 directedLine* temp2; local in function:DBG_polygonListIntersect
[all...]
H A DpartitionY.cc674 directedLine* temp2=diagonal_vertices[2*j+1]; local in function:partitionY
675 if(temp1==v1 || temp1==v2 || temp2==v1 || temp2==v2)
676 if(! temp1->samePolygon(temp1, temp2))
678 /*if temp1 and temp2 are in different polygons,
684 assert(temp1==v1 || temp1 == v2 || temp2==v1 || temp2 ==v2);
689 if(temp2==v1)
697 if(temp2==v2)
H A DmonoChain.cc891 directedLine* temp2=diagonal_vertices[2*j+1]; local in function:MC_partitionY
892 if(temp1==v1 || temp1==v2 || temp2==v1 || temp2==v2)
893 if(! temp1->samePolygon(temp1, temp2))
895 /*if temp1 and temp2 are in different polygons,
901 assert(temp1==v1 || temp1 == v2 || temp2==v1 || temp2 ==v2);
906 if(temp2==v1)
914 if(temp2==v2)
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dgfx_defs.h329 * temp2 - name of a temporary variable that can be used for
334 array_offset, temp1, temp2) \
338 temp2 = 0; \
340 temp2 |= ((unsigned long)(*((unsigned char *)(temp1 + \
344 WRITE_GP32 (regoffset, temp2); \
H A Drndr_gu2.c348 unsigned long temp1, temp2, temp3, temp4; local in function:gu2_load_color_pattern_line
380 temp2 = BYTE_SWIZZLE(pattern_8x8[1]);
382 WRITE_GP32(MGP_PAT_DATA_0, temp2);
384 WRITE_GP32(MGP_PAT_COLOR_0, temp2);
388 WRITE_GP32(MGP_PAT_COLOR_2, temp2);
390 WRITE_GP32(MGP_PAT_COLOR_4, temp2);
395 temp2 = WORD_SWIZZLE(pattern_8x8[1]);
400 WRITE_GP32(MGP_PAT_COLOR_0, temp2);
406 WRITE_GP32(MGP_PAT_COLOR_4, temp2);
911 unsigned long offset, temp_offset, temp1 = 0, temp2 local in function:gu2_mono_bitmap_to_screen_blt
1010 unsigned long dstoffset, temp1 = 0, temp2 = 0, temp_offset = 0; local in function:gu2_text_blt
1977 unsigned long temp1 = 0, temp2 = 0, temp_offset = 0; local in function:gu22_text_blt
2066 unsigned long offset, temp_offset, temp1 = 0, temp2 = 0; local in function:gu22_mono_bitmap_to_screen_blt
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Ddurango.c314 unsigned long temp1, temp2; local in function:gfx_msr_asm_read
326 mov temp2, eax
330 *ptrLow = temp2;
338 unsigned long temp2 = *ptrLow; local in function:gfx_msr_asm_write
352 mov eax, temp2
H A Dgfx_defs.h416 * temp2 - name of a temporary variable that can be used for calculations.
419 #define WRITE_GPREG_STRING8(regoffset, bytes, shift, counter, array, array_offset, temp1, temp2) \
424 temp2 = 0; \
427 temp2 |= ((unsigned long)(*((unsigned char *)(temp1 + counter)))) << shift; \
430 WRITE_GP32 (regoffset, temp2); \
H A Drndr_gu2.c533 unsigned long temp1, temp2, temp3, temp4; local in function:gu2_load_color_pattern_line
565 temp2 = BYTE_SWIZZLE(pattern_8x8[1]);
567 WRITE_GP32(MGP_PAT_DATA_0, temp2);
569 WRITE_GP32(MGP_PAT_COLOR_0, temp2);
573 WRITE_GP32(MGP_PAT_COLOR_2, temp2);
575 WRITE_GP32(MGP_PAT_COLOR_4, temp2);
579 temp2 = WORD_SWIZZLE(pattern_8x8[1]);
584 WRITE_GP32(MGP_PAT_COLOR_0, temp2);
590 WRITE_GP32(MGP_PAT_COLOR_4, temp2);
1093 unsigned long offset, temp_offset, temp1 = 0, temp2 local in function:gu2_mono_bitmap_to_screen_blt
1189 unsigned long dstoffset, temp1 = 0, temp2 = 0, temp_offset = 0; local in function:gu2_text_blt
2130 unsigned long temp1 = 0, temp2 = 0, temp_offset = 0; local in function:gu22_text_blt
2218 unsigned long offset, temp_offset, temp1 = 0, temp2 = 0; local in function:gu22_mono_bitmap_to_screen_blt
[all...]
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_dac.c60 CARD32 size = 0, temp, temp1, temp2, i; local in function:Permedia3MemorySizeDetect
124 temp2 = MMIO_IN32(pGlint->FbBase, (i-32)*1024*1024);
126 if ( (temp1 == (i*0x00345678)) && (temp2 == 0) )
477 CARD32 temp1, temp2, temp3, temp4; local in function:Permedia3Init
499 temp2 = mode->CrtcVSyncStart - mode->CrtcVDisplay;
511 STOREREG(PMVsEnd, temp2 + temp4 - 1);
512 STOREREG(PMVsStart, temp2 - 1);
584 temp2 = 0;
588 temp2 |= PM3RD_DACControl_BLANK_PEDESTAL_ENABLE;
599 STOREDAC(PM2VDACRDDACControl, temp2);
[all...]
H A Dpm2v_dac.c139 CARD32 temp1, temp2, temp3, temp4; local in function:Permedia2VInit
142 temp2 = 0;
148 temp2 = 0x00;
154 temp2 = 0x02;
159 temp2 = 0x01;
167 pReg->glintRegs[Aperture1 >> 3] = temp2;
179 temp2 = mode->CrtcVSyncStart - mode->CrtcVDisplay;
192 pReg->glintRegs[PMVsEnd >> 3] = temp2 + temp4;
193 pReg->glintRegs[PMVsStart >> 3] = temp2;
H A Dpm_dac.c52 CARD32 temp1, temp2, temp3, temp4; local in function:PermediaInit
64 temp2 = mode->CrtcVSyncStart - mode->CrtcVDisplay;
79 pReg->glintRegs[PMVsEnd >> 3] = temp2 + temp4;
80 pReg->glintRegs[PMVsStart >> 3] = temp2;
H A Dtx_dac.c51 CARD32 temp1, temp2, temp3, temp4; local in function:TXInit
106 temp2 = mode->CrtcVSyncStart - mode->CrtcVDisplay;
117 STOREREG(VTGVSyncEnd, temp2 + temp4);
118 STOREREG(VTGVSyncStart, temp2);
H A Dpm2_dac.c96 CARD32 temp1, temp2, temp3, temp4; local in function:Permedia2Init
130 temp2 = mode->CrtcVSyncStart - mode->CrtcVDisplay;
143 pReg->glintRegs[PMVsEnd >> 3] = temp2 + temp4 - 1;
144 pReg->glintRegs[PMVsStart >> 3] = temp2 - 1;
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Ddurango.c322 unsigned long temp1, temp2; local in function:gfx_msr_asm_read
334 mov temp2, eax
338 *ptrLow = temp2;
346 unsigned long temp2 = *ptrLow; local in function:gfx_msr_asm_write
360 mov eax, temp2
H A Dnsc_regacc.c252 unsigned long offset, temp_offset, temp1 = 0, temp2 = 0; local in function:gfx_mono_bitmap_to_screen_blt_swp
325 temp_offset, temp1, temp2);
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_regacc.c167 unsigned long offset, temp_offset, temp1 = 0, temp2 = 0; local in function:gfx_mono_bitmap_to_screen_blt_swp
240 temp_offset, temp1, temp2);
/xsrc/external/mit/freetype/dist/src/base/
H A Dftcalc.c441 FT_Int64 temp, temp2; local in function:FT_MulDiv
446 temp2.hi = 0;
447 temp2.lo = c >> 1;
449 FT_Add64( &temp, &temp2, &temp );
636 FT_Int64 temp, temp2; local in function:FT_DivFix
641 temp2.hi = 0;
642 temp2.lo = b >> 1;
644 FT_Add64( &temp, &temp2, &temp );
755 FT_Fixed temp1, temp2; local in function:FT_Matrix_Check
807 temp2
[all...]
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_init.c1412 UCHAR temp , temp1 , temp2 , temp3 , local in function:XGINew_SetDRAMDefaultRegister340
1423 temp2 = 0 ;
1430 temp2 |= temp1 ;
1431 XGI_SetReg((XGIIOADDRESS) P3d4 , 0x6B , temp2 ) ;
1433 temp2 &= 0xF0 ;
1434 temp2 += 0x10 ;
1438 temp2 = 0 ;
1445 temp2 |= temp1 ;
1446 XGI_SetReg((XGIIOADDRESS) P3d4 , 0x6E , temp2 ) ;
1448 temp2
1558 UCHAR temp , temp1 , temp2 , local in function:XGINew_SetDRAMDefaultRegisterXG45
[all...]
H A Dxgi_videohw.c257 int *wm1, *wm2, *wm3, *wm4, *temp1, *temp2, *temp3, *temp4; local in function:SetDDAReg
284 temp2 = ( WeightMat[i][0] > WeightMat[i][1] ) ? &WeightMat[i][1] : &WeightMat[i][0];
288 wm4 = ( *temp2 > *temp4) ? temp4 : temp2;
290 wm3 = ( wm4 == temp2 ) ? temp4 : temp2;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_vga.c1018 int temp,temp1,temp2,sistypeidx; local in function:SISVGAPreInit
1101 inSISIDXREG(SISPART4, 0x39, temp2);
1102 if(temp2 == 0xff) {
1118 inSISIDXREG(SISPART4, 0x23, temp2);
1119 if(!(temp2 & 0x02)) {
1204 temp2 = SiS_GetCH700x(pSiS->SiS_Pr, 0x0e);
1205 if(((temp2 & 0x07) == 0x01) || (temp2 & 0x04)) {
1209 temp2 = SiS_GetCH70xx(pSiS->SiS_Pr, chrontelidreg);
1210 if(temp2 !
[all...]
H A Dsis_vb.c1012 int temp1=0, temp2, i; local in function:SISSenseChrontel
1061 temp2 = SiS_GetCH701x(pSiS->SiS_Pr, 0x20);
1062 temp2 |= 0x01;
1063 SiS_SetCH701x(pSiS->SiS_Pr, 0x20, temp2);
1067 temp2 ^= 0x01;
1068 SiS_SetCH701x(pSiS->SiS_Pr, 0x20, temp2);
1072 temp2 = SiS_GetCH701x(pSiS->SiS_Pr, 0x20);
1078 if(temp2 & 0x02) temp1 |= 0x01;
1079 if(temp2 & 0x10) temp1 |= 0x01;
1080 if(temp2
[all...]
H A Dinit.c1014 unsigned char cr5f, temp1, temp2; local in function:SiS_GetSysFlags
1035 temp2 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5c) & 0xf8;
1036 if((!temp1) || (temp2)) {
1697 unsigned short temp, temp1, temp2; local in function:SiS_DoLowModeTest
1705 temp2 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x00);
1710 if(temp2 == 0x55) return FALSE;
1713 if(temp2 != 0x55) return TRUE;
1754 unsigned short temp1 = 0, temp2 = 0;
1758 temp1 = 0xa0; temp2 = 0x08;
1761 SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x56,0xe7,temp2);
2239 unsigned short temp1, temp2; local in function:SiS_GetFIFOThresholdIndex300
2299 unsigned short temp1, temp2; local in function:SiS_CalcDelay
3159 unsigned char temp1, temp2, temp3; local in function:SiS_Handle760
[all...]
/xsrc/external/mit/libXmu/dist/src/
H A DEditresCom.c1822 unsigned char temp1, temp2; local in function:_XEditResGet16
1824 if (!(_XEditResGet8(stream, &temp1) && _XEditResGet8(stream, &temp2)))
1827 *value = ((unsigned short)temp1 << XER_NBBY) + (unsigned short)temp2;
1848 unsigned char temp1, temp2; local in function:_XEditResGetSigned16
1850 if (!(_XEditResGet8(stream, &temp1) && _XEditResGet8(stream, &temp2)))
1857 *value &= temp2; /* and LSB */
1860 *value = ((unsigned short)temp1 << XER_NBBY) + (unsigned short)temp2;
1882 unsigned short temp1, temp2; local in function:_XEditResGet32
1884 if (!(_XEditResGet16(stream, &temp1) && _XEditResGet16(stream, &temp2)))
1887 *value = ((unsigned long)temp1 << (XER_NBBY * 2)) + (unsigned long)temp2;
[all...]

Completed in 33 milliseconds

123