Searched refs:temp (Results 1 - 25 of 195) sorted by path

12345678

/haiku/headers/libs/agg/
H A Dagg_array.h912 T temp = a; local
914 b = temp;
H A Dagg_rasterizer_cells_aa.h498 T temp = *a; local
500 *b = temp;
/haiku/headers/private/kernel/util/
H A DSplayTree.h113 Node* temp = rootLink->right; local
116 Definition::GetLink(fRoot)->right = temp;
139 Node* temp = rootLink->right; local
142 Definition::GetLink(fRoot)->right = temp;
/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp182 uint8 temp = INREG8(DRAM_ROW_CNTL_HI) & ~DRAM_REFRESH_RATE; local
183 OUTREG8(DRAM_ROW_CNTL_HI, temp | DRAM_REFRESH_DISABLE);
221 temp = INREG8(DRAM_ROW_CNTL_HI) & ~DRAM_REFRESH_RATE;
222 OUTREG8(DRAM_ROW_CNTL_HI, temp | DRAM_REFRESH_60HZ);
224 temp = INREG8(BITBLT_CNTL) & ~COLEXP_MODE;
225 temp |= (mode.bitsPerPixel == 8 ? COLEXP_8BPP : COLEXP_16BPP);
226 OUTREG8(BITBLT_CNTL, temp);
/haiku/src/add-ons/accelerants/matrox/
H A DSetDisplayMode.c288 uint32 temp = startadd; local
290 startadd_right = temp;
519 uint32 temp = startadd; local
521 startadd_right = temp;
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_crtc.c109 uint8 temp; local
204 temp = VGAR(MISCR);
208 temp &= ~0x40;
213 temp |= 0x40;
218 temp &= ~0x80;
223 temp |= 0x80;
225 VGAW(MISCW, temp);
415 float tpixclk, tmclk, refresh, temp; local
481 temp = (((((mp * tmclk) + (11 * vc * tpixclk)) / tpixclk) - (vc - 1)) / (8 * vc)) + 1.0;
482 if (temp > 7.
[all...]
H A Dmga_crtc2.c15 uint32 temp; local
52 temp = (0xfff << 16);
53 if (!(target.timing.flags & B_POSITIVE_HSYNC)) temp |= (0x01 << 8);
54 if (!(target.timing.flags & B_POSITIVE_VSYNC)) temp |= (0x01 << 9);
55 CR2W(MISC, temp);
133 temp = (0xfff << 16);
134 if (!(tv_mode.timing.flags & B_POSITIVE_HSYNC)) temp |= (0x01 << 8);
135 if (!(tv_mode.timing.flags & B_POSITIVE_VSYNC)) temp |= (0x01 << 9);
136 CR2W(MISC, temp);
191 uint8 temp local
[all...]
H A Dmga_dac.c1076 uint32 temp; local
1110 temp = (CFGR(OPTION) & 0xffffff27);
1111 if (si->ps.v3_clk_div & 0x01) temp |= 0x08;
1112 if (si->ps.v3_clk_div & 0x02) temp |= 0x10;
1113 if (si->ps.v3_clk_div & 0x04) temp |= 0x80;
1116 //if (si->ps.v3_clk_div & 0x08) temp |= 0x40;
1118 temp |= 0x01;
1119 CFGW(OPTION, temp);
1132 uint32 temp; local
1167 temp
[all...]
H A Dmga_maven.c113 uint8 temp, cnt, offset, loop; local
148 temp = MAVR(LUMA);
185 temp &= ~0x20;
186 MAVW(LUMA, temp);
189 temp |= 0x10;
190 MAVW(LUMA, temp);
195 MAVW(LUMA, (temp | 0x20));
197 MAVW(LUMA, (temp & ~0x20));
201 MAVW(LUMA, (temp & ~0x30));
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_dac.c136 uint8 temp; local
157 temp = (ISARB(MISCR) | 0x0c);
160 ISAWB(MISCW, temp);
167 temp = (ISAGRPHR(PLLC_NH) & 0x0f);
170 ISAGRPHW(PLLC_NH, (temp | (p & 0xf0)));
H A Dnm_general.c221 uint8 temp; local
229 temp = (ISARB(MISCR) | 0x01);
232 ISAWB(MISCW, temp);
350 uint8 temp; local
406 temp = ((ISAGRPHR(IFACECTRL1) & 0x0f) | 0x30);
409 ISAGRPHW(IFACECTRL1, temp);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_crtc.c192 uint8 temp; local
409 temp = NV_REG8(NV8_MISCR);
413 temp &= ~0x40;
418 temp |= 0x40;
423 temp &= ~0x80;
428 temp |= 0x80;
430 NV_REG8(NV8_MISCW) = temp;
603 uint8 temp; local
614 temp = SEQR(CLKMODE);
618 SEQW(CLKMODE, (temp
759 uint8 temp; local
[all...]
H A Dnv_crtc2.c178 uint8 temp; local
392 temp = NV_REG8(NV8_MISCR);
396 temp &= ~0x40;
401 temp |= 0x40;
406 temp &= ~0x80;
411 temp |= 0x80;
413 NV_REG8(NV8_MISCW) = temp;
586 uint8 temp; local
597 temp = SEQR(CLKMODE);
601 SEQW(CLKMODE, (temp
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp112 uint32 temp = 0xCDCDCDCD; local
119 temp = ctx->card->ioreg_read(CU16(base + 1));
124 ctx->card->ioreg_write(CU16(base + 1), temp);
128 temp &= ~((0xFFFFFFFF >> (32 - CU8(base + 1))) << CU8(base + 2));
132 temp |= (0xFFFFFFFF >> (32 - CU8(base + 1))) << CU8(base + 2);
136 temp &= ~((0xFFFFFFFF >> (32 - CU8(base + 1))) << CU8(base + 3));
137 temp |= ((index >> CU8(base + 2))
142 temp &= ~((0xFFFFFFFF >> (32 - CU8(base + 1))) << CU8(base + 3));
143 temp |= ((data >> CU8(base + 2))
148 temp
[all...]
/haiku/src/add-ons/accelerants/s3/
H A Dsavage_mode.cpp573 uint8 temp = ((ReadMiscOutReg() & 0x3f) | 0x0c); local
576 temp |= 0x40;
578 temp |= 0x80;
580 WriteMiscOutReg(temp);
623 temp = ReadSeqReg(0x15) & ~0x20;
624 WriteSeqReg(0x15, temp);
625 WriteSeqReg(0x15, temp | 0x20);
626 WriteSeqReg(0x15, temp);
H A Dvirge_mode.cpp456 uint8 temp = ReadCrtcReg(0x3a); local
458 regRec.CR3A = (temp & 0x7f) | 0x10; // ENH 256, PCI burst
460 regRec.CR3A = (temp & 0x7f) | 0x15; // ENH 256, PCI burst
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dcrtc.c94 uint8 temp; local
283 temp = ENG_REG8(RG8_MISCR);
287 temp &= ~0x40;
292 temp |= 0x40;
297 temp &= ~0x80;
302 temp |= 0x80;
304 ENG_REG8(RG8_MISCW) = temp;
477 uint8 temp; local
488 temp = SEQR(CLKMODE);
491 SEQW(CLKMODE, (temp
602 uint8 temp; local
[all...]
H A Dcrtc2.c80 uint8 temp; local
266 temp = ENG_REG8(RG8_MISCR);
270 temp &= ~0x40;
275 temp |= 0x40;
280 temp &= ~0x80;
285 temp |= 0x80;
287 ENG_REG8(RG8_MISCW) = temp;
460 uint8 temp; local
471 temp = SEQR(CLKMODE);
474 SEQW(CLKMODE, (temp
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Dcrtc.c84 uint8 temp; local
249 temp = ENG_REG8(RG8_MISCR);
253 temp &= ~0x40;
258 temp |= 0x40;
263 temp &= ~0x80;
268 temp |= 0x80;
270 ENG_REG8(RG8_MISCW) = temp;
477 uint8 temp; local
485 temp = SEQR(CLKMODE);
488 SEQW(CLKMODE, (temp
[all...]
H A Dcrtc2.c80 uint8 temp; local
266 temp = ENG_REG8(RG8_MISCR);
270 temp &= ~0x40;
275 temp |= 0x40;
280 temp &= ~0x80;
285 temp |= 0x80;
287 ENG_REG8(RG8_MISCW) = temp;
460 uint8 temp; local
471 temp = SEQR(CLKMODE);
474 SEQW(CLKMODE, (temp
[all...]
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp116 const char* temp; local
118 while (from->FindString("largv", idx++, &temp) == B_OK) {
119 if (temp) {
120 char* copy = new char[strlen(temp) + 1];
121 strcpy(copy, temp);
617 int32 temp; local
618 for (int32 i = 0; from->FindInt32("ooffsets", i, &temp) == B_OK; i++) {
619 fOverrideOffsets.AddItem((void*)(addr_t)temp);
621 if (from->FindInt32("overrides", i, &temp) != B_OK)
622 temp
973 const char* temp; local
1323 char* temp = new char[strlen(arg) + 1]; local
1630 const char* temp; local
[all...]
H A DKeyCommandMap.cpp166 BList temp; local
168 temp = fInjects;
173 int32 count = temp.CountItems();
175 BMessage* message = (BMessage*)temp.ItemAt(i);
H A DParseCommandLine.cpp72 bool temp = (*string == '\\') ? !afterBackslash : false; local
92 afterBackslash = temp;
155 char* temp = str; local
156 while (*temp) {
157 if (*temp == GUNK_CHAR)
158 *temp = ' ';
160 temp++;
189 char* temp = (char*) wordlist.ItemAt(i); local
190 argv[i] = new char[strlen(temp) + 1];
191 strcpy(argv[i], temp);
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCChannelMask.cpp467 CH_MASK_DSP bit,temp; local
469 temp = SWAP( m_Mask );
471 temp |= bit;
472 m_Mask = SWAP( temp );
480 CH_MASK_DSP bit,temp; local
482 temp = SWAP( m_Mask );
484 temp &= ~bit;
485 m_Mask = SWAP( temp );
498 CH_MASK_DSP temp,bit; local
500 temp
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c1596 char buf[17], temp; local
1610 temp = *ptr2++;
1611 if (isprint(temp))
1612 buf[count] = temp;
1795 /* Cache the temp keys */

Completed in 164 milliseconds

12345678