Searched refs:temp (Results 1 - 25 of 444) sorted by last modified time

1234567891011>>

/haiku-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.cpp699 int temp = frames_for_duration(framerate, mixerBufferLength); local
700 fMixBufferFrameCount = ((temp / frames) + 1) * frames;
/haiku-fatelf/src/kits/tracker/
H A DRegExp.cpp795 char* temp; local
804 temp = Next(scan);
805 if (temp == NULL)
807 scan = temp;
H A DPoseView.cpp7690 float temp = selection.right; local
7692 selection.left = temp;
7696 float temp = selection.top; local
7698 selection.bottom = temp;
H A DUtilities.cpp487 int32 temp = from; local
489 to = temp;
524 int32 temp = from; local
526 to = temp;
/haiku-fatelf/src/libs/icon/shape/
H A DVectorPath.cpp946 VectorPath temp(*this);
949 temp.SetPoint(index, fPath[i].point, fPath[i].point_out,
953 *this = temp;
/haiku-fatelf/src/system/kernel/
H A Dthread.cpp367 char temp[64]; local
368 snprintf(temp, sizeof(temp), "thread_%" B_PRId32 "_retcode_sem", id);
369 exit.sem = create_sem(0, temp);
373 snprintf(temp, sizeof(temp), "%s send", name);
374 msg.write_sem = create_sem(1, temp);
378 snprintf(temp, sizeof(temp), "%s receive", name);
379 msg.read_sem = create_sem(0, temp);
618 Thread *temp, *last = NULL; local
[all...]
H A Delf.cpp312 uint32 temp; local
316 if ((temp = hash & 0xf0000000) != 0)
317 hash ^= temp >> 24;
318 hash &= ~temp;
/haiku-fatelf/src/kits/shared/
H A DExpressionParser.cpp139 BString temp;
145 temp << *fCurrentChar;
152 temp << '.';
157 temp << *fCurrentChar;
164 temp << *fCurrentChar;
169 temp << *fCurrentChar;
180 temp << *fCurrentChar;
186 BString test = temp;
198 fCurrentToken.value = temp.String();
758 BString temp("expecte
[all...]
/haiku-fatelf/data/bin/
H A Dinstalloptionalpackage487 sed -n -e "$regExp" ${baseDir}/OptionalPackages > ${file}.temp
488 sed -n -e "$regExp" ${baseDir}/OptionalLibPackages >> ${file}.temp
502 done < ${file}.temp
503 rm ${file}.temp
517 sed -n -e "/${regExp}\ /p" ${inputFile} > ${tmpDir}/optpkg.temp
521 tempDeps=`sed -e "s/${regExp}\ //" ${tmpDir}/optpkg.temp`
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Dencoder.cpp618 uint8 temp = dpcd_read_reg(hwPin, DP_EDP_CONFIGURATION_CAP);
619 if ((temp & 1) != 0)
H A Daccelerant.h262 uint32 temp; local
268 temp = _read32(offset);
271 temp = _read32(offset);
274 temp = _read32(offset);
275 //temp = _read32PLL(offset);
280 temp &= ~mask;
281 temp |= value & mask;
288 _write32(offset, temp);
291 _write32(offset, temp);
294 _write32(offset, temp);
[all...]
/haiku-fatelf/src/kits/interface/
H A DColumnListView.cpp4548 BRow* temp = items[step]; local
4551 if (CompareRows(temp, items[i]) < 0)
4557 items[i + h] = temp;
4702 BRow* temp = start; local
4704 end = temp;
H A DScrollBar.cpp1831 BRect temp(r.InsetByCopy(-1, -1));
1835 be_control_look->DrawButtonBackground(this, temp, updateRect,
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_mac.c1738 u16 data, i, temp; local
1752 temp = (data >> (i << 2)) & led_mask;
1753 switch (temp) {
1770 switch (temp) {
H A De1000_ich8lan.c3170 u16 data, i, temp, shift; local
3184 temp = (data >> (i << 2)) & E1000_LEDCTL_LED0_MODE_MASK;
3186 switch (temp) {
3203 switch (temp) {
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1263 static char* temp; local
1269 httpd_realloc_str( &temp, &maxtemp, len );
1270 (void) strcpy( temp, &hc->expnfilename[1] );
1276 (void) strcat( hc->expnfilename, temp );
1286 static char* temp; local
1295 httpd_realloc_str( &temp, &maxtemp, strlen( hc->expnfilename ) - 1 );
1296 (void) strcpy( temp, &hc->expnfilename[1] );
1297 cp = strchr( temp, '/' );
1304 pw = getpwnam( temp );
/haiku-fatelf/src/apps/soundrecorder/
H A DRecorderWindow.cpp170 item->Entry().Remove(); // delete temp file
215 // Find temp directory for recorded sounds.
822 oldEntry.Remove(); // blows away temp file!
1220 RecorderWindow::AddSoundItem(const BEntry& entry, bool temp)
1223 SoundListItem * listItem = new SoundListItem(entry, temp);
/haiku-fatelf/src/apps/processcontroller/
H A DProcessController.cpp149 ProcessController::ProcessController(BRect frame, bool temp) argument
157 fTemp(temp)
159 if (!temp) {
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_cpu.cpp566 unsigned int temp; local
570 temp = cpuid.regs.edx;
572 cpuid.regs.ecx = temp;
576 temp = cpuid.regs.edx;
578 cpuid.regs.ecx = temp;
583 temp = cpuid.regs.edx;
585 cpuid.regs.ecx = temp;
/haiku-fatelf/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp405 void* temp = fPageTable; local
406 area_id area = create_area("physical page pool", &temp,
417 temp = (void*)fVirtualBase;
419 "physical page pool space", &temp, B_EXACT_ADDRESS,
/haiku-fatelf/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp115 void* temp = fPageTable; local
116 area_id area = create_area("physical page pool", &temp,
127 temp = (void*)fVirtualBase;
129 "physical page pool space", &temp, B_EXACT_ADDRESS,
325 void *temp; local
334 temp = (void*)fKernelVirtualPageDirectory;
335 area = create_area("kernel_pgdir", &temp, B_EXACT_ADDRESS, B_PAGE_SIZE,
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c1724 printf("chain %d, sample %d: temp=%d gain=%d "
1726 chans[0].samples[c][j].temp,
1735 printf("chain %d, sample %d: temp=%d gain=%d "
1737 chans[1].samples[c][j].temp,
1789 DPRINTF(sc, IWN_DEBUG_CALIBRATE, "temp=%d volt=%d offset=%dK\n",
2596 int temp; local
2610 if (stats->general.temp != sc->rawtemp) {
2612 sc->rawtemp = stats->general.temp;
2613 temp = ops->get_temperature(sc);
2615 __func__, temp);
4202 int32_t temp; local
4241 iwn4965_power_calibration(struct iwn_softc *sc, int temp) argument
4336 uint8_t power, gain, temp; local
4503 int32_t r1, r2, r3, r4, temp; local
4527 int32_t temp; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c3022 if ((sc->temp = (int)WPI_READ(sc, WPI_TEMPERATURE)) != 0)
3032 DPRINTFN(WPI_DEBUG_TEMP,("temperature %d\n", sc->temp));
3145 if ((sc->temp = (int)WPI_READ(sc, WPI_TEMPERATURE)) != 0)
3155 DPRINTFN(WPI_DEBUG_TEMP,("temperature %d\n", sc->temp));
3244 int temp; local
3250 temp = (int)WPI_READ(sc, WPI_TEMPERATURE);
3251 DPRINTFN(WPI_DEBUG_TEMP,("Temp in calibration is: %d\n", temp));
3253 wpi_power_calibration(sc, temp);
3263 wpi_power_calibration(struct wpi_softc *sc, int temp) argument
3270 if (temp <
[all...]
/haiku-fatelf/src/apps/webpositive/
H A DBrowserWindow.cpp2213 BString temp; local
2223 temp = "application/x-vnd.Be.URL.";
2224 temp += proto;
2228 if (be_roster->Launch(temp.String(), 1, argv) != B_OK)
/haiku-fatelf/src/preferences/shortcuts/
H A DShortcutsSpec.cpp204 const char* temp; local
205 if (from->FindString("command", &temp) != B_NO_ERROR) {
208 temp = "";
211 SetCommand(temp);
482 const char* temp = ""; // default local
487 temp = GetKeyName(fKey);
488 if (temp == NULL)
489 temp = "";
498 temp = fCommand;
503 temp
516 const char temp = B_SPACE; local
714 char* temp = new char[fCommandLen]; local
[all...]

Completed in 265 milliseconds

1234567891011>>