dccp_tfrc.c | 178 const struct fixpoint tfrc_smallest_p = { 4LL, 1000000LL }; variable in typeref:typename:const struct fixpoint 315 if (fixpoint_cmp(&cb->p, &tfrc_smallest_p) >= 0) { 428 v.num = TFRC_SMALLEST_P; 947 if (fixpoint_cmp(&cb->p, &tfrc_smallest_p) <= 0) { 948 cb->p.num = tfrc_smallest_p.num; 949 cb->p.denom = tfrc_smallest_p.denom;
|