Searched refs:bytes_before (Results 1 – 1 of 1) sorted by relevance
280 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx); in te_event_advance() local281 te_ctx_current_bytes_set(&ctx, bytes_before + usize); in te_event_advance()284 if (likely(usize < te_ctx_next_event_get(&ctx) - bytes_before)) { in te_event_advance()