Home
last modified time | relevance | path

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

/dragonfly/games/rogue/
HDmove.c241 short pass_count = 0; in next_to_something() local
286 if (++pass_count > 1) { in next_to_something()
/dragonfly/test/libpthread/
HDmutex_d.c167 static int error_count = 0, pass_count = 0, total = 0; variable
214 pass_count = pass_count + 1; in log_pass()
1528 total, pass_count, error_count); in main()
/dragonfly/contrib/gdb-7/gdb/mi/
HDmi-cmd-break.c220 t->pass_count = p; in mi_cmd_break_passcount()
/dragonfly/contrib/gdb-7/gdb/
HDbreakpoint.h850 int pass_count; member
HDbreakpoint.c6181 if (!part_of_multiple && t->pass_count) in print_one_breakpoint_location()
6185 ui_out_field_int (uiout, "pass", t->pass_count); in print_one_breakpoint_location()
13465 if (tp->pass_count) in tracepoint_print_recreate()
13466 fprintf_unfiltered (fp, " passcount %d\n", tp->pass_count); in tracepoint_print_recreate()
15467 tp->pass_count = count; in trace_pass_set_count()
HDtracepoint.c3490 && t->pass_count == utp->pass in find_matching_tracepoint_location()
HDremote.c10409 t->step_count, t->pass_count); in remote_download_tracepoint()