Home
last modified time | relevance | path

Searched defs:tab (Results 1 – 25 of 214) sorted by relevance

123456789

/netbsd-src/external/mit/isl/dist/
H A Disl_tab.c37 struct isl_tab *tab; in isl_tab_alloc() local
100 isl_ctx *isl_tab_get_ctx(struct isl_tab *tab) in isl_tab_get_ctx()
105 int isl_tab_extend_cons(struct isl_tab *tab, unsigned n_new) in isl_tab_extend_cons()
151 int isl_tab_extend_vars(struct isl_tab *tab, unsigned n_new) in isl_tab_extend_vars()
193 static void free_undo(struct isl_tab *tab) in free_undo()
204 void isl_tab_free(struct isl_tab *tab) in isl_tab_free()
223 struct isl_tab *isl_tab_dup(struct isl_tab *tab) in isl_tab_dup()
563 static struct isl_tab_var *var_from_index(struct isl_tab *tab, int i) in var_from_index()
571 struct isl_tab_var *isl_tab_var_from_row(struct isl_tab *tab, int i) in isl_tab_var_from_row()
576 static struct isl_tab_var *var_from_col(struct isl_tab *tab, int i) in var_from_col()
[all …]
H A Disl_tab_pip.c131 struct isl_tab *tab; member
627 struct isl_tab *tab; in sol_inc_level() local
698 static void sol_add(struct isl_sol *sol, struct isl_tab *tab) in sol_add()
868 static void get_row_parameter_line(struct isl_tab *tab, int row, isl_int *line) in get_row_parameter_line()
899 static int identical_parameter_line(struct isl_tab *tab, int row1, int row2) in identical_parameter_line()
931 static struct isl_vec *get_row_parameter_ineq(struct isl_tab *tab, int row) in get_row_parameter_ineq()
981 static struct isl_vec *get_row_parameter_div(struct isl_tab *tab, int row) in get_row_parameter_div()
1009 static struct isl_vec *get_row_split_div(struct isl_tab *tab, int row) in get_row_split_div()
1070 static struct isl_tab *set_row_cst_to_div(struct isl_tab *tab, int row, int div) in set_row_cst_to_div()
1107 static int is_obviously_neg(struct isl_tab *tab, int row) in is_obviously_neg()
[all …]
H A Disl_vertices.c123 __isl_keep isl_basic_set *bset, struct isl_tab *tab) in add_vertex()
269 struct isl_tab *tab, __isl_keep isl_mat *facets, int selected, in can_select()
353 struct isl_tab *tab) in lower_dim_vertices_free()
366 __isl_keep isl_basic_set *bset, struct isl_tab *tab) in detect_implicit_equality_constraints()
423 struct isl_tab *tab; in isl_basic_set_compute_vertices() local
573 struct isl_tab *tab) in bset_covers_tab()
623 static isl_bool can_intersect(struct isl_tab *tab, in can_intersect()
663 __isl_keep isl_vertices *vertices, struct isl_tab *tab, int *selection) in add_chamber()
723 struct isl_tab *tab; /* A tableau representation of the facet */ member
743 static struct isl_facet_todo *create_todo(struct isl_tab *tab, int con) in create_todo()
[all …]
H A Disl_sample.c152 static struct isl_mat *tab_equalities(struct isl_tab *tab) in tab_equalities()
200 static struct isl_mat *initial_basis(struct isl_tab *tab) in initial_basis()
227 static enum isl_lp_result compute_min(isl_ctx *ctx, struct isl_tab *tab, in compute_min()
240 static enum isl_lp_result compute_max(isl_ctx *ctx, struct isl_tab *tab, in compute_max()
280 static int greedy_search(isl_ctx *ctx, struct isl_tab *tab, in greedy_search()
381 __isl_give isl_vec *isl_tab_sample(struct isl_tab *tab) in isl_tab_sample()
631 struct isl_tab *tab = NULL; in sample_bounded() local
738 struct isl_tab *tab; in rational_sample() local
1024 static int tab_shift_cone(struct isl_tab *tab, in tab_shift_cone()
1088 int isl_tab_set_initial_basis_with_cone(struct isl_tab *tab, in isl_tab_set_initial_basis_with_cone()
H A Disl_map_subtract.c49 static isl_stat tab_add_constraints(struct isl_tab *tab, in tab_add_constraints()
113 static isl_stat tab_add_constraint(struct isl_tab *tab, in tab_add_constraint()
170 static isl_stat tab_add_divs(struct isl_tab *tab, in tab_add_divs()
226 static int tab_freeze_constraints(struct isl_tab *tab) in tab_freeze_constraints()
241 static int n_non_redundant(isl_ctx *ctx, struct isl_tab *tab, in n_non_redundant()
317 struct isl_tab *tab = NULL; in basic_map_collect_diff() local
H A Dbasis_reduction_templ.c49 struct isl_tab *isl_tab_compute_reduced_basis(struct isl_tab *tab) in isl_tab_compute_reduced_basis()
319 struct isl_tab *tab; in isl_basic_set_reduced_basis() local
/netbsd-src/tests/lib/libc/string/
H A Dt_strrchr.c29 struct tab { in ATF_TC_BODY() struct
30 const char* val; in ATF_TC_BODY()
31 char match; in ATF_TC_BODY()
32 ssize_t f_off; /* offset of first match */ in ATF_TC_BODY()
33 ssize_t l_off; /* offset of last match */ in ATF_TC_BODY()
36 const struct tab tab[] = { in ATF_TC_BODY() local
H A Dt_memchr.c29 struct tab { in ATF_TC_BODY() struct
30 const char *val; in ATF_TC_BODY()
31 size_t len; in ATF_TC_BODY()
32 char match; in ATF_TC_BODY()
33 ssize_t off; in ATF_TC_BODY()
36 const struct tab tab[] = { in ATF_TC_BODY() local
H A Dt_strcmp.c30 struct tab { in ATF_TC_BODY() struct
31 const char* val0; in ATF_TC_BODY()
32 const char* val1; in ATF_TC_BODY()
33 int ret; in ATF_TC_BODY()
36 const struct tab tab[] = { in ATF_TC_BODY() local
H A Dt_strcpy.c30 struct tab { in ATF_TC_BODY() struct
31 const char* val; in ATF_TC_BODY()
32 size_t len; in ATF_TC_BODY()
35 const struct tab tab[] = { in ATF_TC_BODY() local
H A Dt_strcat.c30 struct tab { in ATF_TC_BODY() struct
31 const char* val; in ATF_TC_BODY()
32 size_t len; in ATF_TC_BODY()
35 const struct tab tab[] = { in ATF_TC_BODY() local
H A Dt_strlen.c51 struct tab { in ATF_TC_BODY() struct
52 const char* val; in ATF_TC_BODY()
53 size_t len; in ATF_TC_BODY()
56 const struct tab tab[] = { in ATF_TC_BODY() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-strtab.c132 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) in _bfd_elf_strtab_free()
143 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, in _bfd_elf_strtab_add()
184 _bfd_elf_strtab_addref (struct elf_strtab_hash *tab, size_t idx) in _bfd_elf_strtab_addref()
194 _bfd_elf_strtab_delref (struct elf_strtab_hash *tab, size_t idx) in _bfd_elf_strtab_delref()
205 _bfd_elf_strtab_refcount (struct elf_strtab_hash *tab, size_t idx) in _bfd_elf_strtab_refcount()
211 _bfd_elf_strtab_clear_all_refs (struct elf_strtab_hash *tab) in _bfd_elf_strtab_clear_all_refs()
228 _bfd_elf_strtab_save (struct elf_strtab_hash *tab) in _bfd_elf_strtab_save()
247 _bfd_elf_strtab_restore (struct elf_strtab_hash *tab, void *buf) in _bfd_elf_strtab_restore()
272 _bfd_elf_strtab_size (struct elf_strtab_hash *tab) in _bfd_elf_strtab_size()
278 _bfd_elf_strtab_len (struct elf_strtab_hash *tab) in _bfd_elf_strtab_len()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-strtab.c131 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) in _bfd_elf_strtab_free()
142 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, in _bfd_elf_strtab_add()
183 _bfd_elf_strtab_addref (struct elf_strtab_hash *tab, size_t idx) in _bfd_elf_strtab_addref()
193 _bfd_elf_strtab_delref (struct elf_strtab_hash *tab, size_t idx) in _bfd_elf_strtab_delref()
204 _bfd_elf_strtab_refcount (struct elf_strtab_hash *tab, size_t idx) in _bfd_elf_strtab_refcount()
210 _bfd_elf_strtab_clear_all_refs (struct elf_strtab_hash *tab) in _bfd_elf_strtab_clear_all_refs()
227 _bfd_elf_strtab_save (struct elf_strtab_hash *tab) in _bfd_elf_strtab_save()
246 _bfd_elf_strtab_restore (struct elf_strtab_hash *tab, void *buf) in _bfd_elf_strtab_restore()
271 _bfd_elf_strtab_size (struct elf_strtab_hash *tab) in _bfd_elf_strtab_size()
277 _bfd_elf_strtab_len (struct elf_strtab_hash *tab) in _bfd_elf_strtab_len()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ter.c262 version_to_be_replaced_p (temp_expr_table *tab, int version) in version_to_be_replaced_p()
274 make_dependent_on_partition (temp_expr_table *tab, int version, int p) in make_dependent_on_partition()
286 add_to_partition_kill_list (temp_expr_table *tab, int p, int ver) in add_to_partition_kill_list()
301 remove_from_partition_kill_list (temp_expr_table *tab, int p, int version) in remove_from_partition_kill_list()
319 add_dependence (temp_expr_table *tab, int version, tree var) in add_dependence()
370 finished_with_expr (temp_expr_table *tab, int version, bool free_expr) in finished_with_expr()
442 process_replaceable (temp_expr_table *tab, gimple *stmt, int call_cnt, in process_replaceable()
493 kill_expr (temp_expr_table *tab, int partition) in kill_expr()
513 kill_virtual_exprs (temp_expr_table *tab) in kill_virtual_exprs()
524 mark_replaceable (temp_expr_table *tab, tree var, bool more_replacing) in mark_replaceable()
[all …]
H A Doptabs-libfuncs.c372 gen_interclass_conv_libfunc (convert_optab tab, in gen_interclass_conv_libfunc()
444 gen_int_to_fp_conv_libfunc (convert_optab tab, in gen_int_to_fp_conv_libfunc()
460 gen_ufloat_conv_libfunc (convert_optab tab, in gen_ufloat_conv_libfunc()
475 gen_int_to_fp_nondecimal_conv_libfunc (convert_optab tab, in gen_int_to_fp_nondecimal_conv_libfunc()
491 gen_fp_to_int_conv_libfunc (convert_optab tab, in gen_fp_to_int_conv_libfunc()
508 gen_intraclass_conv_libfunc (convert_optab tab, const char *opname, in gen_intraclass_conv_libfunc()
578 gen_trunc_conv_libfunc (convert_optab tab, in gen_trunc_conv_libfunc()
603 gen_extend_conv_libfunc (convert_optab tab, in gen_extend_conv_libfunc()
628 gen_fract_conv_libfunc (convert_optab tab, in gen_fract_conv_libfunc()
647 gen_fractuns_conv_libfunc (convert_optab tab, in gen_fractuns_conv_libfunc()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ter.cc262 version_to_be_replaced_p (temp_expr_table *tab, int version) in version_to_be_replaced_p()
274 make_dependent_on_partition (temp_expr_table *tab, int version, int p) in make_dependent_on_partition()
286 add_to_partition_kill_list (temp_expr_table *tab, int p, int ver) in add_to_partition_kill_list()
301 remove_from_partition_kill_list (temp_expr_table *tab, int p, int version) in remove_from_partition_kill_list()
319 add_dependence (temp_expr_table *tab, int version, tree var) in add_dependence()
370 finished_with_expr (temp_expr_table *tab, int version, bool free_expr) in finished_with_expr()
442 process_replaceable (temp_expr_table *tab, gimple *stmt, int call_cnt, in process_replaceable()
493 kill_expr (temp_expr_table *tab, int partition) in kill_expr()
513 kill_virtual_exprs (temp_expr_table *tab) in kill_virtual_exprs()
524 mark_replaceable (temp_expr_table *tab, tree var, bool more_replacing) in mark_replaceable()
[all …]
H A Doptabs-libfuncs.cc372 gen_interclass_conv_libfunc (convert_optab tab, in gen_interclass_conv_libfunc()
444 gen_int_to_fp_conv_libfunc (convert_optab tab, in gen_int_to_fp_conv_libfunc()
460 gen_ufloat_conv_libfunc (convert_optab tab, in gen_ufloat_conv_libfunc()
475 gen_int_to_fp_nondecimal_conv_libfunc (convert_optab tab, in gen_int_to_fp_nondecimal_conv_libfunc()
491 gen_fp_to_int_conv_libfunc (convert_optab tab, in gen_fp_to_int_conv_libfunc()
508 gen_intraclass_conv_libfunc (convert_optab tab, const char *opname, in gen_intraclass_conv_libfunc()
578 gen_trunc_conv_libfunc (convert_optab tab, in gen_trunc_conv_libfunc()
603 gen_extend_conv_libfunc (convert_optab tab, in gen_extend_conv_libfunc()
628 gen_fract_conv_libfunc (convert_optab tab, in gen_fract_conv_libfunc()
647 gen_fractuns_conv_libfunc (convert_optab tab, in gen_fractuns_conv_libfunc()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Diptable.c34 dns_iptable_t *tab; in dns_iptable_create() local
63 dns_iptable_addprefix(dns_iptable_t *tab, const isc_netaddr_t *addr, in dns_iptable_addprefix()
108 dns_iptable_merge(dns_iptable_t *tab, dns_iptable_t *source, bool pos) { in dns_iptable_merge()
156 dns_iptable_t *tab = *tabp; in dns_iptable_detach() local
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Diptable.c34 dns_iptable_t *tab; dns_iptable_create() local
63 dns_iptable_addprefix(dns_iptable_t * tab,const isc_netaddr_t * addr,uint16_t bitlen,bool pos) dns_iptable_addprefix() argument
108 dns_iptable_merge(dns_iptable_t * tab,dns_iptable_t * source,bool pos) dns_iptable_merge() argument
156 dns_iptable_t *tab = *tabp; dns_iptable_detach() local
[all...]
/netbsd-src/tests/usr.bin/indent/
H A Dopt_di.c10 int tab; variable
18 int tab; variable
89 int tab; variable
96 int tab; variable
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dhgcd2.c169 static const unsigned char tab[512] = { variable
189 static const unsigned char tab[2048] = { variable
322 static const unsigned char tab[16] = { variable
327 static const unsigned char tab[32] = { variable
333 static const unsigned char tab[64] = { variable
341 static const unsigned short tab[128] = { variable
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtdot.c28 mpfr_t tab[3], r; in check_simple() local
53 mpfr_t tab[3], r; in check_special() local
/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_console.cpp53 const struct console_info *tab = _console_info; in selectBootConsole() local
96 const struct console_info *tab = selectBootConsole(*this, SERIAL); in init() local
/netbsd-src/libexec/ftpd/
H A Dextern.h224 struct tab { struct
225 const char *name;
226 short token;
227 short state;
228 short flags; /* 1 if command implemented, 2 if has options,
230 const char *help;
231 char *options;

123456789