reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2685 for (i = boff->step; i > 0; i--) { 2691 boff->step = (boff->step << 1 | 1) & (boff->max_backoff - 1); 2691 boff->step = (boff->step << 1 | 1) & (boff->max_backoff - 1);