Searched refs:temp (Results 176 - 195 of 195) sorted by relevance

12345678

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2678 BString temp; local
2679 temp = "application/x-vnd.Be.URL.";
2680 temp += proto;
2684 if (be_roster->Launch(temp.String(), 1, argv) == B_OK)
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp172 item->Entry().Remove(); // delete temp file
217 // Find temp directory for recorded sounds.
822 oldEntry.Remove(); // blows away temp file!
1189 RecorderWindow::AddSoundItem(const BEntry& entry, bool temp)
1192 SoundListItem * listItem = new SoundListItem(entry, temp);
/haiku/src/apps/diskprobe/
H A DDataView.cpp711 int32 temp = start; local
713 end = temp;
/haiku/src/kits/interface/
H A DColumnListView.cpp4820 BRow* temp = items[step]; local
4823 if (CompareRows(temp, items[i]) < 0)
4829 items[i + h] = temp;
4974 BRow* temp = start; local
4976 end = temp;
H A DMenu.cpp2099 BMenuItem* temp = fSelected; local
2103 _SelectItem(temp, false);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c789 int temp = width; \
792 width = temp; \
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf.c1274 int temp = arc4random() & 0xff; local
1275 if (temp == 0xba)
/haiku/src/system/kernel/
H A Dport.cpp1718 uint8 temp = secondLockIndex; local
1720 firstLockIndex = temp;
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dencoder.cpp721 uint8 temp = dpcd_read_reg(hwPin, DP_EDP_CONFIGURATION_CAP);
722 if ((temp & 1) != 0)
/haiku/src/apps/deskbar/
H A DStatusView.cpp846 int32 temp; local
847 BView* view = ViewAt(&index, &temp, id, false);
/haiku/src/servers/app/
H A DWindow.cpp1906 UpdateSession* temp = fCurrentUpdateSession; local
1908 fPendingUpdateSession = temp;
/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 */
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c4962 /* temp work around, will be removed. */
6067 int nmeasurement=0, im, ix, iy, temp; local
6225 temp=coeff.mag_coeff[ch_idx][im][ix];
6227 coeff.mag_coeff[ch_idx][im][iy] = temp;
6232 temp=coeff.phs_coeff[ch_idx][im][ix];
6234 coeff.phs_coeff[ch_idx][im][iy]=temp;
H A Dar9300_eeprom.c2430 /* If temp compensation is not enabled, set all registers to 0*/
3367 u_int16_t temp;
3396 temp = SWAP16(*eepdata);
3397 *eepdata = temp;
/haiku/src/build/libgnuregex/
H A Dregex.c413 int temp = SIGN_EXTEND_CHAR (*(source + 1));
415 *dest += temp << 8;
409 int temp = SIGN_EXTEND_CHAR (*(source + 1)); local
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp1255 FDELookupInfo* temp = _GetContainingFDEInfo(initialLocation, local
1257 if (temp == NULL) {
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_ich8lan.c4880 u16 data, i, temp, shift; local
4894 temp = (data >> (i << 2)) & E1000_LEDCTL_LED0_MODE_MASK;
4896 switch (temp) {
4913 switch (temp) {
/haiku/src/apps/mail/
H A DMailWindow.cpp3217 BString temp; local
3218 temp << "(" << queryString << "&&(BEOS:TYPE==\"text/x-email\"))";
3219 queryString = temp;
/haiku/src/kits/tracker/
H A DFSUtils.cpp3948 BMessage temp(B_REFS_RECEIVED);
3951 temp.AddRef("refs", ref);
3952 listOfRefs = &temp;
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c1226 const uint64_t *temp; local
1259 temp = fw->data;
1260 bytes = *temp;

Completed in 468 milliseconds

12345678