Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dtrace.cpp238 static int g_location_id_counter = 0; in LocationExtraData() local
239 global_location_id = CV_XADD(&g_location_id_counter, 1) + 1; in LocationExtraData()