| /src/external/gpl3/binutils/dist/gprofng/src/ |
| checks.cc | 42 int tindex = targ_index; local 59 arglist[ret++] = argv[tindex++]; 85 arglist[ret++] = argv[tindex++]; 122 arglist[ret++] = argv[tindex++]; 166 arglist[ret++] = argv[tindex++];
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| checks.cc | 42 int tindex = targ_index; local 59 arglist[ret++] = argv[tindex++]; 85 arglist[ret++] = argv[tindex++]; 122 arglist[ret++] = argv[tindex++]; 166 arglist[ret++] = argv[tindex++];
|
| /src/usr.sbin/emcfanctl/ |
| emcfanctloutputs.c | 371 int tindex; local 379 tindex = find_translated_blob_by_bits_instance(fan_pwm_basefreq, __arraycount(fan_pwm_basefreq), res, the_fan); 382 fprintf(stderr,"%s: reg=%d 0x%02X, res=0x%02x, tindex=%d, the_fan=%d\n",__func__,reg,reg,res,tindex,the_fan); 388 mj_append_field(&obj, "pwm_base_frequency", "integer", (int64_t)fan_pwm_basefreq[tindex].human_int); 396 printf("PWM Base Frequency:%d\n",fan_pwm_basefreq[tindex].human_int); 619 int tindex; local 628 tindex = find_translated_blob_by_bits_instance(smbus_timeout, __arraycount(smbus_timeout), res, instance); 631 fprintf(stderr,"%s: reg=%d 0x%02X, res=0x%02x, tindex=%d, instance=%d\n",__func__,reg,reg,res,tindex,instance) [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| coffgrok.c | 46 static struct coff_symbol ** tindex; variable in typeref:struct:coff_symbol 202 r->symbol = tindex[idx]; 435 res->u.astructref.ref = tindex[idx]; 467 res->u.aenumref.ref = tindex[idx]; 653 tindex[i] = s; 881 tindex = (struct coff_symbol **) (xcalloc (rawcount,
|
| wrstabs.c | 389 long tindex, bool definition, unsigned int size) 395 s->index = tindex; 412 long tindex, bool definition, unsigned int size) 414 return stab_push_string (info, xstrdup (string), tindex, definition, size); 420 stab_push_defined_type (struct stab_write_handle *info, long tindex, 425 sprintf (buf, "%ld", tindex); 426 return stab_push_string_dup (info, buf, tindex, false, size); 613 long tindex; 616 tindex = info->type_index; 619 sprintf (buf, "%ld=%ld", tindex, tindex) 611 long tindex; local 634 long tindex; local 671 long tindex; local 726 long tindex; local 758 long tindex; local 775 long tindex; local 810 long tindex = 0; local 866 long tindex; local 1023 long tindex; local 1067 long tindex; local 1298 long tindex; local 1404 long tindex; local 1863 long tindex; local 1879 long tindex; local 2024 long tindex; local [all...] |
| stabs.c | 3436 unsigned int tindex; local 3441 tindex = typenums[1]; 3450 base_index = tindex / STAB_TYPES_SLOTS * STAB_TYPES_SLOTS; 3451 tindex -= base_index; 3463 return (*ps)->types + tindex;
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| coffgrok.c | 46 static struct coff_symbol ** tindex; variable in typeref:struct:coff_symbol 202 r->symbol = tindex[idx]; 435 res->u.astructref.ref = tindex[idx]; 467 res->u.aenumref.ref = tindex[idx]; 653 tindex[i] = s; 881 tindex = (struct coff_symbol **) (xcalloc (rawcount,
|
| wrstabs.c | 389 long tindex, bool definition, unsigned int size) 395 s->index = tindex; 412 long tindex, bool definition, unsigned int size) 414 return stab_push_string (info, xstrdup (string), tindex, definition, size); 420 stab_push_defined_type (struct stab_write_handle *info, long tindex, 425 sprintf (buf, "%ld", tindex); 426 return stab_push_string_dup (info, buf, tindex, false, size); 615 long tindex; 618 tindex = info->type_index; 621 sprintf (buf, "%ld=%ld", tindex, tindex) 613 long tindex; local 636 long tindex; local 673 long tindex; local 728 long tindex; local 760 long tindex; local 777 long tindex; local 812 long tindex = 0; local 868 long tindex; local 1025 long tindex; local 1069 long tindex; local 1300 long tindex; local 1406 long tindex; local 1865 long tindex; local 1881 long tindex; local 2026 long tindex; local [all...] |
| stabs.c | 3436 unsigned int tindex; local 3441 tindex = typenums[1]; 3450 base_index = tindex / STAB_TYPES_SLOTS * STAB_TYPES_SLOTS; 3451 tindex -= base_index; 3463 return (*ps)->types + tindex;
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| dfa.h | 277 int tindex; /* Index for adding new tokens. */ member in struct:dfa
|
| dfa.c | 1105 dfa->tindex); 1108 dfa->multibyte_prop[dfa->tindex] = ((dfa->nmbcsets - 1) << 2) + 3; 1110 dfa->multibyte_prop[dfa->tindex] 1117 dfa->multibyte_prop[dfa->tindex] = 3; 1121 REALLOC_IF_NECESSARY(dfa->tokens, token, dfa->talloc, dfa->tindex); 1122 dfa->tokens[dfa->tindex++] = t; 1244 nsubtoks (int tindex) 1248 switch (dfa->tokens[tindex - 1]) 1255 return 1 + nsubtoks(tindex - 1); 1259 ntoks1 = nsubtoks(tindex - 1) 1277 int tindex, ntokens, i; local [all...] |
| /src/external/gpl2/grep/dist/src/ |
| dfa.h | 296 int tindex; /* Index for adding new tokens. */ member in struct:dfa
|
| dfa.c | 1126 dfa->tindex); 1129 dfa->multibyte_prop[dfa->tindex] = ((dfa->nmbcsets - 1) << 2) + 3; 1131 dfa->multibyte_prop[dfa->tindex] 1138 dfa->multibyte_prop[dfa->tindex] = 3; 1142 REALLOC_IF_NECESSARY(dfa->tokens, token, dfa->talloc, dfa->tindex); 1143 dfa->tokens[dfa->tindex++] = t; 1265 nsubtoks (int tindex) 1269 switch (dfa->tokens[tindex - 1]) 1276 return 1 + nsubtoks(tindex - 1); 1280 ntoks1 = nsubtoks(tindex - 1) 1298 int tindex, ntokens, i; local [all...] |
| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| ucdata.c | 659 ac_uint4 tindex = ch - TBase; local 660 if (tindex <= (ac_uint4) TCount) { 662 last += tindex;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| xsym.c | 1120 bfd_sym_type_table_entry tindex; local 1131 if (bfd_sym_fetch_type_table_entry (abfd, &tindex, sym_index - 100) < 0) 1133 if (bfd_sym_fetch_type_information_table_entry (abfd, entry, tindex) < 0)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| xsym.c | 1121 bfd_sym_type_table_entry tindex; local 1132 if (bfd_sym_fetch_type_table_entry (abfd, &tindex, sym_index - 100) < 0) 1134 if (bfd_sym_fetch_type_information_table_entry (abfd, entry, tindex) < 0)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| xsym.c | 1121 bfd_sym_type_table_entry tindex; local 1132 if (bfd_sym_fetch_type_table_entry (abfd, &tindex, sym_index - 100) < 0) 1134 if (bfd_sym_fetch_type_information_table_entry (abfd, entry, tindex) < 0)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| xsym.c | 1121 bfd_sym_type_table_entry tindex; local 1132 if (bfd_sym_fetch_type_table_entry (abfd, &tindex, sym_index - 100) < 0) 1134 if (bfd_sym_fetch_type_information_table_entry (abfd, entry, tindex) < 0)
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-gen.c | 2728 int tindex = 0; 2748 ptr->main_index = tindex++; 2702 int tindex = 0; local
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-gen.c | 2728 int tindex = 0; 2748 ptr->main_index = tindex++; 2702 int tindex = 0; local
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-gen.c | 2728 int tindex = 0; 2748 ptr->main_index = tindex++; 2702 int tindex = 0; local
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-gen.c | 2728 int tindex = 0; 2748 ptr->main_index = tindex++; 2702 int tindex = 0; local
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| makeinfo.c | 3039 int tindex = output_paragraph_offset; 3045 for (tindex = output_paragraph_offset - 1; tindex >= 0; --tindex) 3047 int c = output_paragraph[tindex]; 3050 output_paragraph[tindex] = '\n'; 3056 output_paragraph_offset = ++tindex; 3026 int tindex = output_paragraph_offset; local
|