Searched refs:g_depth (Results 1 – 3 of 3) sorted by relevance
24 uint32_t Timer::g_depth = 0; member in Timer85 if (g_depth++ < g_display_depth) in Timer()90 ::fprintf (g_file, "%*s", g_depth * TIMER_INDENT_AMOUNT, ""); in Timer()149 (g_depth - 1) *TIMER_INDENT_AMOUNT, "", in ~Timer()159 if (g_depth > 0) in ~Timer()160 --g_depth; in ~Timer()
40 int g_depth = 0; variable369 size_t count = ++g_depth > 3 ? 0 : RandInRange(20); in Generate()373 --g_depth; in Generate()377 --g_depth; in Generate()385 static int g_depth = 0; in Generate() local386 size_t count = ++g_depth > 3 ? 0 : RandInRange(20); in Generate()390 --g_depth; in Generate()395 --g_depth; in Generate()404 static int g_depth = 0; in Generate() local405 size_t count = ++g_depth > 3 ? 0 : RandInRange(20); in Generate()[all …]
87 static uint32_t g_depth; variable