HomeSort by: relevance | last modified time | path
    Searched defs:tidx (Results 1 - 23 of 23) sorted by relevancy

  /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/lgpl2/userspace-rcu/dist/tests/benchmark/
test_perthreadlock_timing.c 60 long tidx = (long)arg; local
71 ret = pthread_mutex_lock(&per_thread_lock[tidx].lock);
77 ret = pthread_mutex_unlock(&per_thread_lock[tidx].lock);
86 reader_time[tidx] = time2 - time1;
100 long tidx; local
110 for (tidx = 0; tidx < NR_READ; tidx++) {
111 ret = pthread_mutex_lock(&per_thread_lock[tidx].lock);
118 for (tidx = NR_READ - 1; tidx >= 0; tidx--)
    [all...]
test_mutex.c 114 unsigned long tidx = (unsigned long)data; local
137 tot_nr_reads[tidx] = URCU_TLS(nr_reads);
test_perthreadlock.c 142 unsigned long tidx = (unsigned long)data; local
154 urcu_mutex_lock(&per_thread_lock[tidx].lock);
159 urcu_mutex_unlock(&per_thread_lock[tidx].lock);
165 tot_nr_reads[tidx] = URCU_TLS(nr_reads);
176 long tidx; local
186 for (tidx = 0; tidx < (long)nr_readers; tidx++) {
187 urcu_mutex_lock(&per_thread_lock[tidx].lock);
193 for (tidx = (long)nr_readers - 1; tidx >= 0; tidx--)
    [all...]
  /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/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/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/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_lu.c 499 int tidx; local
503 for (tidx = idx + 1; tidx < sk_X509_OBJECT_num(h); tidx++) {
504 tobj = sk_X509_OBJECT_value(h, tidx);
  /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/crypto/external/apache2/openssl/dist/test/
quic_ackm_test.c 340 static int test_tx_ack_case_actual(int tidx, int space, int mode)
346 const struct tx_ack_test_case *c = tx_ack_cases[tidx];
521 static int test_tx_ack_time_script(int tidx)
529 const struct tx_ack_time_op *script = tx_ack_time_scripts[tidx], *s;
909 static int test_rx_ack_actual(int tidx, int space)
913 const struct rx_test_op *script = rx_test_scripts[tidx], *s;
1083 TEST_error("error in ACKM RX script %d, op %zu", tidx + 1, opn + 1);
1097 int tidx, space; local
1099 tidx = idx % OSSL_NELEM(tx_ack_cases);
1105 return test_tx_ack_case_actual(tidx, space, idx)
1110 int tidx; local
    [all...]
quic_record_test.c 10008 static int test_wire_pkt_hdr_actual(int tidx, int repeat, int cipher,
10012 const struct pkt_hdr_test *t = pkt_hdr_tests[tidx];
10025 hpr_key[8] = (unsigned char)tidx;
10188 static int test_wire_pkt_hdr_inner(int tidx, int repeat, int cipher)
10191 const struct pkt_hdr_test *t = pkt_hdr_tests[tidx];
10195 if (!TEST_true(test_wire_pkt_hdr_actual(tidx, repeat, cipher,
10201 if (!TEST_true(test_wire_pkt_hdr_actual(tidx, repeat, cipher, i)))
10238 int tidx, repeat, cipher; local
10249 tidx = idx;
10251 return test_wire_pkt_hdr_inner(tidx, repeat, cipher)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck2.cc 499 unsigned HOST_WIDE_INT idx, tidx = HOST_WIDE_INT_M1U;
585 if (idx < tidx)
586 tidx = idx;
598 if (idx < tidx)
599 tidx = idx;
628 if (idx < tidx)
629 tidx = idx;
683 CONSTRUCTOR_ELTS (init)->ordered_remove (tidx);
688 for (idx = tidx; idx < CONSTRUCTOR_NELTS (init); ++idx)
693 *CONSTRUCTOR_ELT (init, tidx) = *CONSTRUCTOR_ELT (init, idx)
497 unsigned HOST_WIDE_INT idx, tidx = HOST_WIDE_INT_M1U; local
694 vec_safe_truncate (CONSTRUCTOR_ELTS (init), tidx); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-switch-conversion.cc 620 to the value that will be loaded from the created array. TIDX
626 gphi *phi, tree tidx)
696 fetch = build4 (ARRAY_REF, value_type, decl, tidx, NULL_TREE,
720 tree tidx, sub, utype, tidxtype;
745 tidx = make_ssa_name (tidxtype);
752 stmt = gimple_build_assign (tidx, sub);
763 build_one_array (i++, arr_index_type, phi, tidx);
868 tree utype, tidx;
883 tidx = gimple_assign_lhs (m_arr_ref_first);
884 utype = TREE_TYPE (tidx);
719 tree tidx, sub, utype, tidxtype; local
867 tree utype, tidx; local
    [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/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...]
  /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/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/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/gdb.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/gdb/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/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...]

Completed in 76 milliseconds