Searched refs:df (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dacosf.c36 float z,w,s,c,df; local
67 SET_FLOAT_WORD(df,hx&0xfffff000);
68 c = (z-df*df)/(s+df);
70 return 2*(df+w);
H A Dacos.c62 double z,w,s,c,df; local
96 df = s;
97 SET_LOW_WORD(df,0);
98 c = (z-df*df)/(s+df);
100 return 2*(df+w);
/haiku/headers/os/drivers/pcmcia/
H A Dk_compat.h131 #define pcibios_read_config_byte(b,df,o,v) \
132 ((*(v) = pci->read_pci_config(b,(df)>>3,((df)&7),o,1)),0)
133 #define pcibios_read_config_word(b,df,o,v) \
134 ((*(v) = pci->read_pci_config(b,(df)>>3,((df)&7),o,2)),0)
135 #define pcibios_read_config_dword(b,df,o,v) \
136 ((*(v) = pci->read_pci_config(b,(df)>>3,((df)&7),o,4)),0)
137 #define pcibios_write_config_byte(b,df,
[all...]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c730 struct ieee80211_defrag *df; local
747 df = &ic->ic_defrag[ic->ic_defrag_cur];
748 m_freem(df->df_m); /* discard old entry */
749 df->df_seq = seq;
750 df->df_frag = 0;
751 df->df_m = m;
753 timeout_add_sec(&df->df_to, 1);
759 df = &ic->ic_defrag[i];
760 if (df->df_m == NULL)
762 if (df
802 struct ieee80211_defrag *df = arg; local
[all...]
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h48 uint16 df:1; member in struct:mc68030_ssw
/haiku/src/bin/network/ping/
H A Dping.c232 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload; local
281 alarmtimeout = df = preload = tos = pcp = 0;
323 df = 1;
724 ip.ip_off = htons(df ? IP_DF : 0);

Completed in 112 milliseconds