Searched refs:first_call (Results 1 – 6 of 6) sorted by relevance
274 static int first_call = 1; in cleanup() local275 if (!first_call) in cleanup()277 first_call = 0; in cleanup()
214 static bool first_call = true; in update_fps() local216 if (first_call) { in update_fps()218 first_call = false; in update_fps()
188 int first_call = 1; in def_load_bio() local237 if (first_call) { in def_load_bio()248 first_call = 0; in def_load_bio()
509 bool first_call = (previous_total_ticks == 0); in CalculateProcessorLoad() local513 if (first_call || ticks_not_updated_since_last_call) { in CalculateProcessorLoad()
1116 static boolean first_call = TRUE; in llvmpipe_init_screen_resource_funcs() local1117 if (first_call) { in llvmpipe_init_screen_resource_funcs()1120 first_call = FALSE; in llvmpipe_init_screen_resource_funcs()
1405 static boolean first_call = TRUE; in check_format_tables() local1407 if (first_call) { in check_format_tables()1415 first_call = FALSE; in check_format_tables()