Searched refs:tmp (Results 151 - 175 of 220) sorted by relevance

123456789

/haiku/src/libs/icon/
H A DIconUtils.cpp120 float tmp; local
130 tmp = (float)(i) / (float)(dstHeight - 1) * (srcHeight - 1);
131 l = (int32)floorf(tmp);
136 u = tmp - l;
138 tmp = (float)(j) / (float)(dstWidth - 1) * (srcWidth - 1);
139 c = (int32)floorf(tmp);
144 t = tmp - c;
291 BBitmap* tmp = new BBitmap(rect, B_BITMAP_NO_SERVER_LINK, B_RGBA32); local
292 uint8* tmpBits = (uint8*)tmp->Bits();
293 int32 tmpBPR = tmp
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp637 uint32 tmp = read32(intel_get_backlight_register(true)); local
642 legacyMode = (tmp & BLM_LEGACY_MODE) != 0;
645 uint32_t period = tmp >> 16;
655 period = tmp >> 17;
675 write32(intel_get_backlight_register(false), (duty & mask) | (tmp & ~mask));
697 uint32 tmp = read32(intel_get_backlight_register(true)); local
702 legacyMode = (tmp & BLM_LEGACY_MODE) != 0;
704 period = tmp >> 16;
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c630 u_char tmp[NS_MAXCDNAME]; local
633 if ((n = ns_name_unpack(msg, eom, src, tmp, sizeof tmp)) == -1)
635 if (ns_name_ntop(tmp, dst, dstsiz) == -1)
659 u_char tmp[NS_MAXCDNAME]; local
661 if (ns_name_pton(src, tmp, sizeof tmp) == -1)
663 return (ns_name_pack(tmp, dst, (int)dstsiz, dnptrs, lastdnptr));
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c918 uint32_t tmp; local
953 tmp = MEM_READ_4(sc, IPW_MEM_EEPROM_CTL);
954 val |= ((tmp & IPW_EEPROM_Q) >> IPW_EEPROM_SHIFT_Q) << n;
1807 uint32_t tmp; local
1822 tmp = CSR_READ_4(sc, IPW_CSR_RST);
1823 CSR_WRITE_4(sc, IPW_CSR_RST, tmp | IPW_RST_PRINCETON_RESET);
1832 uint32_t tmp; local
1838 tmp = CSR_READ_4(sc, IPW_CSR_CTL);
1839 CSR_WRITE_4(sc, IPW_CSR_CTL, tmp | IPW_CTL_INIT);
1850 tmp
1974 uint32_t tmp, dst; local
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y313 char *tmp = NULL;
328 tmp = strdup($4);
330 syslog(LOG_DEBUG, "%s", tmp);
331 if (!tmp) {
335 p = tmp;
345 if (tmp)
346 free(tmp);
394 free(tmp);
395 tmp = NULL;
/haiku/headers/os/interface/
H A DAffineTransform.h224 double tmp = *x; local
225 *x = tmp * sx + *y * shx + tx;
226 *y = tmp * shy + *y * sy + ty;
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp264 BString tmp; local
265 tmp << fTeamInfo.TeamID();
268 SetField(new BStringField(tmp), kIDColumn);
/haiku/src/libs/x86emu/
H A Dops.c6314 u8 tmp; local
6327 tmp = *srcreg;
6329 destval = tmp;
6339 tmp = *srcreg;
6341 destval = tmp;
6351 tmp = *srcreg;
6353 destval = tmp;
6362 tmp = *srcreg;
6364 *destreg = tmp;
6388 u32 destval, tmp; local
6403 u16 destval, tmp; local
6420 u32 destval, tmp; local
6435 u16 destval, tmp; local
6452 u32 destval, tmp; local
6467 u16 destval, tmp; local
6484 u32 tmp; local
6497 u16 tmp; local
7170 u32 tmp; local
7201 u32 tmp; local
7232 u32 tmp; local
7263 u32 tmp; local
7294 u32 tmp; local
7325 u32 tmp; local
7356 u32 tmp; local
[all...]
/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh374 tf=/tmp/hw_checker_$$.html
/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/le/
H A Dlance.c714 uint16_t tmp;
725 tmp = *bptr;
726 *to++ = tmp & 0xff;
727 *to++ = (tmp >> 8) & 0xff;
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_ra.c86 uint64_t tmp; local
92 tmp = (fp & ((uint64_t)-1 >> (64 - RA_FP_SHIFT)));
93 tmp *= 100;
94 *f = (uint32_t)(tmp >> RA_FP_SHIFT);
H A Dieee80211_ra_vht.c85 uint64_t tmp; local
91 tmp = (fp & ((uint64_t)-1 >> (64 - RA_FP_SHIFT)));
92 tmp *= 100;
93 *f = (uint32_t)(tmp >> RA_FP_SHIFT);
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c853 int tmp;
862 tmp = howmany(maxfd+1, NFDBITS) * sizeof(fd_mask);
863 if (tmp > fdsn) {
871 fdsn = tmp;
851 int tmp; local
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_opt.c376 struct fuse_args tmp = *args; local
378 ctx.outargs = tmp;
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp289 int32 tmp; local
290 wait_for_thread(fWorkerThread, &tmp);
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dpll.cpp368 uint32 tmp = vco % pll->adjustedClock; local
371 if (tmp)
374 if (!tmp)
472 uint32 tmp = (pll->referenceFreq * pll->feedbackDiv) local
474 tmp = (tmp * 1000) / targetClock;
476 if (tmp > (1000 + (MAX_TOLERANCE / 10)))
478 else if (tmp >= (1000 - (MAX_TOLERANCE / 10)))
H A Ddisplay.cpp877 uint32 tmp local
879 tmp &= ~EVERGREEN_GRPH_SURFACE_UPDATE_H_RETRACE_EN;
880 Write32(OUT, EVERGREEN_GRPH_FLIP_CONTROL + regs->crtcOffset, tmp);
886 uint32 tmp = Read32(OUT, AVIVO_D1GRPH_FLIP_CONTROL + regs->crtcOffset); local
887 tmp &= ~AVIVO_D1GRPH_SURFACE_UPDATE_H_RETRACE_EN;
888 Write32(OUT, AVIVO_D1GRPH_FLIP_CONTROL + regs->crtcOffset, tmp);
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c762 long tmp; local
1007 if(ioctl(fd, FW_IBUSRST, &tmp) < 0)
1014 tmp = str2node(fd, crom_string);
1015 get_crom(fd, tmp, crom_buf, len);
1023 tmp = str2node(fd, crom_string_hex);
1024 get_crom(fd, tmp, crom_buf_hex, len);
/haiku/src/kits/support/
H A DDateTime.cpp688 const int32 tmp = fYear; local
691 if ((tmp > 0 && fYear <= 0) || (tmp < 0 && fYear >= 0))
709 const int32 tmp = fYear; local
721 if ((tmp > 0 && fYear <= 0) || (tmp < 0 && fYear >= 0))
/haiku/headers/libs/agg/
H A Dagg_trans_perspective.h583 double tmp = *x; local
584 *x = tmp * sx + *y * shx + tx;
585 *y = tmp * shy + *y * sy + ty;
591 double tmp = *x; local
592 *x = tmp * sx + *y * shx;
593 *y = tmp * shy + *y * sy;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c1122 uint32_t tmp; local
1157 tmp = MEM_READ_4(sc, IWI_MEM_EEPROM_CTL);
1158 val |= ((tmp & IWI_EEPROM_Q) >> IWI_EEPROM_SHIFT_Q) << n;
2086 uint32_t tmp; local
2101 tmp = CSR_READ_4(sc, IWI_CSR_RST);
2102 CSR_WRITE_4(sc, IWI_CSR_RST, tmp | IWI_RST_PRINCETON_RESET);
2110 uint32_t tmp; local
2115 tmp = CSR_READ_4(sc, IWI_CSR_CTL);
2116 CSR_WRITE_4(sc, IWI_CSR_CTL, tmp | IWI_CTL_INIT);
2132 tmp
2346 uint32_t tmp; local
2422 uint32_t sentinel, ctl, src, dst, sum, len, mlen, tmp; local
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c1429 const UCHAR_T *tmp; /* Temporary value. */ local
1431 tmp = ++f;
1432 if (ISDIGIT (*tmp) && read_int (&tmp) && *tmp == L_('$'))
1499 const UCHAR_T *tmp; /* Temporary value. */ local
1501 tmp = ++f;
1502 if (ISDIGIT (*tmp) && read_int (&tmp) > 0 && *tmp
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c1810 fs_off_t tmp; local
1829 for(tmp=bnum; tmp < bnum+num_blocks; tmp++, ptr+=bsize) {
1830 ce = block_lookup(dev, tmp);
1839 if (tmp != ce->block_num || dev != ce->dev) {
1842 "found %d %lld\n", dev, tmp, ce->dev,
1856 for(tmp=bnum; tmp < bnum+num_blocks; tmp
[all...]
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c393 uint32 tmp; local
476 tmp = priv->sg[j].length;
478 priv->sg[j].phys = toLE(tmp);
510 tmp = priv->sg[i].length;
512 priv->sg[i].phys = toLE(tmp);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c219 struct ar5212AniParams tmp; local
220 OS_MEMCPY(&tmp, &aniparams, sizeof(struct ar5212AniParams));
221 tmp.maxSpurImmunityLevel = 7; /* Venice and earlier */
222 ar5212AniAttach(ah, &tmp, &tmp, AH_TRUE);

Completed in 209 milliseconds

123456789