| /src/lib/libcurses/ |
| addbytes.c | 208 int tabsize; local 218 tabsize = win->screen->TABSIZE; 219 newx = tabsize - (*x % tabsize); 353 int sx = 0, ex = 0, cw = 0, i = 0, newx = 0, tabsize; 389 tabsize = win->screen->TABSIZE; 390 newx = tabsize - (*x % tabsize); [all...] |
| /src/sys/dev/dkwedge/ |
| dkwedge_rdb.c | 109 uint32_t blk_per_cyl, bufsize, newsecsize, nextb, secsize, tabsize; local 195 tabsize = be32toh(pbp->e.tabsize); 196 if (tabsize < 11) { 215 if (tabsize >= 16)
|
| /src/external/gpl3/gdb/dist/sim/iq2000/ |
| decode.c | 237 int tabsize = IQ2000BF_INSN__MAX; local 240 memset (table, 0, tabsize * sizeof (IDESC)); 244 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| /src/external/gpl3/gdb/dist/sim/lm32/ |
| decode.c | 155 int tabsize = LM32BF_INSN__MAX; local 158 memset (table, 0, tabsize * sizeof (IDESC)); 162 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| /src/external/gpl3/gdb/dist/sim/m32r/ |
| decode.c | 197 int tabsize = M32RBF_INSN__MAX; local 200 memset (table, 0, tabsize * sizeof (IDESC)); 204 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| decode2.c | 230 int tabsize = M32R2F_INSN__MAX; local 233 memset (table, 0, tabsize * sizeof (IDESC)); 237 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| decodex.c | 223 int tabsize = M32RXF_INSN__MAX; local 226 memset (table, 0, tabsize * sizeof (IDESC)); 230 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| /src/external/gpl3/gdb/dist/sim/or1k/ |
| decode.c | 234 int tabsize = OR1K32BF_INSN__MAX; local 237 memset (table, 0, tabsize * sizeof (IDESC)); 241 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| /src/external/gpl3/gdb.old/dist/sim/iq2000/ |
| decode.c | 237 int tabsize = IQ2000BF_INSN__MAX; local 240 memset (table, 0, tabsize * sizeof (IDESC)); 244 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| /src/external/gpl3/gdb.old/dist/sim/lm32/ |
| decode.c | 155 int tabsize = LM32BF_INSN__MAX; local 158 memset (table, 0, tabsize * sizeof (IDESC)); 162 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| /src/external/gpl3/gdb.old/dist/sim/m32r/ |
| decode.c | 197 int tabsize = M32RBF_INSN__MAX; local 200 memset (table, 0, tabsize * sizeof (IDESC)); 204 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| decode2.c | 230 int tabsize = M32R2F_INSN__MAX; local 233 memset (table, 0, tabsize * sizeof (IDESC)); 237 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| decodex.c | 223 int tabsize = M32RXF_INSN__MAX; local 226 memset (table, 0, tabsize * sizeof (IDESC)); 230 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| /src/external/gpl3/gdb.old/dist/sim/or1k/ |
| decode.c | 234 int tabsize = OR1K32BF_INSN__MAX; local 237 memset (table, 0, tabsize * sizeof (IDESC)); 241 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| /src/sys/dev/acpi/ |
| apei_einj.c | 513 size_t mapsize = 0, tabsize, bodysize; local 576 tabsize = teatab->TableSize; 577 bodysize = tabsize - teatab->HeaderSize; 581 tabsize - nentries*sizeof(ACPI_EINJ_ENTRY)); 583 tabsize = teatab->HeaderSize + bodysize; 590 tabsize = teatab->HeaderSize + bodysize; 597 mapsize = tabsize;
|
| /src/external/gpl3/gdb/dist/sim/cris/ |
| decodev10.c | 296 int tabsize = CRISV10F_INSN__MAX; local 299 memset (table, 0, tabsize * sizeof (IDESC)); 303 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| decodev32.c | 300 int tabsize = CRISV32F_INSN__MAX; local 303 memset (table, 0, tabsize * sizeof (IDESC)); 307 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| /src/external/gpl3/gdb.old/dist/sim/cris/ |
| decodev10.c | 296 int tabsize = CRISV10F_INSN__MAX; local 299 memset (table, 0, tabsize * sizeof (IDESC)); 303 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| decodev32.c | 300 int tabsize = CRISV32F_INSN__MAX; local 303 memset (table, 0, tabsize * sizeof (IDESC)); 307 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldcref.c | 117 static size_t tabsize, entsize, refsize; variable 235 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *); 236 old_tab = xmalloc (tabsize + entsize + refsize); 242 memcpy (old_tab, cref_table.root.table, tabsize); 243 old_ent = (char *) old_tab + tabsize; 284 old_ent = (char *) old_tab + tabsize; 289 memcpy (cref_table.root.table, old_tab, tabsize);
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldcref.c | 117 static size_t tabsize, entsize, refsize; variable 235 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *); 236 old_tab = xmalloc (tabsize + entsize + refsize); 242 memcpy (old_tab, cref_table.root.table, tabsize); 243 old_ent = (char *) old_tab + tabsize; 284 old_ent = (char *) old_tab + tabsize; 289 memcpy (cref_table.root.table, old_tab, tabsize);
|
| /src/external/gpl3/gdb/dist/sim/frv/ |
| decode.c | 836 int tabsize = FRVBF_INSN__MAX; local 839 memset (table, 0, tabsize * sizeof (IDESC)); 843 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| decode.c | 836 int tabsize = FRVBF_INSN__MAX; local 839 memset (table, 0, tabsize * sizeof (IDESC)); 843 for (id = table, tabend = table + tabsize; id < tabend; ++id)
|
| /src/sys/sys/ |
| disklabel_rdb.h | 99 uint32_t tabsize; /* 0: environ table size */ member in struct:ados_environ
|
| /src/usr.bin/deroff/ |
| deroff.c | 1442 static int tabsize = 0; local 1447 buildtab(&mactab, &tabsize); 1477 ub = tabsize - 1;
|