Home | History | Annotate | Download | only in src

Lines Matching refs:since_last_sid

178    st->since_last_sid = 0;
257 st->since_last_sid = 0;
560 // for values of since_last_sid < 32 we have to limit the
562 tmp_int_length = st->since_last_sid;
563 st->since_last_sid = 0;
639 int_fac = shl(add(1,st->since_last_sid), 10); // Q10
783 tmp_int_length = st->since_last_sid;
796 st->since_last_sid = 0;
809 st->since_last_sid = 0;
1044 * for values of since_last_sid < 32 we have to limit the *
1046 tmp_int_length = st->since_last_sid;
1047 st->since_last_sid = 0;
1168 int_fac = shl(add(1, st->since_last_sid, pOverflow), 10, pOverflow); /* Q10 */
1342 tmp_int_length = st->since_last_sid;
1364 st->since_last_sid = 0;
1377 st->since_last_sid = 0;
1667 // since_last_sid is reset when CN parameters have been updated
1668 st->since_last_sid = add(st->since_last_sid, 1);
1671 // Due to the delayed update of st->since_last_sid counter
1675 (sub(st->since_last_sid, DTX_MAX_EMPTY_THRESH) > 0))
1683 st->since_last_sid = 0;
1836 /* since_last_sid is reset when CN parameters have been updated */
1837 st->since_last_sid = add(st->since_last_sid, 1, pOverflow);
1840 /* Due to the delayed update of st->since_last_sid counter */
1844 (st->since_last_sid > DTX_MAX_EMPTY_THRESH))
1852 st->since_last_sid = 0;