Searched refs:max_results (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h393 uint64_t max_results : 16; /**< in 64-bit quantities, mbz for store */ member in struct:__anon6843::__anon6844
708 * @param max_results
711 * max_results must be at least 1.
716 cvmx_dfa_result0_t *result, int max_results, cvmx_wqe_t *work)
745 command.s.max_results = max_results;
714 cvmx_dfa_submit(const cvmx_dfa_graph_t *graph, int start_node, void *input, int input_length, int use_gather, int is_little_endian, cvmx_dfa_result0_t *result, int max_results, cvmx_wqe_t *work) argument
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dada-lang.c2598 int max_results)
2603 int first_choice = (max_results == 1) ? 1 : 2;
2605 if (max_results < 1)
2611 if (max_results > 1)
2668 n_chosen = get_selections (chosen, nsyms, max_results, max_results > 1,
2698 get_selections (int *choices, int n_choices, int max_results,
2767 if (n_chosen > max_results)
2768 error ("Select no more than %d of the above", max_results);
2592 user_select_syms(struct symbol *syms[], struct block *blocks[], int nsyms, int max_results) argument
2693 get_selections(int *choices, int n_choices, int max_results, int is_all_choice, char *annotation_suffix) argument

Completed in 140 milliseconds