Symbol: fixpoint
sys/netinet/dccp_tfrc.c
1037
const struct fixpoint tfrc_recv_w[] = {{1,1}, {1,1}, {1,1}, {1,1}, {4,5}, {3,5}, {2,5}, {1,5}};
sys/netinet/dccp_tfrc.c
1084
struct fixpoint l_tot;
sys/netinet/dccp_tfrc.c
1085
struct fixpoint l_tot0 = {0,0};
sys/netinet/dccp_tfrc.c
1086
struct fixpoint l_tot1 = {0,0};
sys/netinet/dccp_tfrc.c
1087
struct fixpoint W_tot = {0, 0};
sys/netinet/dccp_tfrc.c
1088
struct fixpoint tmp;
sys/netinet/dccp_tfrc.c
1172
struct fixpoint x;
sys/netinet/dccp_tfrc.c
1255
struct fixpoint x_recv, fval, t_rtt, x;
sys/netinet/dccp_tfrc.c
1256
const struct fixpoint *fval2;
sys/netinet/dccp_tfrc.c
146
struct fixpoint x1, y1; \
sys/netinet/dccp_tfrc.c
1695
struct fixpoint p_prev;
sys/netinet/dccp_tfrc.c
178
const struct fixpoint tfrc_smallest_p = { 4LL, 1000000LL };
sys/netinet/dccp_tfrc.c
1828
struct fixpoint *
sys/netinet/dccp_tfrc.c
1829
fixpoint_add(struct fixpoint *x, const struct fixpoint *a,
sys/netinet/dccp_tfrc.c
1830
const struct fixpoint *b)
sys/netinet/dccp_tfrc.c
1843
struct fixpoint *
sys/netinet/dccp_tfrc.c
1844
fixpoint_sub(struct fixpoint *x, const struct fixpoint *a,
sys/netinet/dccp_tfrc.c
1845
const struct fixpoint *b)
sys/netinet/dccp_tfrc.c
1869
fixpoint_cmp(const struct fixpoint *a, const struct fixpoint *b)
sys/netinet/dccp_tfrc.c
1871
struct fixpoint x;
sys/netinet/dccp_tfrc.c
188
const struct fixpoint *tfrc_calcX(u_int16_t, u_int32_t,
sys/netinet/dccp_tfrc.c
1882
struct fixpoint *
sys/netinet/dccp_tfrc.c
1883
fixpoint_mul(struct fixpoint *x, const struct fixpoint *a,
sys/netinet/dccp_tfrc.c
1884
const struct fixpoint *b)
sys/netinet/dccp_tfrc.c
189
const struct fixpoint *);
sys/netinet/dccp_tfrc.c
1897
struct fixpoint *
sys/netinet/dccp_tfrc.c
1898
fixpoint_div(struct fixpoint *x, const struct fixpoint *a,
sys/netinet/dccp_tfrc.c
1899
const struct fixpoint *b)
sys/netinet/dccp_tfrc.c
1913
fixpoint_getlong(const struct fixpoint *x)
sys/netinet/dccp_tfrc.c
1921
const struct fixpoint flargex = { 2LL, 1000LL };
sys/netinet/dccp_tfrc.c
1922
const struct fixpoint fsmallx = { 1LL, 100000LL };
sys/netinet/dccp_tfrc.c
1923
const struct fixpoint fsmallstep = { 4LL, 1000000LL };
sys/netinet/dccp_tfrc.c
1929
const struct fixpoint *
sys/netinet/dccp_tfrc.c
193
struct fixpoint *fixpoint_add(struct fixpoint *, const struct fixpoint *,
sys/netinet/dccp_tfrc.c
1930
flookup(const struct fixpoint *x)
sys/netinet/dccp_tfrc.c
1932
static const struct fixpoint y = { 250000, 1 };
sys/netinet/dccp_tfrc.c
1933
struct fixpoint z;
sys/netinet/dccp_tfrc.c
194
const struct fixpoint *);
sys/netinet/dccp_tfrc.c
195
struct fixpoint *fixpoint_sub(struct fixpoint *, const struct fixpoint *,
sys/netinet/dccp_tfrc.c
196
const struct fixpoint *);
sys/netinet/dccp_tfrc.c
1966
const struct fixpoint *
sys/netinet/dccp_tfrc.c
1967
tfrc_flookup_reverse(const struct fixpoint *fvalue)
sys/netinet/dccp_tfrc.c
1969
static struct fixpoint x;
sys/netinet/dccp_tfrc.c
197
int fixpoint_cmp(const struct fixpoint *, const struct fixpoint *);
sys/netinet/dccp_tfrc.c
198
struct fixpoint *fixpoint_mul(struct fixpoint *, const struct fixpoint *,
sys/netinet/dccp_tfrc.c
199
const struct fixpoint *);
sys/netinet/dccp_tfrc.c
200
struct fixpoint *fixpoint_div(struct fixpoint *, const struct fixpoint *,
sys/netinet/dccp_tfrc.c
201
const struct fixpoint *);
sys/netinet/dccp_tfrc.c
202
long fixpoint_getlong(const struct fixpoint *);
sys/netinet/dccp_tfrc.c
204
const struct fixpoint *flookup(const struct fixpoint *);
sys/netinet/dccp_tfrc.c
205
const struct fixpoint *tfrc_flookup_reverse(const struct fixpoint *);
sys/netinet/dccp_tfrc.c
215
__inline const struct fixpoint *
sys/netinet/dccp_tfrc.c
216
tfrc_calcX(u_int16_t s, u_int32_t r, const struct fixpoint *p)
sys/netinet/dccp_tfrc.c
218
static struct fixpoint x;
sys/netinet/dccp_tfrc.c
311
struct fixpoint temp, temp2;
sys/netinet/dccp_tfrc.c
366
struct fixpoint v, w;
sys/netinet/dccp_tfrc.c
828
struct fixpoint x,y;
sys/netinet/dccp_tfrc.h
202
struct fixpoint p; /* Loss event rate */
sys/netinet/dccp_tfrc.h
83
struct fixpoint x; /* Current sending rate */
sys/netinet/dccp_tfrc.h
84
struct fixpoint x_recv; /* Receive rate */
sys/netinet/dccp_tfrc.h
85
struct fixpoint x_calc; /* Calculated send (?) rate */
sys/netinet/dccp_tfrc.h
90
struct fixpoint p; /* Current loss event rate */
sys/netinet/dccp_tfrc_lookup.h
37
const struct fixpoint fsmall_table[] = {
sys/netinet/dccp_tfrc_lookup.h
542
const struct fixpoint flarge_table[] = {