Searched refs:ti (Results 51 - 75 of 184) sorted by relevance

12345678

/freebsd-current/sys/arm/ti/
H A Dti_cpuid.c50 #include <arm/ti/tivar.h>
51 #include <arm/ti/ti_cpuid.h>
53 #include <arm/ti/omap4/omap4_reg.h>
54 #include <arm/ti/am335x/am335x_reg.h>
/freebsd-current/bin/ed/
H A Dglbl.c146 size_t ti = active_size; local
153 (ti += MINBUFSZ) * sizeof(line_t *))) == NULL) {
161 if ((ts = (line_t **) malloc((ti += MINBUFSZ) *
170 active_size = ti;
/freebsd-current/contrib/mandoc/
H A Dterm_ascii.c235 if ((int)p->tcol->offset > p->ti)
236 p->tcol->offset -= p->ti;
239 p->ti = 0;
410 if ((int)p->tcol->offset > p->ti)
411 p->tcol->offset -= p->ti;
414 p->ti = 0;
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_eaction.c137 eaction_findbyname(struct ip_fw_chain *ch, struct tid_info *ti, argument
142 if (ti->tlvs == NULL)
146 ntlv = ipfw_find_name_tlv_type(ti->tlvs, ti->tlen, ti->uidx,
151 ti->uidx, ti->type);
H A Dip_fw_sockopt.c162 struct rule_check_info *ci, struct obj_idx *oib, struct tid_info *ti);
164 struct tid_info *ti, struct obj_idx *pidx, int *unresolved);
2553 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti)
2568 ti->uidx = p->uidx;
2569 ti->type = p->type;
2570 ti->atype = 0;
2579 error = rw->create_object(ch, ti, &kidx);
2737 ref_opcode_object(struct ip_fw_chain *ch, ipfw_insn *cmd, struct tid_info *ti, argument
2745 rw = find_op_rw(cmd, &ti->uidx, &ti
2552 create_objects_compat(struct ip_fw_chain *ch, ipfw_insn *cmd, struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti) argument
2787 ref_rule_objects(struct ip_fw_chain *ch, struct ip_fw *rule, struct rule_check_info *ci, struct obj_idx *oib, struct tid_info *ti) argument
2851 struct tid_info ti; local
3976 struct tid_info ti; local
4003 struct tid_info ti; local
4018 struct tid_info ti; local
4037 struct tid_info ti; local
4473 ipfw_objhash_find_type(struct namedobj_instance *ni, struct tid_info *ti, uint32_t etlv, struct named_object **pno) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp67 for (unsigned ti = 0; ti < bufNames.size(); ++ti) {
68 StringRef sr(bufNames[ti]);
69 Reader->addInMemoryBuffer(sr, std::move(MemBufs[ti]));
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_scm.c36 #include <arm/ti/am335x/am335x_scm.h>
37 #include <arm/ti/ti_cpuid.h>
38 #include <arm/ti/ti_scm.h>
/freebsd-current/sys/arm/ti/omap4/pandaboard/
H A Dpandaboard.c44 #include <arm/ti/omap4/omap4_reg.h>
45 #include <arm/ti/omap4/pandaboard/pandaboard.h>
/freebsd-current/crypto/heimdal/lib/ntlm/
H A Dntlm.c353 * @param ti targetinfo to be freed
359 heim_ntlm_free_targetinfo(struct ntlm_targetinfo *ti) argument
361 free(ti->servername);
362 free(ti->domainname);
363 free(ti->dnsdomainname);
364 free(ti->dnsservername);
365 free(ti->dnstreename);
366 memset(ti, 0, sizeof(*ti));
383 * @param ti th
395 heim_ntlm_encode_targetinfo(const struct ntlm_targetinfo *ti, int ucs2, struct ntlm_buf *data) argument
456 heim_ntlm_decode_targetinfo(const struct ntlm_buf *data, int ucs2, struct ntlm_targetinfo *ti) argument
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_usrreq.c1546 tcp_fill_info(const struct tcpcb *tp, struct tcp_info *ti) argument
1550 bzero(ti, sizeof(*ti));
1552 ti->tcpi_state = tp->t_state;
1554 ti->tcpi_options |= TCPI_OPT_TIMESTAMPS;
1556 ti->tcpi_options |= TCPI_OPT_SACK;
1558 ti->tcpi_options |= TCPI_OPT_WSCALE;
1559 ti->tcpi_snd_wscale = tp->snd_scale;
1560 ti->tcpi_rcv_wscale = tp->rcv_scale;
1564 ti
2011 struct tcp_info ti; local
[all...]
/freebsd-current/sys/dev/cxgbe/
H A Dt4_filter.c909 struct tid_info *ti = &sc->tids; local
920 if (!is_hashfilter(sc) || ti->ntids == 0)
935 if (ti->nhpftids == 0)
937 if (t->idx >= ti->nhpftids)
940 if (ti->nftids == 0)
942 if (t->idx >= ti->nftids)
947 ((t->idx & 0x3) || t->idx + 4 >= ti->nftids))
988 if (__predict_false(ti->hftid_hash_4t == NULL)) {
994 __predict_false(ti->hpftid_tab == NULL)) {
995 MPASS(ti
1468 struct tid_info *ti = &sc->tids; local
1792 struct tid_info *ti = &sc->tids; local
[all...]
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dhal_tx.h67 struct hal_tx_info *ti);
/freebsd-current/lib/libc/gen/
H A Ddlfcn.c220 tls_index ti;
227 ti.ti_module = 1;
228 ti.ti_offset = 0;
230 phdr_info.dlpi_tls_data = __tls_get_addr(&ti);
/freebsd-current/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h96 extern void *__tls_get_addr(tls_index* ti);
/freebsd-current/libexec/rtld-elf/arm/
H A Drtld_machdep.h80 extern void *__tls_get_addr(tls_index *ti);
/freebsd-current/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h88 extern void *__tls_get_addr(tls_index* ti);
/freebsd-current/libexec/rtld-elf/riscv/
H A Drtld_machdep.h106 extern void *__tls_get_addr(tls_index* ti);
/freebsd-current/libexec/rtld-elf/amd64/
H A Drtld_machdep.h76 void *__tls_get_addr(tls_index *ti) __exported;
/freebsd-current/libexec/rtld-elf/aarch64/
H A Drtld_machdep.h93 extern void *__tls_get_addr(tls_index *ti);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp216 kmp_info_t *ti = ompt_get_thread(); local
218 if (ti)
219 ti->th.ompt_thread_info.wait_id = (ompt_wait_id_t)(uintptr_t)variable;
223 kmp_info_t *ti = ompt_get_thread(); local
225 if (ti) {
227 *omp_wait_id = ti->th.ompt_thread_info.wait_id;
228 return ti->th.ompt_thread_info.state;
/freebsd-current/crypto/heimdal/lib/gssapi/ntlm/
H A Dkdc.c256 krb5_data ti; local
316 ret = krb5_ntlm_init_get_targetinfo(c->context, c->ntlm, &ti);
323 type2.targetinfo.data = ti.data;
324 type2.targetinfo.length = ti.length;
328 krb5_data_free(&ti);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp69 llvm::codeview::TypeIndex ti, llvm::codeview::MemberAccess access,
71 PdbTypeSymId type_id(ti);
74 CVType udt_cvt = m_index.tpi().getType(ti);
243 TypeIndex ti(data_member.Type);
244 if (!ti.isSimple()) {
245 CVType cvt = m_index.tpi().getType(ti);
251 ti = bfr.Type;
255 clang::QualType member_qt = m_ast_builder.GetOrCreateType(PdbTypeSymId(ti));
261 bitfield_width ? bitfield_width : GetSizeOfType(ti, m_index.tpi()) * 8;
68 AddBaseClassForTypeIndex( llvm::codeview::TypeIndex ti, llvm::codeview::MemberAccess access, std::optional<uint64_t> vtable_idx) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp581 ti = macro_info->tokens_begin(),
583 ti != te; ++ti) {
589 if (ti->isLiteral()) {
590 if (const char *literal_data = ti->getLiteralData()) {
591 std::string token_str(literal_data, ti->getLength());
597 ti->getLocation(), &invalid);
604 std::string(literal_source, ti->getLength()));
608 clang::tok::getPunctuatorSpelling(ti->getKind())) {
611 clang::tok::getKeywordSpelling(ti
[all...]
/freebsd-current/contrib/libcxxrt/
H A Dexception.cc878 __cxa_thread_info *ti = thread_info(); local
879 __cxa_eh_globals *globals = &ti->globals;
894 if (ti->foreign_exception_state != __cxa_thread_info::none)
896 ti->foreign_exception_state = __cxa_thread_info::rethrown;
1255 __cxa_thread_info *ti = thread_info();
1256 __cxa_eh_globals *globals = &ti->globals;
1301 ti->foreign_exception_state = __cxa_thread_info::none;
1315 ti->foreign_exception_state = __cxa_thread_info::caught;
1332 __cxa_thread_info *ti = thread_info_fast();
1333 __cxa_eh_globals *globals = &ti
[all...]
/freebsd-current/libexec/rtld-elf/i386/
H A Dreloc.c521 ___tls_get_addr(tls_index *ti) argument
526 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset));
531 __tls_get_addr(tls_index *ti) argument
536 return (tls_get_addr_common(dtvp, ti->ti_module, ti->ti_offset));

Completed in 143 milliseconds

12345678