TFRC_CALC_X_SPLIT   21 net/dccp/ccids/lib/tfrc_equation.c #define TFRC_SMALLEST_P	    (TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE)
TFRC_CALC_X_SPLIT  633 net/dccp/ccids/lib/tfrc_equation.c 	if (p <= TFRC_CALC_X_SPLIT) 		{     /* 0.0000 < p <= 0.05   */
TFRC_CALC_X_SPLIT  689 net/dccp/ccids/lib/tfrc_equation.c 		return (index + 1) * TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE;