| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_tab.c | 37 struct isl_tab *tab; in isl_tab_alloc() local 40 tab = isl_calloc_type(ctx, struct isl_tab); in isl_tab_alloc() 41 if (!tab) in isl_tab_alloc() 43 tab->mat = isl_mat_alloc(ctx, n_row, off + n_var); in isl_tab_alloc() 44 if (!tab->mat) in isl_tab_alloc() 46 tab->var = isl_alloc_array(ctx, struct isl_tab_var, n_var); in isl_tab_alloc() 47 if (n_var && !tab->var) in isl_tab_alloc() 49 tab->con = isl_alloc_array(ctx, struct isl_tab_var, n_row); in isl_tab_alloc() 50 if (n_row && !tab->con) in isl_tab_alloc() 52 tab->col_var = isl_alloc_array(ctx, int, n_var); in isl_tab_alloc() [all …]
|
| H A D | isl_tab_pip.c | 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 627 struct isl_tab *tab; in sol_inc_level() local 633 tab = sol->context->op->peek_tab(sol->context); in sol_inc_level() 634 if (isl_tab_push_callback(tab, &sol->dec_level.callback) < 0) in sol_inc_level() 698 static void sol_add(struct isl_sol *sol, struct isl_tab *tab) in sol_add() argument 706 if (sol->error || !tab) in sol_add() [all …]
|
| H A D | isl_tab.h | 186 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 D | isl_sample.c | 152 static struct isl_mat *tab_equalities(struct isl_tab *tab) in tab_equalities() argument 159 if (!tab) in tab_equalities() 162 bset = isl_tab_peek_bset(tab); in tab_equalities() 163 isl_assert(tab->mat->ctx, bset, return NULL); in tab_equalities() 165 n_eq = tab->n_var - tab->n_col + tab->n_dead; in tab_equalities() 166 if (tab->empty || n_eq == 0) in tab_equalities() 167 return isl_mat_alloc(tab->mat->ctx, 0, tab->n_var); in tab_equalities() 168 if (n_eq == tab->n_var) in tab_equalities() 169 return isl_mat_identity(tab->mat->ctx, tab->n_var); in tab_equalities() 171 eq = isl_mat_alloc(tab->mat->ctx, n_eq, tab->n_var); in tab_equalities() [all …]
|
| H A D | isl_vertices.c | 123 __isl_keep isl_basic_set *bset, struct isl_tab *tab) in add_vertex() argument 128 if (isl_tab_detect_implicit_equalities(tab) < 0) in add_vertex() 135 v = isl_calloc_type(tab->mat->ctx, struct isl_vertex_list); in add_vertex() 141 v->v.vertex = isl_basic_set_update_from_tab(v->v.vertex, tab); in add_vertex() 269 struct isl_tab *tab, __isl_keep isl_mat *facets, int selected, in can_select() argument 277 if (isl_tab_is_redundant(tab, level)) in can_select() 288 snap = isl_tab_snap(tab); in can_select() 289 if (isl_tab_select_facet(tab, level) < 0) in can_select() 292 if (tab->empty) { in can_select() 293 if (isl_tab_rollback(tab, snap) < 0) in can_select() [all …]
|
| H A D | basis_reduction_templ.c | 49 struct isl_tab *isl_tab_compute_reduced_basis(struct isl_tab *tab) in isl_tab_compute_reduced_basis() argument 76 if (!tab) in isl_tab_compute_reduced_basis() 79 if (tab->empty) in isl_tab_compute_reduced_basis() 80 return tab; in isl_tab_compute_reduced_basis() 82 ctx = tab->mat->ctx; in isl_tab_compute_reduced_basis() 84 dim = tab->n_var; in isl_tab_compute_reduced_basis() 85 B = tab->basis; in isl_tab_compute_reduced_basis() 87 return tab; in isl_tab_compute_reduced_basis() 89 n_bounded = dim - tab->n_unbounded; in isl_tab_compute_reduced_basis() 90 if (n_bounded <= tab->n_zero + 1) in isl_tab_compute_reduced_basis() [all …]
|
| H A D | isl_affine_hull.c | 35 struct isl_tab *tab; in isl_basic_map_implicit_equalities() local 48 tab = isl_tab_from_basic_map(bmap, 0); in isl_basic_map_implicit_equalities() 49 if (isl_tab_detect_implicit_equalities(tab) < 0) in isl_basic_map_implicit_equalities() 51 bmap = isl_basic_map_update_from_tab(bmap, tab); in isl_basic_map_implicit_equalities() 52 isl_tab_free(tab); in isl_basic_map_implicit_equalities() 57 isl_tab_free(tab); in isl_basic_map_implicit_equalities() 266 static __isl_give isl_vec *outside_point(struct isl_tab *tab, isl_int *eq, in outside_point() argument 274 if (!tab) in outside_point() 276 ctx = tab->mat->ctx; in outside_point() 278 dim = tab->n_var; in outside_point() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf-strtab.c | 131 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) in _bfd_elf_strtab_free() argument 133 bfd_hash_table_free (&tab->table); in _bfd_elf_strtab_free() 134 free (tab->array); in _bfd_elf_strtab_free() 135 free (tab); in _bfd_elf_strtab_free() 142 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, in _bfd_elf_strtab_add() argument 153 BFD_ASSERT (tab->sec_size == 0); in _bfd_elf_strtab_add() 155 bfd_hash_lookup (&tab->table, str, true, copy); in _bfd_elf_strtab_add() 166 if (tab->size == tab->alloced) in _bfd_elf_strtab_add() 169 tab->alloced *= 2; in _bfd_elf_strtab_add() 170 tab->array = (struct elf_strtab_hash_entry **) in _bfd_elf_strtab_add() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf-strtab.c | 132 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) in _bfd_elf_strtab_free() argument 134 bfd_hash_table_free (&tab->table); in _bfd_elf_strtab_free() 135 free (tab->array); in _bfd_elf_strtab_free() 136 free (tab); in _bfd_elf_strtab_free() 143 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, in _bfd_elf_strtab_add() argument 154 BFD_ASSERT (tab->sec_size == 0); in _bfd_elf_strtab_add() 156 bfd_hash_lookup (&tab->table, str, true, copy); in _bfd_elf_strtab_add() 167 if (tab->size == tab->alloced) in _bfd_elf_strtab_add() 170 tab->alloced *= 2; in _bfd_elf_strtab_add() 171 tab->array = (struct elf_strtab_hash_entry **) in _bfd_elf_strtab_add() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-ter.c | 262 version_to_be_replaced_p (temp_expr_table *tab, int version) in version_to_be_replaced_p() argument 264 if (!tab->replaceable_expressions) in version_to_be_replaced_p() 266 return bitmap_bit_p (tab->replaceable_expressions, 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() argument 276 if (!tab->partition_dependencies[version]) in make_dependent_on_partition() 277 tab->partition_dependencies[version] = BITMAP_ALLOC (&ter_bitmap_obstack); in make_dependent_on_partition() 279 bitmap_set_bit (tab->partition_dependencies[version], 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() argument 288 if (!tab->kill_list[p]) in add_to_partition_kill_list() 290 tab->kill_list[p] = BITMAP_ALLOC (&ter_bitmap_obstack); in add_to_partition_kill_list() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-ter.cc | 262 version_to_be_replaced_p (temp_expr_table *tab, int version) in version_to_be_replaced_p() argument 264 if (!tab->replaceable_expressions) in version_to_be_replaced_p() 266 return bitmap_bit_p (tab->replaceable_expressions, 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() argument 276 if (!tab->partition_dependencies[version]) in make_dependent_on_partition() 277 tab->partition_dependencies[version] = BITMAP_ALLOC (&ter_bitmap_obstack); in make_dependent_on_partition() 279 bitmap_set_bit (tab->partition_dependencies[version], 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() argument 288 if (!tab->kill_list[p]) in add_to_partition_kill_list() 290 tab->kill_list[p] = BITMAP_ALLOC (&ter_bitmap_obstack); in add_to_partition_kill_list() [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tdot.c | 28 mpfr_t tab[3], r; in check_simple() local 35 mpfr_init2 (tab[i], 16); in check_simple() 36 mpfr_set_ui (tab[i], 1, MPFR_RNDN); in check_simple() 37 tabp[i] = tab[i]; in check_simple() 47 mpfr_clears (tab[0], tab[1], tab[2], r, (mpfr_ptr) 0); in check_simple() 53 mpfr_t tab[3], r; in check_special() local 58 mpfr_inits2 (53, tab[0], tab[1], tab[2], r, (mpfr_ptr) 0); in check_special() 59 tabp[0] = tab[0]; in check_special() 60 tabp[1] = tab[1]; in check_special() 61 tabp[2] = tab[2]; in check_special() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/ |
| H A D | hashtab.d | 231 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.empty); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/ |
| H A D | hashtab.d | 232 HashTab!(int, int) tab; 235 tab[i] = 100 - i; 238 assert(tab[i] == 100 - i); 240 foreach (k, v; tab) 244 tab.remove(2 * i); 246 assert(tab.length == 50); 249 assert(tab[2 * i + 1] == 100 - 2 * i - 1); 251 assert(tab.length == 50); 253 tab.reset(); 254 assert(tab.empty); [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-aarch64.texi | 161 @headitem Extension @tab Depends upon @tab Description 162 @item @code{aes} @tab @code{simd} 163 @tab Enable the AES and PMULL cryptographic extensions. 164 @item @code{b16b16} @tab @code{sve2} 165 @tab Enable BFloat16 to BFloat16 arithmetic for SVE2 and SME2. 166 @item @code{bf16} @tab @code{fp} 167 @tab Enable BFloat16 extension. 168 @item @code{chk} @tab 169 @tab Enable the Check Feature Status Extension. 170 @item @code{compnum} @tab @code{simd} [all …]
|
| /netbsd-src/usr.sbin/mtree/ |
| H A D | compare.c | 77 tab = "\t"; \ 81 tab = "\t"; \ 84 tab = ""; \ 100 printf("%sflags (\"%s\"", tab, sf); \ 141 const char *cp, *tab; in compare() local 146 tab = NULL; in compare() 207 tab, (uintmax_t)s->st_rdev, in compare() 226 tab = "\t"; in compare() 234 tab, (u_long)s->st_uid, (u_long)p->fts_statp->st_uid); in compare() 246 tab in compare() [all...] |
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-aarch64.texi | 157 @headitem Extension @tab Minimum Architecture @tab Enabled by default 158 @tab Description 159 @item @code{aes} @tab ARMv8-A @tab No 160 @tab Enable the AES cryptographic extensions. This implies @code{fp} and 162 @item @code{bf16} @tab ARMv8.2-A @tab ARMv8.6-A or later 163 @tab Enable BFloat16 extension. 164 @item @code{compnum} @tab ARMv8.2-A @tab ARMv8.3-A or later 165 @tab Enable the complex number SIMD extensions. This implies @code{fp16} and 167 @item @code{crc} @tab ARMv8-A @tab ARMv8.1-A or later 168 @tab Enable CRC instructions. [all …]
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | iptable.c | 34 dns_iptable_t *tab; in dns_iptable_create() local 36 tab = isc_mem_get(mctx, sizeof(*tab)); in dns_iptable_create() 37 tab->mctx = NULL; in dns_iptable_create() 38 isc_mem_attach(mctx, &tab->mctx); in dns_iptable_create() 39 isc_refcount_init(&tab->refcount, 1); in dns_iptable_create() 40 tab->radix = NULL; in dns_iptable_create() 41 tab->magic = DNS_IPTABLE_MAGIC; in dns_iptable_create() 43 result = isc_radix_create(mctx, &tab->radix, RADIX_MAXBITS); in dns_iptable_create() 48 *target = tab; in dns_iptable_create() 52 dns_iptable_detach(&tab); in dns_iptable_create() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | iptable.c | 30 dns_iptable_t *tab = isc_mem_get(mctx, sizeof(*tab)); 31 *tab = (dns_iptable_t){ 35 isc_mem_attach(mctx, &tab->mctx); in dns_iptable_create() 37 isc_radix_create(mctx, &tab->radix, RADIX_MAXBITS); in dns_iptable_create() 39 *target = tab; in dns_iptable_create() 49 dns_iptable_addprefix(dns_iptable_t *tab, const isc_netaddr_t *addr, in dns_iptable_create() 56 INSIST(DNS_IPTABLE_VALID(tab)); 57 INSIST(tab->radix != NULL); 61 result = isc_radix_insert(tab 34 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/external/gpl3/binutils/dist/binutils/ |
| H A D | coffdump.c | 38 static void tab (int); 51 tab (int x) in tab() function 105 tab (1); in dump_coff_lines() 117 tab (0); in dump_coff_lines() 122 tab (-1); in dump_coff_lines() 128 tab (1); in dump_coff_type() 157 tab (0); in dump_coff_type() 161 tab(0); in dump_coff_type() 241 tab (-1); in dump_coff_type() 247 tab (1); in dump_coff_where() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | coffdump.c | 38 static void tab (int); 51 tab (int x) in tab() function 105 tab (1); in dump_coff_lines() 117 tab (0); in dump_coff_lines() 122 tab (-1); in dump_coff_lines() 128 tab (1); in dump_coff_type() 157 tab (0); in dump_coff_type() 161 tab(0); in dump_coff_type() 241 tab (-1); in dump_coff_type() 247 tab (1); in dump_coff_where() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| H A D | sparcv9-gf2m.pl | 33 $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[3]=a1^a2 115 stx $a4,[$tab+4*8] ! tab[4]=a4 117 stx $a1,[$tab+5*8] ! tab[5]=a1^a4 119 stx $a2,[$tab+6*8] ! tab[6]=a2^a4 121 stx $a12,[$tab+7*8] ! tab[7]=a1^a2^a4 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| H A D | sparcv9-gf2m.pl | 32 $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[3]=a1^a2 117 stx $a4,[$tab+4*8] ! tab[4]=a4 119 stx $a1,[$tab+5*8] ! tab[5]=a1^a4 121 stx $a2,[$tab+6*8] ! tab[6]=a2^a4 123 stx $a12,[$tab+7*8] ! tab[7]=a1^a2^a4 [all …]
|
| /netbsd-src/external/bsd/ntp/dist/ntpq/ |
| H A D | ntpq.texi | 78 @headitem What @tab Default @tab Flag @tab Option 80 @tab @code{/etc/ntp.conf} 81 @tab @code{-c} 82 @tab @code{conffile} 84 @tab none 85 @tab @code{-f} 86 @tab @code{driftfile} 88 @tab none 89 @tab 90 @tab @code{leapfile} [all …]
|
| /netbsd-src/external/bsd/ntp/dist/ntpd/ |
| H A D | ntpd.texi | 81 @headitem What @tab Default @tab Flag @tab Option 83 @tab @code{/etc/ntp.conf} 84 @tab @code{-c} 85 @tab @code{conffile} 87 @tab none 88 @tab @code{-f} 89 @tab @code{driftfile} 91 @tab none 92 @tab 93 @tab @code{leapfile} [all …]
|