Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c274 static int first_call = 1; in cleanup() local
275 if (!first_call) in cleanup()
277 first_call = 0; in cleanup()
/third_party/weston/clients/
Dgears.c214 static bool first_call = true; in update_fps() local
216 if (first_call) { in update_fps()
218 first_call = false; in update_fps()
/third_party/openssl/crypto/conf/
Dconf_def.c188 int first_call = 1; in def_load_bio() local
237 if (first_call) { in def_load_bio()
248 first_call = 0; in def_load_bio()
/third_party/ninja/src/
Dutil.cc509 bool first_call = (previous_total_ticks == 0); in CalculateProcessorLoad() local
513 if (first_call || ticks_not_updated_since_last_call) { in CalculateProcessorLoad()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c1116 static boolean first_call = TRUE; in llvmpipe_init_screen_resource_funcs() local
1117 if (first_call) { in llvmpipe_init_screen_resource_funcs()
1120 first_call = FALSE; in llvmpipe_init_screen_resource_funcs()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c1405 static boolean first_call = TRUE; in check_format_tables() local
1407 if (first_call) { in check_format_tables()
1415 first_call = FALSE; in check_format_tables()