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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/lib/
H A Dtfrc_equation.c20 #define TFRC_CALC_X_SPLIT 50000 /* 0.05 * 1000000, details below */ macro
21 #define TFRC_SMALLEST_P (TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE)
70 corresponds to the value of q = TFRC_CALC_X_SPLIT. At the same time this also
73 TFRC_SMALLEST_P = TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE
78 lookup[i][1] = g((i+1) * TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE);
85 lookup[M][1] = g(TFRC_CALC_X_SPLIT) = 1000000 * f(5%)
633 if (p <= TFRC_CALC_X_SPLIT) { /* 0.0000 < p <= 0.05 */
689 return (index + 1) * TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE;

Completed in 67 milliseconds