Searched refs:TFRC_CALC_X_ARRSIZE (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.c19 #define TFRC_CALC_X_ARRSIZE 500 macro
21 #define TFRC_SMALLEST_P (TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE)
73 TFRC_SMALLEST_P = TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE
76 for(i=0; i < TFRC_CALC_X_ARRSIZE; i++) {
77 lookup[i][0] = g((i+1) * 1000000/TFRC_CALC_X_ARRSIZE);
78 lookup[i][1] = g((i+1) * TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE);
81 With the given configuration, we have, with M = TFRC_CALC_X_ARRSIZE-1,
93 static const u32 tfrc_calc_x_lookup[TFRC_CALC_X_ARRSIZE][2] = {
599 u32 try, low = 0, high = TFRC_CALC_X_ARRSIZE - 1;
644 index = p/(1000000/TFRC_CALC_X_ARRSIZE)
[all...]

Completed in 46 milliseconds