Searched refs:newAnnotationCount (Results 1 – 1 of 1) sorted by relevance
271 uint32_t newAnnotationCount = oldAnnotationCount + 1; in increment_annotation_count() local273 if (newAnnotationCount > MAX_ANNOTATION_COUNT) { in increment_annotation_count()278 event->buf[event->lastFieldPos] = (((uint8_t)newAnnotationCount << 4) & 0xF0) | fieldType; in increment_annotation_count()