Home
last modified time | relevance | path

Searched refs:oldAnnotationCount (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/lib/libstatssocket/
Dstats_event.c270 uint32_t oldAnnotationCount = (event->buf[event->lastFieldPos] & 0xF0) >> 4; in increment_annotation_count() local
271 uint32_t newAnnotationCount = oldAnnotationCount + 1; in increment_annotation_count()