Searched refs:tab (Results 1 - 25 of 766) sorted by relevance

1234567891011>>

/netbsd-current/external/mit/isl/dist/
H A Disl_tab.c37 struct isl_tab *tab; local
40 tab = isl_calloc_type(ctx, struct isl_tab);
41 if (!tab)
43 tab->mat = isl_mat_alloc(ctx, n_row, off + n_var);
44 if (!tab->mat)
46 tab->var = isl_alloc_array(ctx, struct isl_tab_var, n_var);
47 if (n_var && !tab->var)
49 tab->con = isl_alloc_array(ctx, struct isl_tab_var, n_row);
50 if (n_row && !tab->con)
52 tab
100 isl_tab_get_ctx(struct isl_tab *tab) argument
105 isl_tab_extend_cons(struct isl_tab *tab, unsigned n_new) argument
151 isl_tab_extend_vars(struct isl_tab *tab, unsigned n_new) argument
193 free_undo(struct isl_tab *tab) argument
204 isl_tab_free(struct isl_tab *tab) argument
223 isl_tab_dup(struct isl_tab *tab) argument
563 var_from_index(struct isl_tab *tab, int i) argument
571 isl_tab_var_from_row(struct isl_tab *tab, int i) argument
576 var_from_col(struct isl_tab *tab, int i) argument
585 max_is_manifestly_unbounded(struct isl_tab *tab, struct isl_tab_var *var) argument
606 min_is_manifestly_unbounded(struct isl_tab *tab, struct isl_tab_var *var) argument
623 row_cmp(struct isl_tab *tab, int r1, int r2, int c, isl_int *t) argument
660 pivot_row(struct isl_tab *tab, struct isl_tab_var *var, int sgn, int c) argument
705 find_pivot(struct isl_tab *tab, struct isl_tab_var *var, struct isl_tab_var *skip_var, int sgn, int *row, int *col) argument
742 isl_tab_row_is_redundant(struct isl_tab *tab, int row) argument
770 swap_rows(struct isl_tab *tab, int row1, int row2) argument
799 push_union(struct isl_tab *tab, enum isl_tab_undo_type type, union isl_tab_undo_val u) argument
824 isl_tab_push_var(struct isl_tab *tab, enum isl_tab_undo_type type, struct isl_tab_var *var) argument
835 isl_tab_push(struct isl_tab *tab, enum isl_tab_undo_type type) argument
844 isl_tab_push_basis(struct isl_tab *tab) argument
857 isl_tab_push_callback(struct isl_tab *tab, struct isl_tab_callback *callback) argument
865 isl_tab_init_samples(struct isl_tab *tab) argument
884 isl_tab_add_sample(struct isl_tab *tab, __isl_take isl_vec *sample) argument
913 isl_tab_drop_sample(struct isl_tab *tab, int s) argument
933 isl_tab_save_samples(struct isl_tab *tab) argument
956 isl_tab_mark_redundant(struct isl_tab *tab, int row) argument
985 isl_tab_mark_rational(struct isl_tab *tab) argument
996 isl_tab_mark_empty(struct isl_tab *tab) argument
1007 isl_tab_freeze_constraint(struct isl_tab *tab, int con) argument
1044 update_row_sign(struct isl_tab *tab, int row, int col, int row_sgn) argument
1125 isl_tab_pivot(struct isl_tab *tab, int row, int col) argument
1205 to_row(struct isl_tab *tab, struct isl_tab_var *var, int sign) argument
1231 check_table(struct isl_tab *tab) argument
1264 sign_of_max(struct isl_tab *tab, struct isl_tab_var *var) argument
1284 isl_tab_sign_of_max(struct isl_tab *tab, int con) argument
1298 row_is_neg(struct isl_tab *tab, int row) argument
1309 row_sgn(struct isl_tab *tab, int row) argument
1324 restore_row(struct isl_tab *tab, struct isl_tab_var *var) argument
1345 at_least_zero(struct isl_tab *tab, struct isl_tab_var *var) argument
1378 sign_of_min(struct isl_tab *tab, struct isl_tab_var *var) argument
1432 row_at_most_neg_one(struct isl_tab *tab, int row) argument
1454 isl_tab_min_at_most_neg_one(struct isl_tab *tab, struct isl_tab_var *var) argument
1513 at_least_one(struct isl_tab *tab, struct isl_tab_var *var) argument
1535 swap_cols(struct isl_tab *tab, int col1, int col2) argument
1559 isl_tab_kill_col(struct isl_tab *tab, int col) argument
1579 row_is_manifestly_non_integral(struct isl_tab *tab, int row) argument
1597 tab_is_manifestly_empty(struct isl_tab *tab) argument
1635 close_row(struct isl_tab *tab, struct isl_tab_var *var, int temp_var) argument
1677 isl_tab_allocate_con(struct isl_tab *tab) argument
1707 var_insert_entry(struct isl_tab *tab, int first) argument
1736 var_drop_entry(struct isl_tab *tab, int first) argument
1761 isl_tab_insert_var(struct isl_tab *tab, int r) argument
1812 isl_tab_add_row(struct isl_tab *tab, isl_int *line) argument
1860 drop_row(struct isl_tab *tab, int row) argument
1877 drop_col(struct isl_tab *tab, int col) argument
1896 isl_tab_add_ineq(struct isl_tab *tab, isl_int *ineq) argument
1954 to_col(struct isl_tab *tab, struct isl_tab_var *var) argument
1991 add_eq(struct isl_tab *tab, isl_int *eq) argument
2022 row_is_big(struct isl_tab *tab, int row) argument
2027 row_is_manifestly_zero(struct isl_tab *tab, int row) argument
2044 isl_tab_add_valid_eq(struct isl_tab *tab, isl_int *eq) argument
2085 add_zero_row(struct isl_tab *tab) argument
2108 isl_tab_add_eq(struct isl_tab *tab, isl_int *eq) argument
2237 add_div_constraints(struct isl_tab *tab, unsigned div, isl_stat (*add_ineq)(void *user, isl_int *), void *user) argument
2288 div_is_nonneg(struct isl_tab *tab, __isl_keep isl_vec *div) argument
2321 isl_tab_insert_div(struct isl_tab *tab, int pos, __isl_keep isl_vec *div, isl_stat (*add_ineq)(void *user, isl_int *), void *user) argument
2372 isl_tab_add_div(struct isl_tab *tab, __isl_keep isl_vec *div) argument
2388 struct isl_tab *tab; local
2437 struct isl_tab *tab; local
2489 isl_tab_cone_is_bounded(struct isl_tab *tab) argument
2523 isl_tab_sample_is_integer(struct isl_tab *tab) argument
2542 extract_integer_sample(struct isl_tab *tab) argument
2565 isl_tab_get_sample_value(struct isl_tab *tab) argument
2603 get_rounded_sample_value(struct isl_tab *tab, struct isl_tab_var *var, int sgn, isl_int *v) argument
2624 isl_basic_map_update_from_tab( __isl_take isl_basic_map *bmap, struct isl_tab *tab) argument
2653 isl_basic_set_update_from_tab( __isl_take isl_basic_set *bset, struct isl_tab *tab) argument
2663 drop_last_con_in_row(struct isl_tab *tab, int r) argument
2688 cut_to_hyperplane(struct isl_tab *tab, struct isl_tab_var *var) argument
2751 isl_tab_check_con(struct isl_tab *tab, int con) argument
2778 isl_tab_relax(struct isl_tab *tab, int con) argument
2842 isl_tab_shift_var(struct isl_tab *tab, int pos, isl_int shift) argument
2888 isl_tab_unrestrict(struct isl_tab *tab, int con) argument
2906 isl_tab_select_facet(struct isl_tab *tab, int con) argument
2914 may_be_equality(struct isl_tab *tab, int row) argument
2932 select_marked(struct isl_tab *tab) argument
2969 isl_tab_detect_implicit_equalities(struct isl_tab *tab) argument
3031 update_con_after_move(struct isl_tab *tab, int i, int old) argument
3053 isl_tab_swap_constraints(struct isl_tab *tab, int con1, int con2) argument
3075 rotate_constraints(struct isl_tab *tab, int first, int n) argument
3102 con_drop_entries(struct isl_tab *tab, unsigned first, unsigned n) argument
3128 struct isl_tab *tab = user; local
3143 struct isl_tab *tab = user; local
3155 gauss_if_shared(__isl_take isl_basic_map *bmap, struct isl_tab *tab) argument
3201 isl_tab_make_equalities_explicit(struct isl_tab *tab, __isl_take isl_basic_map *bmap) argument
3231 con_is_redundant(struct isl_tab *tab, struct isl_tab_var *var) argument
3261 isl_tab_detect_redundant(struct isl_tab *tab) argument
3315 isl_tab_is_equality(struct isl_tab *tab, int con) argument
3348 isl_tab_min(struct isl_tab *tab, isl_int *f, isl_int denom, isl_int *opt, isl_int *opt_denom, unsigned flags) argument
3425 isl_tab_is_redundant(struct isl_tab *tab, int con) argument
3444 is_constant(struct isl_tab *tab, struct isl_tab_var *var, isl_int *value) argument
3477 reached(struct isl_tab *tab, struct isl_tab_var *var, int sgn, isl_int target, isl_int *tmp) argument
3505 var_reaches(struct isl_tab *tab, struct isl_tab_var *var, int sgn, isl_int target, isl_int *tmp) argument
3548 detect_constant_with_tmp(struct isl_tab *tab, struct isl_tab_var *var, isl_int *target, isl_int *tmp) argument
3602 get_constant(struct isl_tab *tab, struct isl_tab_var *var, isl_int *value) argument
3635 isl_tab_is_constant(struct isl_tab *tab, int var, isl_int *value) argument
3654 isl_tab_detect_constants(struct isl_tab *tab) argument
3674 isl_tab_snap(struct isl_tab *tab) argument
3685 isl_tab_need_undo(struct isl_tab *tab) argument
3698 isl_tab_clear_undo(struct isl_tab *tab) argument
3711 unrelax(struct isl_tab *tab, struct isl_tab_var *var) argument
3747 ununrestrict(struct isl_tab *tab, struct isl_tab_var *var) argument
3764 restore_last_redundant(struct isl_tab *tab) argument
3782 perform_undo_var(struct isl_tab *tab, struct isl_tab_undo *undo) argument
3841 isl_tab_restore_redundant(struct isl_tab *tab) argument
3867 drop_bmap_div(struct isl_tab *tab, int pos) argument
3899 restore_basis(struct isl_tab *tab, int *col_var) argument
3948 drop_samples_since(struct isl_tab *tab, int n) argument
3968 perform_undo(struct isl_tab *tab, struct isl_tab_undo *undo) argument
4014 isl_tab_rollback(struct isl_tab *tab, struct isl_tab_undo *snap) argument
4051 separation_type(struct isl_tab *tab, unsigned row) argument
4090 isl_tab_ineq_type(struct isl_tab *tab, isl_int *ineq) argument
4140 isl_tab_track_bmap(struct isl_tab *tab, __isl_take isl_basic_map *bmap) argument
4166 isl_tab_track_bset(struct isl_tab *tab, __isl_take isl_basic_set *bset) argument
4171 isl_tab_peek_bset(struct isl_tab *tab) argument
4194 isl_tab_print_internal(__isl_keep struct isl_tab *tab, FILE *out, int indent) argument
4265 isl_tab_dump(__isl_keep struct isl_tab *tab) argument
[all...]
H A Disl_tab_pip.c69 /* detect nonnegative parameters in context and mark them in tab */
71 struct isl_context *context, struct isl_tab *tab);
94 int (*get_div)(struct isl_context *context, struct isl_tab *tab,
100 struct isl_tab *tab);
102 int (*best_split)(struct isl_context *context, struct isl_tab *tab);
131 struct isl_tab *tab; member in struct:isl_context_lex
627 struct isl_tab *tab; local
633 tab = sol->context->op->peek_tab(sol->context);
634 if (isl_tab_push_callback(tab, &sol->dec_level.callback) < 0)
652 * tab
698 sol_add(struct isl_sol *sol, struct isl_tab *tab) argument
868 get_row_parameter_line(struct isl_tab *tab, int row, isl_int *line) argument
899 identical_parameter_line(struct isl_tab *tab, int row1, int row2) argument
931 get_row_parameter_ineq(struct isl_tab *tab, int row) argument
981 get_row_parameter_div(struct isl_tab *tab, int row) argument
1009 get_row_split_div(struct isl_tab *tab, int row) argument
1070 set_row_cst_to_div(struct isl_tab *tab, int row, int div) argument
1107 is_obviously_neg(struct isl_tab *tab, int row) argument
1156 is_obviously_nonneg(struct isl_tab *tab, int row) argument
1213 lexmin_col_pair(struct isl_tab *tab, int row, int col1, int col2, isl_int tmp) argument
1262 is_parameter_var(struct isl_tab *tab, int index) argument
1275 col_is_parameter_var(struct isl_tab *tab, int col) argument
1282 row_is_parameter_var(struct isl_tab *tab, int row) argument
1293 lexmin_pivot_col(struct isl_tab *tab, int row) argument
1332 first_neg(struct isl_tab *tab) argument
1367 check_lexpos(struct isl_tab *tab) argument
1400 report_conflicting_constraint(struct isl_tab *tab, int con) argument
1410 report_conflict(struct isl_tab *tab, int row) argument
1446 restore_lexmin(struct isl_tab *tab) argument
1492 last_var_col_or_int_par_col(struct isl_tab *tab, int row) argument
1525 add_lexmin_valid_eq(struct isl_tab *tab, isl_int *eq) argument
1565 is_constant(struct isl_tab *tab, int row) argument
1576 is_parametric_constant(struct isl_tab *tab, int row) argument
1605 add_lexmin_eq(struct isl_tab *tab, isl_int *eq) argument
1683 add_lexmin_ineq(struct isl_tab *tab, isl_int *ineq) argument
1722 integer_parameter(struct isl_tab *tab, int row) argument
1750 integer_variable(struct isl_tab *tab, int row) argument
1767 integer_constant(struct isl_tab *tab, int row) argument
1788 next_non_integer_var(struct isl_tab *tab, int var, int *f) argument
1822 first_non_integer_row(struct isl_tab *tab, int *f) argument
1851 add_cut(struct isl_tab *tab, int row) argument
1902 cut_to_integer_lexmin(struct isl_tab *tab, int cutting_strategy) argument
1943 check_samples(struct isl_tab *tab, isl_int *ineq, int eq) argument
1980 sample_is_finite(struct isl_tab *tab) argument
2006 check_integer_feasible(struct isl_tab *tab) argument
2042 tab_has_valid_sample(struct isl_tab *tab, isl_int *ineq, int eq) argument
2071 context_tab_insert_div(struct isl_tab *tab, int pos, __isl_keep isl_vec *div, isl_stat (*add_ineq)(void *user, isl_int *), void *user) argument
2116 add_div(struct isl_tab *tab, struct isl_context *context, __isl_keep isl_vec *div) argument
2154 find_div(struct isl_tab *tab, isl_int *div, isl_int denom) argument
2176 get_div(struct isl_tab *tab, struct isl_context *context, struct isl_vec *div) argument
2219 add_parametric_cut(struct isl_tab *tab, int row, struct isl_context *context) argument
2330 struct isl_tab *tab; local
2427 best_split(struct isl_tab *tab, struct isl_tab *context_tab) argument
2569 tab_ineq_sign(struct isl_tab *tab, isl_int *ineq, int strict) argument
2642 context_lex_get_div(struct isl_context *context, struct isl_tab *tab, struct isl_vec *div) argument
2670 context_lex_detect_equalities(struct isl_context *context, struct isl_tab *tab) argument
2676 context_lex_best_split(struct isl_context *context, struct isl_tab *tab) argument
2740 tab_detect_nonnegative_parameters(struct isl_tab *tab, struct isl_tab *context_tab) argument
2794 context_lex_detect_nonnegative_parameters( struct isl_context *context, struct isl_tab *tab) argument
2858 struct isl_tab *tab; local
2908 struct isl_tab *tab; member in struct:isl_context_gbr
2913 context_gbr_detect_nonnegative_parameters( struct isl_context *context, struct isl_tab *tab) argument
3118 add_gbr_eq(struct isl_tab *tab, isl_int *eq) argument
3318 last_non_zero_var_col(struct isl_tab *tab, isl_int *p) argument
3356 propagate_equalities(struct isl_context_gbr *cgbr, struct isl_tab *tab, unsigned first) argument
3420 context_gbr_detect_equalities(struct isl_context *context, struct isl_tab *tab) argument
3453 context_gbr_get_div(struct isl_context *context, struct isl_tab *tab, struct isl_vec *div) argument
3491 context_gbr_best_split(struct isl_context *context, struct isl_tab *tab) argument
3770 is_critical(struct isl_tab *tab, int row) argument
3865 row_sign(struct isl_tab *tab, struct isl_sol *sol, int row) argument
3952 find_in_pos(struct isl_sol *sol, struct isl_tab *tab, isl_int *ineq) argument
3981 no_sol_in_strict(struct isl_sol *sol, struct isl_tab *tab, struct isl_vec *ineq) argument
4013 reset_any_to_unknown(struct isl_tab *tab) argument
4119 find_solutions(struct isl_sol *sol, struct isl_tab *tab) argument
4270 find_solutions_main(struct isl_sol *sol, struct isl_tab *tab) argument
4451 struct isl_tab *tab; local
5007 extract_sample_sequence(struct isl_tab *tab, int pos, int len) argument
5038 region_is_trivial(struct isl_tab *tab, int pos, __isl_keep isl_mat *trivial) argument
5085 struct isl_tab *tab; member in struct:isl_lexmin_data
5139 force_better_solution(struct isl_tab *tab, __isl_keep isl_vec *sol, int n_op, int n_zero) argument
5184 fix_zero(struct isl_tab *tab, struct isl_trivial_region *region, int dir, struct isl_lexmin_data *data) argument
5211 pos_neg(struct isl_tab *tab, struct isl_trivial_region *region, int side, struct isl_lexmin_data *data) argument
5582 struct isl_tab *tab; member in struct:isl_tab_lexmin
[all...]
H A Disl_tab.h186 void isl_tab_free(struct isl_tab *tab);
188 isl_ctx *isl_tab_get_ctx(struct isl_tab *tab);
196 isl_bool isl_tab_cone_is_bounded(struct isl_tab *tab);
198 __isl_take isl_basic_map *bmap, struct isl_tab *tab);
200 __isl_take isl_basic_set *bset, struct isl_tab *tab);
201 int isl_tab_detect_implicit_equalities(struct isl_tab *tab) WARN_UNUSED;
202 __isl_give isl_basic_map *isl_tab_make_equalities_explicit(struct isl_tab *tab,
204 int isl_tab_detect_redundant(struct isl_tab *tab) WARN_UNUSED;
205 isl_stat isl_tab_restore_redundant(struct isl_tab *tab);
207 enum isl_lp_result isl_tab_min(struct isl_tab *tab,
[all...]
H A Disl_basis_reduction.h21 struct isl_tab *isl_tab_compute_reduced_basis(struct isl_tab *tab);
/netbsd-current/usr.bin/xlint/lint1/
H A Dmakeman33 tab=' '
37 -e 's|^'"$tab"'"(.+)",.*// '"$2"'([0-9]+)$|\2'"$tab"'\1|p' \
38 -e 's|^'"$tab"'"",.*// '"$2"'[0-9]+$|---'"$tab"'(no longer used)|p' \
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-strtab.c131 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) argument
133 bfd_hash_table_free (&tab->table);
134 free (tab->array);
135 free (tab);
142 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, argument
153 BFD_ASSERT (tab->sec_size == 0);
155 bfd_hash_lookup (&tab->table, str, true, copy);
166 if (tab->size == tab->alloced)
169 tab
183 _bfd_elf_strtab_addref(struct elf_strtab_hash *tab, size_t idx) argument
193 _bfd_elf_strtab_delref(struct elf_strtab_hash *tab, size_t idx) argument
204 _bfd_elf_strtab_refcount(struct elf_strtab_hash *tab, size_t idx) argument
210 _bfd_elf_strtab_clear_all_refs(struct elf_strtab_hash *tab) argument
227 _bfd_elf_strtab_save(struct elf_strtab_hash *tab) argument
246 _bfd_elf_strtab_restore(struct elf_strtab_hash *tab, void *buf) argument
271 _bfd_elf_strtab_size(struct elf_strtab_hash *tab) argument
277 _bfd_elf_strtab_len(struct elf_strtab_hash *tab) argument
283 _bfd_elf_strtab_offset(struct elf_strtab_hash *tab, size_t idx) argument
298 _bfd_elf_strtab_str(struct elf_strtab_hash *tab, size_t idx, bfd_size_type *offset) argument
313 _bfd_elf_strtab_emit(register bfd *abfd, struct elf_strtab_hash *tab) argument
385 _bfd_elf_strtab_finalize(struct elf_strtab_hash *tab) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-strtab.c131 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) argument
133 bfd_hash_table_free (&tab->table);
134 free (tab->array);
135 free (tab);
142 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, argument
153 BFD_ASSERT (tab->sec_size == 0);
155 bfd_hash_lookup (&tab->table, str, true, copy);
166 if (tab->size == tab->alloced)
169 tab
183 _bfd_elf_strtab_addref(struct elf_strtab_hash *tab, size_t idx) argument
193 _bfd_elf_strtab_delref(struct elf_strtab_hash *tab, size_t idx) argument
204 _bfd_elf_strtab_refcount(struct elf_strtab_hash *tab, size_t idx) argument
210 _bfd_elf_strtab_clear_all_refs(struct elf_strtab_hash *tab) argument
227 _bfd_elf_strtab_save(struct elf_strtab_hash *tab) argument
246 _bfd_elf_strtab_restore(struct elf_strtab_hash *tab, void *buf) argument
271 _bfd_elf_strtab_size(struct elf_strtab_hash *tab) argument
277 _bfd_elf_strtab_len(struct elf_strtab_hash *tab) argument
283 _bfd_elf_strtab_offset(struct elf_strtab_hash *tab, size_t idx) argument
298 _bfd_elf_strtab_str(struct elf_strtab_hash *tab, size_t idx, bfd_size_type *offset) argument
313 _bfd_elf_strtab_emit(register bfd *abfd, struct elf_strtab_hash *tab) argument
385 _bfd_elf_strtab_finalize(struct elf_strtab_hash *tab) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-strtab.c131 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) argument
133 bfd_hash_table_free (&tab->table);
134 free (tab->array);
135 free (tab);
142 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, argument
153 BFD_ASSERT (tab->sec_size == 0);
155 bfd_hash_lookup (&tab->table, str, TRUE, copy);
166 if (tab->size == tab->alloced)
169 tab
183 _bfd_elf_strtab_addref(struct elf_strtab_hash *tab, size_t idx) argument
193 _bfd_elf_strtab_delref(struct elf_strtab_hash *tab, size_t idx) argument
204 _bfd_elf_strtab_refcount(struct elf_strtab_hash *tab, size_t idx) argument
210 _bfd_elf_strtab_clear_all_refs(struct elf_strtab_hash *tab) argument
227 _bfd_elf_strtab_save(struct elf_strtab_hash *tab) argument
246 _bfd_elf_strtab_restore(struct elf_strtab_hash *tab, void *buf) argument
268 _bfd_elf_strtab_size(struct elf_strtab_hash *tab) argument
274 _bfd_elf_strtab_len(struct elf_strtab_hash *tab) argument
280 _bfd_elf_strtab_offset(struct elf_strtab_hash *tab, size_t idx) argument
295 _bfd_elf_strtab_str(struct elf_strtab_hash *tab, size_t idx, bfd_size_type *offset) argument
308 _bfd_elf_strtab_emit(register bfd *abfd, struct elf_strtab_hash *tab) argument
380 _bfd_elf_strtab_finalize(struct elf_strtab_hash *tab) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-strtab.c131 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) argument
133 bfd_hash_table_free (&tab->table);
134 free (tab->array);
135 free (tab);
142 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, argument
153 BFD_ASSERT (tab->sec_size == 0);
155 bfd_hash_lookup (&tab->table, str, TRUE, copy);
166 if (tab->size == tab->alloced)
169 tab
183 _bfd_elf_strtab_addref(struct elf_strtab_hash *tab, size_t idx) argument
193 _bfd_elf_strtab_delref(struct elf_strtab_hash *tab, size_t idx) argument
204 _bfd_elf_strtab_refcount(struct elf_strtab_hash *tab, size_t idx) argument
210 _bfd_elf_strtab_clear_all_refs(struct elf_strtab_hash *tab) argument
227 _bfd_elf_strtab_save(struct elf_strtab_hash *tab) argument
246 _bfd_elf_strtab_restore(struct elf_strtab_hash *tab, void *buf) argument
271 _bfd_elf_strtab_size(struct elf_strtab_hash *tab) argument
277 _bfd_elf_strtab_len(struct elf_strtab_hash *tab) argument
283 _bfd_elf_strtab_offset(struct elf_strtab_hash *tab, size_t idx) argument
298 _bfd_elf_strtab_str(struct elf_strtab_hash *tab, size_t idx, bfd_size_type *offset) argument
311 _bfd_elf_strtab_emit(register bfd *abfd, struct elf_strtab_hash *tab) argument
383 _bfd_elf_strtab_finalize(struct elf_strtab_hash *tab) argument
[all...]
/netbsd-current/tests/usr.bin/indent/
H A Dopt_di.c10 int tab; variable
18 int tab; variable
62 * default configuration, the next tab stop would be at indentation 8.
68 /* The indentation consists of a single tab. */
73 /* The indentation consists of a tab and a space. */
85 * which in the default configuration amounts to a single tab.
89 int tab; variable
96 int tab; variable
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtdot.c28 mpfr_t tab[3], r; local
35 mpfr_init2 (tab[i], 16);
36 mpfr_set_ui (tab[i], 1, MPFR_RNDN);
37 tabp[i] = tab[i];
47 mpfr_clears (tab[0], tab[1], tab[2], r, (mpfr_ptr) 0);
53 mpfr_t tab[3], r; local
58 mpfr_inits2 (53, tab[0], tab[
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Dsparcv9-gf2m.pl33 $tab="%l0";
88 add %sp,STACK_BIAS+STACK_FRAME,$tab
107 stx %g0,[$tab+0*8] ! tab[0]=0
109 stx $a1,[$tab+1*8] ! tab[1]=a1
110 stx $a2,[$tab+2*8] ! tab[2]=a2
112 stx $a12,[$tab+3*8] ! tab[
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dsparcv9-gf2m.pl32 $tab="%l0";
90 add %sp,STACK_BIAS+STACK_FRAME,$tab
109 stx %g0,[$tab+0*8] ! tab[0]=0
111 stx $a1,[$tab+1*8] ! tab[1]=a1
112 stx $a2,[$tab+2*8] ! tab[2]=a2
114 stx $a12,[$tab+3*8] ! tab[
[all...]
/netbsd-current/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_console.cpp53 const struct console_info *tab = _console_info; local
60 for (; tab->cpu; tab++) {
61 entry.dw.dw0 = tab->cpu;
62 entry.dw.dw1 = tab->machine;
66 cons.setBootConsole(tab->serial_console);
67 return tab;
69 cons.setBootConsole(tab->video_console);
70 return tab;
96 const struct console_info *tab local
[all...]
/netbsd-current/sys/arch/powerpc/booke/
H A De500_autoconf.c95 const struct e500_truthtab *tab, size_t ntab, u_int default_value)
99 for (u_int i = ntab; i-- > 0; tab++) {
102 __func__, i, tab->tt_svrhi, svr,
103 tab->tt_instance, instance,
104 data, tab->tt_mask, data & tab->tt_mask, tab->tt_value);
106 if (tab->tt_svrhi == svr
107 && tab->tt_instance == instance
108 && (data & tab
94 e500_truth_decode(u_int instance, uint32_t data, const struct e500_truthtab *tab, size_t ntab, u_int default_value) argument
[all...]
/netbsd-current/tests/lib/libc/string/
H A Dt_strrchr.c29 struct tab { struct
36 const struct tab tab[] = { local
220 for (t = 0; t < (sizeof(tab) / sizeof(tab[0])); ++t) {
221 strcpy(&buf[a], tab[t].val);
224 if (tab[t].match == 0) {
230 } else if (tab[t].match == 1) {
231 if (tab[t].l_off != (off - &buf[a])) {
H A Dt_strcat.c30 struct tab { struct
35 const struct tab tab[] = { local
88 for (t0 = 0; t0 < __arraycount(tab); ++t0) {
89 for (t1 = 0; t1 < __arraycount(tab); ++t1) {
91 memcpy(&buf0[a0], tab[t0].val,
92 tab[t0].len + 1);
93 memcpy(&buf1[a1], tab[t1].val,
94 tab[t1].len + 1);
111 if (memcmp(&buf0[a0] + tab[t
[all...]
H A Dt_strcmp.c30 struct tab { struct
36 const struct tab tab[] = { local
78 for (t = 0; t < __arraycount(tab); ++t) {
79 memcpy(&buf0[a0], tab[t].val0,
80 strlen(tab[t].val0) + 1);
81 memcpy(&buf1[a1], tab[t].val1,
82 strlen(tab[t].val1) + 1);
86 if ((ret == 0 && tab[t].ret != 0) ||
87 (ret < 0 && tab[
[all...]
H A Dt_strcpy.c30 struct tab { struct
35 const struct tab tab[] = { local
88 for (t = 0; t < (sizeof(tab) / sizeof(tab[0])); ++t) {
90 memcpy(&buf1[a1], tab[t].val, tab[t].len + 1);
108 tab[t].len + 1) != 0) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Diptable.c34 dns_iptable_t *tab; local
36 tab = isc_mem_get(mctx, sizeof(*tab));
37 tab->mctx = NULL;
38 isc_mem_attach(mctx, &tab->mctx);
39 isc_refcount_init(&tab->refcount, 1);
40 tab->radix = NULL;
41 tab->magic = DNS_IPTABLE_MAGIC;
43 result = isc_radix_create(mctx, &tab->radix, RADIX_MAXBITS);
48 *target = tab;
63 dns_iptable_addprefix(dns_iptable_t *tab, const isc_netaddr_t *addr, uint16_t bitlen, bool pos) argument
108 dns_iptable_merge(dns_iptable_t *tab, dns_iptable_t *source, bool pos) argument
156 dns_iptable_t *tab = *tabp; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Diptable.c34 dns_iptable_t *tab; local
36 tab = isc_mem_get(mctx, sizeof(*tab));
37 tab->mctx = NULL;
38 isc_mem_attach(mctx, &tab->mctx);
39 isc_refcount_init(&tab->refcount, 1);
40 tab->radix = NULL;
41 tab->magic = DNS_IPTABLE_MAGIC;
43 result = isc_radix_create(mctx, &tab->radix, RADIX_MAXBITS);
48 *target = tab;
63 dns_iptable_addprefix(dns_iptable_t *tab, const isc_netaddr_t *addr, uint16_t bitlen, bool pos) argument
108 dns_iptable_merge(dns_iptable_t *tab, dns_iptable_t *source, bool pos) argument
156 dns_iptable_t *tab = *tabp; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Dhashtab.d231 HashTab!(int, int) tab;
234 tab[i] = 100 - i;
237 assert(tab[i] == 100 - i);
239 foreach (k, v; tab)
243 tab.remove(2 * i);
245 assert(tab.length == 50);
248 assert(tab[2 * i + 1] == 100 - 2 * i - 1);
250 assert(tab.length == 50);
252 tab.reset();
253 assert(tab
[all...]
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dframebuffer.cpp45 struct framebuffer_info *tab = _table; local
57 for (; tab->cpu; tab++) {
58 entry.dw.dw0 = tab->cpu;
59 entry.dw.dw1 = tab->machine;
61 if (tab->bpp == bpp) {
62 _fb = tab;
65 alt = tab;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ter.c262 version_to_be_replaced_p (temp_expr_table *tab, int version) argument
264 if (!tab->replaceable_expressions)
266 return bitmap_bit_p (tab->replaceable_expressions, version);
274 make_dependent_on_partition (temp_expr_table *tab, int version, int p) argument
276 if (!tab->partition_dependencies[version])
277 tab->partition_dependencies[version] = BITMAP_ALLOC (&ter_bitmap_obstack);
279 bitmap_set_bit (tab->partition_dependencies[version], p);
286 add_to_partition_kill_list (temp_expr_table *tab, int p, int ver) argument
288 if (!tab->kill_list[p])
290 tab
301 remove_from_partition_kill_list(temp_expr_table *tab, int p, int version) argument
319 add_dependence(temp_expr_table *tab, int version, tree var) argument
370 finished_with_expr(temp_expr_table *tab, int version, bool free_expr) argument
442 process_replaceable(temp_expr_table *tab, gimple *stmt, int call_cnt, int reg_vars_cnt) argument
493 kill_expr(temp_expr_table *tab, int partition) argument
513 kill_virtual_exprs(temp_expr_table *tab) argument
524 mark_replaceable(temp_expr_table *tab, tree var, bool more_replacing) argument
572 find_replaceable_in_bb(temp_expr_table *tab, basic_block bb) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ter.cc262 version_to_be_replaced_p (temp_expr_table *tab, int version) argument
264 if (!tab->replaceable_expressions)
266 return bitmap_bit_p (tab->replaceable_expressions, version);
274 make_dependent_on_partition (temp_expr_table *tab, int version, int p) argument
276 if (!tab->partition_dependencies[version])
277 tab->partition_dependencies[version] = BITMAP_ALLOC (&ter_bitmap_obstack);
279 bitmap_set_bit (tab->partition_dependencies[version], p);
286 add_to_partition_kill_list (temp_expr_table *tab, int p, int ver) argument
288 if (!tab->kill_list[p])
290 tab
301 remove_from_partition_kill_list(temp_expr_table *tab, int p, int version) argument
319 add_dependence(temp_expr_table *tab, int version, tree var) argument
370 finished_with_expr(temp_expr_table *tab, int version, bool free_expr) argument
442 process_replaceable(temp_expr_table *tab, gimple *stmt, int call_cnt, int reg_vars_cnt) argument
493 kill_expr(temp_expr_table *tab, int partition) argument
513 kill_virtual_exprs(temp_expr_table *tab) argument
524 mark_replaceable(temp_expr_table *tab, tree var, bool more_replacing) argument
572 find_replaceable_in_bb(temp_expr_table *tab, basic_block bb) argument
[all...]

Completed in 716 milliseconds

1234567891011>>