| /src/external/bsd/tmux/dist/ |
| cmd-show-prompt-history.c | 58 u_int tidx, hidx; local 62 for (tidx = 0; tidx < PROMPT_NTYPES; tidx++) { 63 free(status_prompt_hlist[tidx]); 64 status_prompt_hlist[tidx] = NULL; 65 status_prompt_hsize[tidx] = 0; 82 for (tidx = 0; tidx < PROMPT_NTYPES; tidx++) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| unwind.c | 1502 int tidx; /* targets table index */ member in struct:AdvWalkContext 1921 cur->tidx = 1; 2196 while (cur->pc > targets[cur->tidx]) 2197 cur->tidx += 1; 2198 if (cur->pc == targets[cur->tidx]) 2463 int tidx = 0; local 2474 while (npc > targets[tidx]) 2475 tidx += 1; 2476 if (npc != targets[tidx]) 2481 if (buf[i].tidx >= tidx 2922 int tidx = 0; local 3555 int tidx = 0; local 3630 int tidx = 0; local 3663 int tidx = 0; local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| unwind.c | 1502 int tidx; /* targets table index */ member in struct:AdvWalkContext 1921 cur->tidx = 1; 2196 while (cur->pc > targets[cur->tidx]) 2197 cur->tidx += 1; 2198 if (cur->pc == targets[cur->tidx]) 2463 int tidx = 0; local 2474 while (npc > targets[tidx]) 2475 tidx += 1; 2476 if (npc != targets[tidx]) 2481 if (buf[i].tidx >= tidx 2922 int tidx = 0; local 3555 int tidx = 0; local 3630 int tidx = 0; local 3663 int tidx = 0; local [all...] |
| /src/usr.bin/xlint/lint2/ |
| read.c | 654 unsigned short tidx; local 660 if ((tidx = findtype(cp, tlen, h)) != 0) { 662 return tidx; 668 tidx = storetyp(tp, cp, tlen, h); 741 return tidx; 946 static unsigned int tidx = 1; /* 0 is reserved */ local 950 if (tidx >= USHRT_MAX) 953 if (tidx == tlstlen - 1) { 959 tlst[tidx] = tp; 968 thte->th_idx = (unsigned short)tidx; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| typeck2.cc | 496 unsigned HOST_WIDE_INT idx, tidx = HOST_WIDE_INT_M1U; 582 if (idx < tidx) 583 tidx = idx; 595 if (idx < tidx) 596 tidx = idx; 625 if (idx < tidx) 626 tidx = idx; 680 CONSTRUCTOR_ELTS (init)->ordered_remove (tidx); 685 for (idx = tidx; idx < CONSTRUCTOR_NELTS (init); ++idx) 690 *CONSTRUCTOR_ELT (init, tidx) = *CONSTRUCTOR_ELT (init, idx) 494 unsigned HOST_WIDE_INT idx, tidx = HOST_WIDE_INT_M1U; local 691 vec_safe_truncate (CONSTRUCTOR_ELTS (init), tidx); local [all...] |
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| ctfmerge.c | 867 int c, i, idx, tidx, err; local 995 for (idx = 0, tidx = 1; tidx < nifiles; tidx++) { 996 if (strcmp(ifiles[idx], tifiles[tidx]) != 0) 997 ifiles[++idx] = tifiles[tidx];
|
| /src/sys/arch/macppc/dev/ |
| fcu.c | 209 int num, lidx = 0, tidx = 0; local 219 strcpy(type, &tp[tidx]); 239 tidx += strlen(type) + 1;
|
| /src/sys/dev/ic/ |
| ispreg.h | 855 #define _IxT(tgt, tidx) \ 856 (ISP_NVRAM_TARGOFF + (ISP_NVRAM_TARGSIZE * (tgt)) + (tidx)) 950 #define _IxT8(tgt, tidx, b) \ 951 (ISP1080_NVRAM_TARGOFF((b)) + (ISP1080_NVRAM_TARGSIZE * (tgt)) + (tidx)) 1017 #define _IxT16(tgt, tidx, b) \ 1018 (ISP12160_NVRAM_TARGOFF((b))+(ISP12160_NVRAM_TARGSIZE * (tgt))+(tidx))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-switch-conversion.cc | 584 to the value that will be loaded from the created array. TIDX 590 gphi *phi, tree tidx) 660 fetch = build4 (ARRAY_REF, value_type, decl, tidx, NULL_TREE, 684 tree tidx, sub, utype; 701 tidx = make_ssa_name (utype); 707 stmt = gimple_build_assign (tidx, sub); 718 build_one_array (i++, arr_index_type, phi, tidx); 823 tree utype, tidx; 838 tidx = gimple_assign_lhs (m_arr_ref_first); 839 utype = TREE_TYPE (tidx); 683 tree tidx, sub, utype; local 822 tree utype, tidx; local [all...] |
| tree-switch-conversion.h | 787 to the value that will be loaded from the created array. TIDX 791 gphi *phi, tree tidx);
|
| /src/sys/dev/scsipi/ |
| ses.c | 1079 int err, amt, bufsiz, tidx, oidx; local 1121 tidx = -1; 1124 tidx = cc->ses_typidx[objid].ses_tidx; 1128 if (ses_decode(sdata, amt, cc->ses_eltmap, tidx, oidx, sp)) { 1132 if (ses_encode(sdata, amt, cc->ses_eltmap, tidx, oidx, sp)) {
|
| /src/sys/arch/i386/pci/ |
| elan520.c | 695 int i, j, nregion, pidx, tidx = 0, xnregion; local 756 sc->sc_textpar[tidx++] = pidx; 773 sc->sc_textpar[tidx++] = pidx;
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| metag-dis.c | 2466 unsigned int tidx = ((insn_word >> 9) & TEMPLATE_REGS_MASK); local 2474 template[0] = lookup_dsp_name (tidx, UNIT_DT); 3204 unsigned int tidx = ((insn_word >> 9) & TEMPLATE_REGS_MASK); local 3213 tname[0] = lookup_dsp_name (tidx, UNIT_DT);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| metag-dis.c | 2466 unsigned int tidx = ((insn_word >> 9) & TEMPLATE_REGS_MASK); local 2474 template[0] = lookup_dsp_name (tidx, UNIT_DT); 3204 unsigned int tidx = ((insn_word >> 9) & TEMPLATE_REGS_MASK); local 3213 tname[0] = lookup_dsp_name (tidx, UNIT_DT);
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| variant.d | 2661 foreach (tidx, T; AllowedTypes) 2674 if (tidx > 0) 2689 result.indices[tidx] = dgidx; 2703 result.indices[tidx] = -1;
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_opregion.c | 95 u32 tidx; /* toggle table index */ member in struct:opregion_acpi
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Dbe.cc | 9863 for (int tidx = 0; tidx < num; ++tidx) 9902 res->store (tidx, aval);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Dbe.cc | 9863 for (int tidx = 0; tidx < num; ++tidx) 9902 res->store (tidx, aval);
|