Searched refs:ti (Results 126 - 150 of 211) sorted by relevance

123456789

/freebsd-11-stable/contrib/gcc/
H A Dtree-complex.c1045 tree rr, ri, ratio, div, t1, t2, tr, ti, cond; local
1055 rr = ri = tr = ti = NULL;
1098 ti = (ai * ratio) - ar;
1100 ti = ti / div; */
1118 ti = gimplify_build2 (bsi, MINUS_EXPR, inner_type, t1, ar);
1121 ti = gimplify_build2 (bsi, code, inner_type, ti, div);
1127 t1 = build2 (MODIFY_EXPR, inner_type, ri, ti);
1137 ti
[all...]
H A Dtree-ssa-structalias.c1282 struct topo_info *ti = XNEW (struct topo_info); local
1283 ti->visited = sbitmap_alloc (size);
1284 sbitmap_zero (ti->visited);
1285 ti->topo_order = VEC_alloc (unsigned, heap, 1);
1286 return ti;
1293 free_topo_info (struct topo_info *ti) argument
1295 sbitmap_free (ti->visited);
1296 VEC_free (unsigned, heap, ti->topo_order);
1297 free (ti);
1304 topo_visit (constraint_graph_t graph, struct topo_info *ti, argument
1634 compute_topo_order(constraint_graph_t graph, struct topo_info *ti) argument
2060 struct topo_info *ti = init_topo_info (); local
[all...]
H A Dresource.c1254 struct target_info *ti = target_hash_table[i];
1256 while (ti)
1258 struct target_info *next = ti->next;
1259 free (ti);
1260 ti = next;
1245 struct target_info *ti = target_hash_table[i]; local
H A Dlanghooks.c559 bool *ti ATTRIBUTE_UNUSED, bool *se ATTRIBUTE_UNUSED)
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtput.c101 #define TD(code, longname, ti, tc) {code,longname},{code,ti},{code,tc}
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_pmic.c52 #include <arm/ti/am335x/am335x_rtcvar.h>
53 #include <arm/ti/am335x/tps65217x.h>
144 if (!ofw_bus_is_compatible(dev, "ti,tps65217"))
H A Dam335x_dmtimer.c28 __FBSDID("$FreeBSD: stable/11/sys/arm/ti/am335x/am335x_dmtimer.c 331907 2018-04-03 06:06:39Z gonzo $");
49 #include <arm/ti/ti_prcm.h>
50 #include <arm/ti/ti_hwmods.h>
84 {"ti,am335x-timer", 1},
85 {"ti,am335x-timer-1ms", 1},
264 * Get the hardware unit number (the N from ti,hwmods="timerN").
H A Dam335x_prcm.c28 __FBSDID("$FreeBSD: stable/11/sys/arm/ti/am335x/am335x_prcm.c 323470 2017-09-11 22:33:29Z ian $");
44 #include <arm/ti/tivar.h>
45 #include <arm/ti/ti_scm.h>
46 #include <arm/ti/ti_prcm.h>
414 if (ofw_bus_is_compatible(dev, "ti,am3-prcm")) {
/freebsd-11-stable/sys/arm/ti/usb/
H A Domap_host.c44 #include <arm/ti/ti_prcm.h>
45 #include <arm/ti/usb/omap_usb.h>
355 if (!ofw_bus_is_compatible(dev, "ti,usbhs-host"))
H A Domap_tll.c43 #include <arm/ti/ti_prcm.h>
44 #include <arm/ti/usb/omap_usb.h>
287 if (!ofw_bus_is_compatible(dev, "ti,usbhs-tll"))
H A Domap_ehci.c28 __FBSDID("$FreeBSD: stable/11/sys/arm/ti/usb/omap_ehci.c 346524 2019-04-22 04:56:41Z ian $");
58 #include <arm/ti/ti_prcm.h>
59 #include <arm/ti/usb/omap_usb.h>
266 if (!ofw_bus_is_compatible(dev, "ti,ehci-omap"))
/freebsd-11-stable/lib/libc/gen/
H A Dtls.c110 ___libc_tls_get_addr(void *ti __unused)
118 __libc_tls_get_addr(void *ti __unused)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h178 lldb::TypeSP CreateSimpleType(llvm::codeview::TypeIndex ti, CompilerType ct);
205 lldb::TypeSP GetOrCreateType(llvm::codeview::TypeIndex ti);
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y1382 struct node_tinit *ti, *nti;
1396 for (ti = SIMPLEQ_FIRST(&$5.init_nodes);
1397 ti != SIMPLEQ_END(&$5.init_nodes); ti = nti) {
1398 if (ti->file)
1399 free(ti->file);
1400 for (h = ti->host; h != NULL; h = nh) {
1404 nti = SIMPLEQ_NEXT(ti, entries);
1405 free(ti);
1445 struct node_tinit *ti;
[all...]
H A Dpfctl_optimize.c1261 struct node_tinit *ti; local
1263 if ((ti = calloc(1, sizeof(*ti))) == NULL)
1265 if ((ti->host = malloc(sizeof(*ti->host))) == NULL)
1267 memcpy(ti->host, &node_host, sizeof(*ti->host));
1268 SIMPLEQ_INSERT_TAIL(&(*tbl)->pt_nodes, ti, entries);
/freebsd-11-stable/sys/arm/ti/
H A Dti_gpio.c34 __FBSDID("$FreeBSD: stable/11/sys/arm/ti/ti_gpio.c 310862 2016-12-30 20:48:22Z loos $");
55 #include <arm/ti/ti_cpuid.h>
56 #include <arm/ti/ti_gpio.h>
57 #include <arm/ti/ti_scm.h>
58 #include <arm/ti/ti_prcm.h>
59 #include <arm/ti/ti_hwmods.h>
611 device_printf(dev, "failed to get device id based on ti,hwmods\n");
H A Dti_sdhci.c29 __FBSDID("$FreeBSD: stable/11/sys/arm/ti/ti_sdhci.c 343504 2019-01-27 19:04:28Z marius $");
58 #include <arm/ti/ti_cpuid.h>
59 #include <arm/ti/ti_prcm.h>
60 #include <arm/ti/ti_hwmods.h>
84 * Note that "ti,mmchs" is our own invention, and should be phased out in favor
87 * Note that vendor Beaglebone dtsi files use "ti,omap3-hsmmc" for the am335x.
90 {"ti,omap3-hsmmc", 1},
91 {"ti,omap4-hsmmc", 1},
92 {"ti,mmchs", 1},
508 if (sc->mmchs_clk_id == MMC1_CLK || OF_hasprop(node, "ti,dua
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_private.h583 * Finder callback. Tries to find named object by name (specified via @ti).
590 struct tid_info *ti, struct named_object **pno);
599 * Object creator callback. Tries to create object specified by @ti.
604 typedef int (ipfw_obj_create_cb)(struct ip_fw_chain *ch, struct tid_info *ti,
745 int ipfw_objhash_find_type(struct namedobj_instance *ni, struct tid_info *ti,
756 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti);
784 typedef int (table_lookup_t)(struct table_info *ti, void *key, uint32_t keylen,
/freebsd-11-stable/stand/efi/libefi/
H A Denv.c453 EFI_MEMORY_TYPE_INFORMATION *ti; local
455 ti = (EFI_MEMORY_TYPE_INFORMATION *)data;
460 for (i = 0; i < n && ti[i].NumberOfPages != 0; i++) {
461 printf("\t%23s pages: %u", efi_memory_type(ti[i].Type),
462 ti[i].NumberOfPages);
/freebsd-11-stable/libexec/rtld-elf/mips/
H A Dreloc.c658 __tls_get_addr(tls_index* ti) argument
665 p = tls_get_addr_common(tls, ti->ti_module, ti->ti_offset + TLS_DTP_OFFSET);
/freebsd-11-stable/contrib/sendmail/src/
H A Dsfsasl.c501 struct tls_info *ti = (struct tls_info *) info; local
509 so->fp = ti->fp;
510 so->con = ti->con;
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Diptests.c1073 struct tcpiphdr ti; local
1098 bcopy((char *)ip, (char *)&ti, sizeof(*ip));
1103 if (!(tcbp = find_tcp(fd, &ti))) {
1108 ti.ti_win = tcb.rcv_adv;
1109 ti.ti_seq = htonl(tcb.snd_nxt - 1);
1110 ti.ti_ack = tcb.rcv_nxt;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp1156 ompt_thread_info_t ti;
1196 ti = __kmp_threads[global_tid]->th.ompt_thread_info;
1198 prev_state = ti.state;
1199 ti.wait_id = (ompt_wait_id_t)(uintptr_t)lck;
1200 ti.state = ompt_state_wait_critical;
1221 ti.state = prev_state;
1222 ti.wait_id = 0;
1375 ompt_thread_info_t ti; local
1410 ti = __kmp_threads[global_tid]->th.ompt_thread_info;
1412 prev_state = ti
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dia64-tdep.c2389 di->u.ti.name_ptr = (unw_word_t) "<kernel>";
2390 di->u.ti.segbase = 0;
2391 di->u.ti.table_len = ((char *) etab - (char *) ktab) / sizeof (unw_word_t);
2392 di->u.ti.table_data = (unw_word_t *) ktab;
2397 (char *) di->u.ti.name_ptr,
2398 paddr_nz (di->u.ti.segbase),
2399 paddr_u (di->u.ti.table_len),
2485 paddr_nz (ip), (char *)di.u.ti.name_ptr,
2486 paddr_nz (di.u.ti.segbase),
2489 paddr_u (di.u.ti
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c793 nptv6_findbyname(struct ip_fw_chain *ch, struct tid_info *ti, argument
798 err = ipfw_objhash_find_type(CHAIN_TO_SRV(ch), ti,
800 NPTV6_DEBUG("uidx %u, type %u, err %d", ti->uidx, ti->type, err);

Completed in 202 milliseconds

123456789