Searched refs:oldAnnotationCount (Results 1 – 1 of 1) sorted by relevance
270 uint32_t oldAnnotationCount = (event->buf[event->lastFieldPos] & 0xF0) >> 4; in increment_annotation_count() local271 uint32_t newAnnotationCount = oldAnnotationCount + 1; in increment_annotation_count()