Searched refs:ss (Results 1 - 25 of 67) sorted by path

123

/haiku/headers/private/kernel/arch/x86/32/
H A Ddescriptors.h84 uint32 es, cs, ss, ds, fs, gs; member in struct:tss
/haiku/headers/private/kernel/arch/x86/64/
H A Diframe.h41 uint64 ss; member in union:iframe::__anon4
/haiku/headers/private/system/
H A Dpe_common.h31 uint16 ss; member in struct:__anon9
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Dcx22702.c254 cx22702_get_ss(i2c_bus *bus, uint32 *ss) argument
259 *ss = reg23;
H A Dcx22702.h42 status_t cx22702_get_ss(i2c_bus *bus, uint32 *ss);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_spectral.c310 ar9300_configure_spectral_scan(struct ath_hal *ah, HAL_SPECTRAL_PARAM *ss) argument
324 HALDEBUG(ah, HAL_DEBUG_SPECTRAL, "ss_fft_period=%d\n", ss->ss_fft_period);
325 HALDEBUG(ah, HAL_DEBUG_SPECTRAL, "ss_period=%d\n", ss->ss_period);
326 HALDEBUG(ah, HAL_DEBUG_SPECTRAL, "ss_count=%d\n", ss->ss_count);
327 HALDEBUG(ah, HAL_DEBUG_SPECTRAL, "ss_short_report=%d\n", ss->ss_short_report);
328 HALDEBUG(ah, HAL_DEBUG_SPECTRAL, "ss_spectral_pri=%d\n", ss->ss_spectral_pri);
333 if (ss->ss_spectral_pri) {
335 nf_buf[i] = NOISE_PWR_DBM_2_INT(ss->ss_nf_cal[i]);
350 if (ss->ss_fft_period != HAL_SPECTRAL_PARAM_NOVAL) {
352 val |= SM(ss
409 ar9300_get_spectral_params(struct ath_hal *ah, HAL_SPECTRAL_PARAM *ss) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c648 int16_t ss; /* potentially -ve index for taking care of pdGainOverlap */ local
750 ss = (int16_t)(0 - (minPwrT4[i] / 2));
752 ss = 0; /* for the first pdGain, start from index 0 */
755 ss = (int16_t)((pPdGainBoundaries[i-1] - (minPwrT4[i] / 2)) - tPdGainOverlap + 1 + minDelta);
760 *-ve ss indicates need to extrapolate data below for this pdGain
762 while ((ss < 0) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
763 tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
765 ss++;
772 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
773 pPDADCValues[k++] = vpdTableI[i][ss
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_lna_div.c94 struct if_ath_ant_comb_state *ss; local
101 ss = malloc(sizeof(struct if_ath_ant_comb_state),
103 if (ss == NULL) {
117 ss->lna1_lna2_delta = -9;
119 ss->lna1_lna2_delta = -3;
123 sc->sc_lna_div = ss;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c2669 ipw_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) argument
2675 ipw_scan_mindwell(struct ieee80211_scan_state *ss) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c4099 struct ieee80211_scan_state *ss = ic->ic_scan; local
4100 struct ieee80211vap *vap = ss->ss_vap;
4178 nssid = MIN(ss->ss_nssid, WPI_SCAN_MAX_ESSIDS);
4181 essids[i].len = MIN(ss->ss_ssid[i].len, IEEE80211_NWID_LEN);
4182 memcpy(essids[i].data, ss->ss_ssid[i].ssid, essids[i].len);
5631 wpi_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) argument
5633 struct ieee80211vap *vap = ss->ss_vap;
5652 wpi_scan_mindwell(struct ieee80211_scan_state *ss) argument
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp197 std::istringstream ss(currentItem);
198 ss >> arcver;
199 if (ss.fail()) {
225 std::istringstream ss(currentItem);
227 ss >> foundFingerprint;
228 if (ss.fail())
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBCard.h40 status_t GetSignalInfo(uint32 *ss, uint32 *ber, uint32 *snr);
/haiku/src/bin/unzip/
H A Dfileio.c1653 int yr, mo, dy, hh, mm, ss;
1690 ss = (int)((unsigned)dosdatetime & 0x1f) * 2;
1694 sprintf (temp, "%02d/%02d/%02d %02d:%02d:%02d", mo+1, dy+1, yr, hh, mm, ss);
1718 (unsigned long)(mm * 60 + ss));
H A Dzipinfo.c2118 unsigned yr, mo, dy, hh, mm, ss; variable
2160 ss = (unsigned)(t->tm_sec);
2170 ss = (((unsigned)*datetimez << 1) & 0x3e);
2181 mm, ss);
2184 ss);
/haiku/src/bin/writembr/
H A Dmbr.S136 movw %ax,%ss /* Set up */
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan.h344 struct ieee80211_scan_state *ss,
349 void ieee80211_scan_dump(struct ieee80211_scan_state *ss);
/haiku/src/libs/mapm/
H A Dmapm_fft.c827 double ec, w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local
838 ss = 2 * w1i;
855 wkr += ss * wdi;
856 wki += ss * (0.5 - wdr);
865 wdr += ss * wki;
866 wdi += ss * (0.5 - wkr);
893 double ec, w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local
904 ss = 2 * w1i;
922 wkr += ss * wdi;
923 wki += ss * (0.
[all...]
H A Dmapm_fpf.c247 void m_apm_to_fixpt_string(char *ss, int dplaces, M_APM mtmp) argument
257 cpd = ss;
H A Dmapm_rnd.c170 void m_apm_set_random_seed(char *ss) argument
181 m_apm_set_string(M_rnd_XX, ss);
252 char ss[32], buf1[48], buf2[32]; local
264 strcpy(ss,ctime(&timestamp)); /* convert to string and copy to ss */
269 ss[0] = ss[18];
270 ss[1] = ss[17];
271 ss[
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dbios_asm.S58 movw %ax, %ss
130 movw %ax, %ss
151 movw %ax, %ss
H A Dshell.S64 mov %ax, %ss
266 mov %ax, %ss
293 mov %ax, %ss
H A Dsmp_trampoline.S42 mov %ax, %ss
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_stage2.S37 movw %ax, %ss
99 mov %ax, %ss
H A Dsmp_trampoline.S42 mov %ax, %ss
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S102 pushl %ss

Completed in 458 milliseconds

123