Home
last modified time | relevance | path

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

/external/libxml2/
DtestOOM.c235 int ret, status, first_run; in check_load_file_memory_func() local
243 first_run = p->verif_buff == NULL; in check_load_file_memory_func()
246 if (first_run) in check_load_file_memory_func()
281 if (! first_run) { in check_load_file_memory_func()
297 if (first_run) in check_load_file_memory_func()
/external/libkmsxx/py/tests/
Dbig_fb.py103 self.first_run = True
125 if self.first_run:
127 self.first_run = False
/external/AFLplusplus/src/
Dafl-tmin.c263 u8 first_run) { in tmin_run_target() argument
313 if (first_run) { crash_mode = 1; } in tmin_run_target()
343 if (first_run) { orig_cksum = cksum; } in tmin_run_target()
Dafl-fuzz-run.c325 first_run = (q->exec_cksum == 0); in calibrate_case() local
536 if (!afl->non_instrumented_mode && first_run && !fault && !new_bits) { in calibrate_case()
570 if (!first_run) { show_stats(afl); } in calibrate_case()
Dafl-analyze.c206 static u32 analyze_run_target(u8 *mem, u32 len, u8 first_run) { in analyze_run_target() argument
255 if (first_run) { orig_cksum = cksum; } in analyze_run_target()
/external/AFLplusplus/utils/afl_network_proxy/
Dafl-network-server.c126 u8 first_run) { in run_target() argument
/external/dlmalloc/
Ddlmalloc.c3103 int first_run = 0; in init_mparams() local
3116 first_run = 1; in init_mparams()
3196 if (first_run != 0) { in init_mparams()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c3820 static boolean first_run = TRUE; in nine_shader_get_debug_flag() local
3822 if (unlikely(first_run)) { in nine_shader_get_debug_flag()
3823 first_run = FALSE; in nine_shader_get_debug_flag()