Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/dccp/ccids/lib/
H A Dtfrc_equation.c14 #define TFRC_CALC_X_SPLIT 50000 /* 0.05 * 1000000, details below */ macro
15 #define TFRC_SMALLEST_P (TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE)
64 corresponds to the value of q = TFRC_CALC_X_SPLIT. At the same time this also
67 TFRC_SMALLEST_P = TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE
72 lookup[i][1] = g((i+1) * TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE);
79 lookup[M][1] = g(TFRC_CALC_X_SPLIT) = 1000000 * f(5%)
627 if (p <= TFRC_CALC_X_SPLIT) { /* 0.0000 < p <= 0.05 */ in tfrc_calc_x()
681 return (index + 1) * TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE; in tfrc_calc_x_reverse_lookup()
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
H A Dtfrc_equation.c14 #define TFRC_CALC_X_SPLIT 50000 /* 0.05 * 1000000, details below */ macro
15 #define TFRC_SMALLEST_P (TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE)
64 corresponds to the value of q = TFRC_CALC_X_SPLIT. At the same time this also
67 TFRC_SMALLEST_P = TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE
72 lookup[i][1] = g((i+1) * TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE);
79 lookup[M][1] = g(TFRC_CALC_X_SPLIT) = 1000000 * f(5%)
627 if (p <= TFRC_CALC_X_SPLIT) { /* 0.0000 < p <= 0.05 */ in tfrc_calc_x()
681 return (index + 1) * TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE; in tfrc_calc_x_reverse_lookup()

Completed in 2 milliseconds