Searched refs:ss (Results 26 - 50 of 67) sorted by relevance

123

/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp_trampoline.S42 mov %ax, %ss
H A Dlong_asm.S72 mov %ax, %ss
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
/haiku/src/system/boot/platform/pxe_ia32/
H A Dsmp_trampoline.S42 mov %ax, %ss
H A Dpxe_stage2.S37 movw %ax, %ss
99 mov %ax, %ss
/haiku/headers/private/system/
H A Dpe_common.h31 uint16 ss; member in struct:__anon9
/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/ath_hal/ar5212/
H A Dar5413.c407 int32_t ss;/* potentially -ve index for taking care of pdGainOverlap */ local
484 ss = 0; /* for the first pdGain, start from index 0 */
486 ss = (pPdGainBoundaries[ii-1] - Pmin_t2[ii]) -
491 *-ve ss indicates need to extrapolate data below for this pdGain
493 while (ss < 0) {
494 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
496 ss++;
503 while (ss < (int16_t)maxIndex)
504 pPDADCValues[kk++] = VpdTable_I[ii][ss++];
514 while(ss < (int16_
[all...]
H A Dar2316.c370 int32_t ss;/* potentially -ve index for taking care of pdGainOverlap */ local
447 ss = 0; /* for the first pdGain, start from index 0 */
449 ss = (pPdGainBoundaries[ii-1] - Pmin_t2[ii]) -
454 *-ve ss indicates need to extrapolate data below for this pdGain
456 while (ss < 0) {
457 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
459 ss++;
466 while (ss < (int16_t)maxIndex)
467 pPDADCValues[kk++] = VpdTable_I[ii][ss++];
477 while(ss < (int16_
[all...]
H A Dar2317.c348 int32_t ss;/* potentially -ve index for taking care of pdGainOverlap */ local
425 ss = 0; /* for the first pdGain, start from index 0 */
427 ss = (pPdGainBoundaries[ii-1] - Pmin_t2[ii]) -
432 *-ve ss indicates need to extrapolate data below for this pdGain
434 while (ss < 0) {
435 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
437 ss++;
444 while (ss < (int16_t)maxIndex)
445 pPDADCValues[kk++] = VpdTable_I[ii][ss++];
455 while(ss < (int16_
[all...]
H A Dar2413.c364 int32_t ss;/* potentially -ve index for taking care of pdGainOverlap */ local
441 ss = 0; /* for the first pdGain, start from index 0 */
443 ss = (pPdGainBoundaries[ii-1] - Pmin_t2[ii]) -
448 *-ve ss indicates need to extrapolate data below for this pdGain
450 while (ss < 0) {
451 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
453 ss++;
460 while (ss < (int16_t)maxIndex)
461 pPDADCValues[kk++] = VpdTable_I[ii][ss++];
471 while(ss < (int16_
[all...]
H A Dar2425.c363 int32_t ss;/* potentially -ve index for taking care of pdGainOverlap */ local
442 ss = 0; /* for the first pdGain, start from index 0 */
444 ss = (pPdGainBoundaries[ii-1] - Pmin_t2[ii]) -
449 *-ve ss indicates need to extrapolate data below for this pdGain
451 while (ss < 0) {
452 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
454 ss++;
461 while (ss < (int16_t)maxIndex)
462 pPDADCValues[kk++] = VpdTable_I[ii][ss++];
472 while(ss < (int16_
[all...]
/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;
/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/headers/private/kernel/arch/x86/32/
H A Ddescriptors.h84 uint32 es, cs, ss, ds, fs, gs; member in struct:tss
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Dcx22702.c254 cx22702_get_ss(i2c_bus *bus, uint32 *ss) argument
259 *ss = reg23;
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp204 thread->arch_info.current_stack.ss = (addr_t*)KERNEL_DATA_SELECTOR;
214 kprintf("\tss: %p\n", at->current_stack.ss);
H A Darch.S102 pushl %ss
/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/file_systems/ntfs/libntfs/
H A Drunlist.c602 int ss = sfinal - sstart + 1; local
612 ss++;
619 ntfs_log_debug("ds = %i, ss = %i, dins = %i\n", ds, ss, dins);
623 drl = ntfs_rl_replace(drl, ds, srl + sstart, ss, dins);
625 drl = ntfs_rl_insert(drl, ds, srl + sstart, ss, dins);
628 drl = ntfs_rl_append(drl, ds, srl + sstart, ss, dins);
630 drl = ntfs_rl_split(drl, ds, srl + sstart, ss, dins);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2432 int16_t ss; /* potentially -ve index for taking care of pdGainOverlap */ local
2530 ss = (int16_t)(0 - (minPwrT4[i] / 2));
2532 ss = 0; /* for the first pdGain, start from index 0 */
2535 ss = (int16_t)((pPdGainBoundaries[i-1] - (minPwrT4[i] / 2)) - tPdGainOverlap + 1 + minDelta);
2540 *-ve ss indicates need to extrapolate data below for this pdGain
2542 while ((ss < 0) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
2543 tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
2545 ss++;
2552 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
2553 pPDADCValues[k++] = vpdTableI[i][ss
[all...]
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.cpp51 SetIntRegister(X86_64_REGISTER_SS, state.ss);
180 x64State->ss = IntRegisterValue(X86_64_REGISTER_SS);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c2666 scan_type(const struct ieee80211_scan_state *ss, argument
2670 if (ss->ss_nssid != 0)
2672 if ((ss->ss_flags & IEEE80211_SCAN_ACTIVE) &&
2703 struct ieee80211_scan_state *ss; local
2718 ss = ic->ic_scan;
2738 if (ss->ss_nssid != 0) {
2739 error = iwi_cmd(sc, IWI_CMD_SET_ESSID, ss->ss_ssid[0].ssid,
2740 ss->ss_ssid[0].len);
2756 KASSERT(ss->ss_last > 0, ("no channels"));
2757 for (i = 0; i < ss
3557 iwi_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) argument
3570 iwi_scan_mindwell(struct ieee80211_scan_state *ss) argument
[all...]

Completed in 183 milliseconds

123