Searched refs:tabsize (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldcref.c115 static size_t tabsize, entsize, refsize; variable
233 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *);
234 old_tab = xmalloc (tabsize + entsize + refsize);
240 memcpy (old_tab, cref_table.root.table, tabsize);
241 old_ent = (char *) old_tab + tabsize;
282 old_ent = (char *) old_tab + tabsize;
287 memcpy (cref_table.root.table, old_tab, tabsize);
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/stand/ofwboot/
H A Drdb.c202 if (pbp->e.tabsize < 11)
206 if (pbp->e.tabsize < 16)
/netbsd-6-1-5-RELEASE/usr.bin/indent/
H A Dindent_globs.h76 #define tabsize 8 /* the size of a tab */ macro
H A Dio.c519 while ((tcur = ((curr - 1) & tabmask) + tabsize + 1) <= target) {
569 cur = ((cur - 1) & tabmask) + tabsize + 1;
H A Dpr_comment.c396 now_col = ((now_col - 1) & tabmask) + tabsize + 1;
/netbsd-6-1-5-RELEASE/sys/sys/
H A Ddisklabel_rdb.h96 u_long tabsize; /* 0: environ table size */ member in struct:ados_environ
/netbsd-6-1-5-RELEASE/usr.bin/deroff/
H A Dderoff.c1454 static int tabsize = 0; local
1459 buildtab(&mactab, &tabsize);
1489 ub = tabsize - 1;
/netbsd-6-1-5-RELEASE/sys/arch/amiga/amiga/
H A Ddisksubr.c327 if (pbp->e.tabsize < 11) {
343 if (pbp->e.tabsize >= 16)
462 } else if (pbp->e.tabsize > 22 && ISFSARCH_NETBSD(adt)) {
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/ofppc/
H A Ddisksubr.c406 if (pbp->e.tabsize < 11) {
422 if (pbp->e.tabsize >= 16)
546 } else if (pbp->e.tabsize > 22 && ISFSARCH_NETBSD(adt)) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/lm32/
H A Ddecode.c153 int tabsize = LM32BF_INSN__MAX; local
156 memset (table, 0, tabsize * sizeof (IDESC));
160 for (id = table, tabend = table + tabsize; id < tabend; ++id)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/iq2000/
H A Ddecode.c235 int tabsize = IQ2000BF_INSN__MAX; local
238 memset (table, 0, tabsize * sizeof (IDESC));
242 for (id = table, tabend = table + tabsize; id < tabend; ++id)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32r/
H A Ddecode.c195 int tabsize = M32RBF_INSN__MAX; local
198 memset (table, 0, tabsize * sizeof (IDESC));
202 for (id = table, tabend = table + tabsize; id < tabend; ++id)
H A Ddecode2.c228 int tabsize = M32R2F_INSN__MAX; local
231 memset (table, 0, tabsize * sizeof (IDESC));
235 for (id = table, tabend = table + tabsize; id < tabend; ++id)
H A Ddecodex.c221 int tabsize = M32RXF_INSN__MAX; local
224 memset (table, 0, tabsize * sizeof (IDESC));
228 for (id = table, tabend = table + tabsize; id < tabend; ++id)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh64/
H A Ddecode-compact.c285 int tabsize = SH64_COMPACT_INSN__MAX; local
288 memset (table, 0, tabsize * sizeof (IDESC));
292 for (id = table, tabend = table + tabsize; id < tabend; ++id)
H A Ddecode-media.c299 int tabsize = SH64_MEDIA_INSN__MAX; local
302 memset (table, 0, tabsize * sizeof (IDESC));
306 for (id = table, tabend = table + tabsize; id < tabend; ++id)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cris/
H A Ddecodev10.c295 int tabsize = CRISV10F_INSN__MAX; local
298 memset (table, 0, tabsize * sizeof (IDESC));
302 for (id = table, tabend = table + tabsize; id < tabend; ++id)
H A Ddecodev32.c299 int tabsize = CRISV32F_INSN__MAX; local
302 memset (table, 0, tabsize * sizeof (IDESC));
306 for (id = table, tabend = table + tabsize; id < tabend; ++id)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delflink.c3400 size_t tabsize = 0;
3818 tabsize = htab->root.table.size * sizeof (struct bfd_hash_entry *);
3820 old_tab = bfd_malloc (tabsize + entsize + hashsize);
3838 old_hash = (char *) old_tab + tabsize;
3840 memcpy (old_tab, htab->root.table.table, tabsize);
4540 old_hash = (char *) old_tab + tabsize;
4546 memcpy (htab->root.table.table, old_tab, tabsize);
3391 size_t tabsize = 0; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delflink.c3392 size_t tabsize = 0;
3810 tabsize = htab->root.table.size * sizeof (struct bfd_hash_entry *);
3812 old_tab = bfd_malloc (tabsize + entsize + hashsize);
3830 old_hash = (char *) old_tab + tabsize;
3832 memcpy (old_tab, htab->root.table.table, tabsize);
4525 old_hash = (char *) old_tab + tabsize;
4531 memcpy (htab->root.table.table, old_tab, tabsize);
3383 size_t tabsize = 0; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Ddecode.c834 int tabsize = FRVBF_INSN__MAX; local
837 memset (table, 0, tabsize * sizeof (IDESC));
841 for (id = table, tabend = table + tabsize; id < tabend; ++id)

Completed in 469 milliseconds