Home
last modified time | relevance | path

Searched refs:ti (Results 1 – 25 of 257) sorted by relevance

1234567891011

/openbsd/regress/lib/libc/printf/
H A Dint.c212 ti("<%d>", S_INT, 0, "<0>"); in main()
213 ti("<%d>", S_INT, 1, "<1>"); in main()
214 ti("<%d>", S_INT, -1, "<-1>"); in main()
215 ti("<%d>", S_INT, 42, "<42>"); in main()
239 ti("<%hhd>", S_CHAR, 0, "<0>"); in main()
259 ti("<%hlld>", S_LL, 0, "<0>"); in main()
260 ti("<%hlld>", S_LL, 1, "<1>"); in main()
266 ti("<%hjd>", S_MAX, 0, "<0>"); in main()
267 ti("<%hjd>", S_MAX, 1, "<1>"); in main()
272 ti("<%htd>", S_PTR, 0, "<0>"); in main()
[all …]
/openbsd/lib/libcrypto/des/
H A Dcfb64ede.c85 ti[0] = v0; in DES_ede3_cfb64_encrypt()
86 ti[1] = v1; in DES_ede3_cfb64_encrypt()
88 v0 = ti[0]; in DES_ede3_cfb64_encrypt()
89 v1 = ti[1]; in DES_ede3_cfb64_encrypt()
107 ti[0] = v0; in DES_ede3_cfb64_encrypt()
125 v0 = v1 = ti[0] = ti[1] = c = cc = 0; in DES_ede3_cfb64_encrypt()
155 ti[0] = v0; in DES_ede3_cfb_encrypt()
156 ti[1] = v1; in DES_ede3_cfb_encrypt()
197 ti[0] = v0; in DES_ede3_cfb_encrypt()
198 ti[1] = v1; in DES_ede3_cfb_encrypt()
[all …]
H A Dcfb64enc.c74 DES_LONG ti[2]; in DES_cfb64_encrypt() local
82 ti[0] = v0; in DES_cfb64_encrypt()
84 ti[1] = v1; in DES_cfb64_encrypt()
85 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
87 v0 = ti[0]; in DES_cfb64_encrypt()
89 v0 = ti[1]; in DES_cfb64_encrypt()
102 ti[0] = v0; in DES_cfb64_encrypt()
104 ti[1] = v1; in DES_cfb64_encrypt()
107 v0 = ti[0]; in DES_cfb64_encrypt()
109 v0 = ti[1]; in DES_cfb64_encrypt()
[all …]
H A Dofb64enc.c75 DES_LONG ti[2]; in DES_ofb64_encrypt() local
82 ti[0] = v0; in DES_ofb64_encrypt()
83 ti[1] = v1; in DES_ofb64_encrypt()
89 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
91 t = ti[0]; in DES_ofb64_encrypt()
93 t = ti[1]; in DES_ofb64_encrypt()
101 v0 = ti[0]; in DES_ofb64_encrypt()
102 v1 = ti[1]; in DES_ofb64_encrypt()
107 t = v0 = v1 = ti[0] = ti[1] = 0; in DES_ofb64_encrypt()
H A Dcfb_enc.c78 DES_LONG ti[2]; in DES_cfb_encrypt() local
95 ti[0] = v0; in DES_cfb_encrypt()
96 ti[1] = v1; in DES_cfb_encrypt()
97 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_cfb_encrypt()
100 d0 ^= ti[0]; in DES_cfb_encrypt()
101 d1 ^= ti[1]; in DES_cfb_encrypt()
141 ti[0] = v0; in DES_cfb_encrypt()
142 ti[1] = v1; in DES_cfb_encrypt()
179 d0 ^= ti[0]; in DES_cfb_encrypt()
180 d1 ^= ti[1]; in DES_cfb_encrypt()
[all …]
H A Dofb_enc.c76 DES_LONG ti[2]; in DES_ofb_encrypt() local
98 ti[0] = v0; in DES_ofb_encrypt()
99 ti[1] = v1; in DES_ofb_encrypt()
101 ti[0] = v0; in DES_ofb_encrypt()
102 ti[1] = v1; in DES_ofb_encrypt()
103 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_ofb_encrypt()
104 vv0 = ti[0]; in DES_ofb_encrypt()
105 vv1 = ti[1]; in DES_ofb_encrypt()
132 v0 = v1 = d0 = d1 = ti[0] = ti[1] = vv0 = vv1 = 0; in DES_ofb_encrypt()
H A Dofb64ede.c77 DES_LONG ti[2]; in DES_ede3_ofb64_encrypt() local
84 ti[0] = v0; in DES_ede3_ofb64_encrypt()
85 ti[1] = v1; in DES_ede3_ofb64_encrypt()
93 DES_encrypt3(ti, k1, k2, k3); in DES_ede3_ofb64_encrypt()
94 v0 = ti[0]; in DES_ede3_ofb64_encrypt()
95 v1 = ti[1]; in DES_ede3_ofb64_encrypt()
110 v0 = v1 = ti[0] = ti[1] = 0; in DES_ede3_ofb64_encrypt()
/openbsd/lib/libcrypto/rc2/
H A Drc2cfb64.c75 unsigned long ti[2]; in RC2_cfb64_encrypt() local
83 ti[0] = v0; in RC2_cfb64_encrypt()
85 ti[1] = v1; in RC2_cfb64_encrypt()
86 RC2_encrypt((unsigned long *)ti, schedule); in RC2_cfb64_encrypt()
88 t = ti[0]; in RC2_cfb64_encrypt()
90 t = ti[1]; in RC2_cfb64_encrypt()
103 ti[0] = v0; in RC2_cfb64_encrypt()
105 ti[1] = v1; in RC2_cfb64_encrypt()
108 t = ti[0]; in RC2_cfb64_encrypt()
110 t = ti[1]; in RC2_cfb64_encrypt()
[all …]
H A Drc2ofb64.c76 unsigned long ti[2]; in RC2_ofb64_encrypt() local
83 ti[0] = v0; in RC2_ofb64_encrypt()
84 ti[1] = v1; in RC2_ofb64_encrypt()
90 RC2_encrypt((unsigned long *)ti, schedule); in RC2_ofb64_encrypt()
92 t = ti[0]; in RC2_ofb64_encrypt()
94 t = ti[1]; in RC2_ofb64_encrypt()
102 v0 = ti[0]; in RC2_ofb64_encrypt()
103 v1 = ti[1]; in RC2_ofb64_encrypt()
108 t = v0 = v1 = ti[0] = ti[1] = 0; in RC2_ofb64_encrypt()
/openbsd/sys/dev/pv/
H A Dpvclock.c126 struct pvclock_time_info *ti; in pvclock_attach() local
145 ti = sc->sc_time; in pvclock_attach()
147 version = pvclock_read_begin(ti); in pvclock_attach()
148 flags = ti->ti_flags; in pvclock_attach()
204 return (ti->ti_version == version); in pvclock_read_done()
211 struct pvclock_time_info *ti; in pvclock_get_timecount() local
217 ti = sc->sc_time; in pvclock_get_timecount()
219 version = pvclock_read_begin(ti); in pvclock_get_timecount()
220 system_time = ti->ti_system_time; in pvclock_get_timecount()
223 shift = ti->ti_tsc_shift; in pvclock_get_timecount()
[all …]
/openbsd/gnu/llvm/llvm/utils/
H A Dupdate_llc_test_checks.py51 for l in ti.input_lines:
58 for l in ti.run_lines:
99 if ti.path.endswith('.mir'):
111 if ti.path.endswith('.mir'):
119 'verbose': ti.args.verbose,
120 'filters': ti.args.filters,
124 scrubber_args=[ti.args],
125 path=ti.path)
179 for input_info in ti.iterlines(output_lines):
220 if ti.args.gen_unused_prefix_body:
[all …]
H A Dupdate_analyze_test_checks.py58 for ti in common.itertests(initial_args.tests, parser,
61 for l in ti.input_lines:
68 for l in ti.run_lines:
99 'verbose': ti.args.verbose,
100 'filters': ti.args.filters,
105 path=ti.path)
111 raw_tool_outputs = common.invoke_tool(ti.args.opt_binary, opt_args, ti.path)
137 for input_info in ti.iterlines(output_lines):
179 if ti.args.function is not None and func_name != ti.args.function:
184 if ti.args.gen_unused_prefix_body:
[all …]
H A Dupdate_test_checks.py76 for ti in common.itertests(initial_args.tests, parser,
79 if ti.args.scrub_attributes:
85 for l in ti.run_lines:
122 flags=ti.args,
124 path=ti.path)
126 tool_binary = ti.args.tool_binary
149 include_generated_funcs = common.find_arg_in_test(ti,
164 args = ti.args
188 for input_line_info in ti.iterlines(output_lines):
250 if ti.args.gen_unused_prefix_body:
[all …]
H A Dupdate_cc_test_checks.py251 '%s' : ti.path,
253 '%S' : os.path.dirname(ti.path),
256 for l in ti.run_lines:
279 clang_args += ti.args.clang_args
302 flags=ti.args,
304 path=ti.path)
317 get_function_body(builder, ti.args, ti.path, clang_args, extra_commands,
364 if ti.args.check_globals:
431 if ti.args.check_globals:
436 if ti.args.gen_unused_prefix_body:
[all …]
/openbsd/sys/arch/luna88k/dev/
H A Dmb89352.c327 ti->flags = 0; in spc_init()
333 ti->period = ti->offset = 0; in spc_init()
698 ti->senses++; in spc_sense()
784 ti->cmds++; in spc_done()
963 ti->period = ti->offset = 0; in spc_msgin()
971 ti->period = ti->offset = 0; in spc_msgin()
1020 ti->period = ti->offset = 0; in spc_msgin()
1026 ti->offset, ti->period * 4); in spc_msgin()
1795 ti->period = ti->offset = 0; in spc_intr()
2107 i, ti->cmds, ti->dconns, ti->touts); in spc_dump_driver()
[all …]
/openbsd/lib/libcrypto/idea/
H A Didea.c204 t = ti[0]; in idea_cfb64_encrypt()
206 t = ti[1]; in idea_cfb64_encrypt()
224 t = ti[0]; in idea_cfb64_encrypt()
237 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0; in idea_cfb64_encrypt()
283 ti[0] = v0; in idea_ofb64_encrypt()
284 ti[1] = v1; in idea_ofb64_encrypt()
292 t = ti[0]; in idea_ofb64_encrypt()
294 t = ti[1]; in idea_ofb64_encrypt()
302 v0 = ti[0]; in idea_ofb64_encrypt()
303 v1 = ti[1]; in idea_ofb64_encrypt()
[all …]
/openbsd/sys/dev/ic/
H A Daic6360.c402 ti->flags = 0; in aic_init()
408 ti->period = ti->offset = 0; in aic_init()
414 ti->width = 0; in aic_init()
748 ti->senses++; in aic_sense()
820 ti->cmds++; in aic_done()
972 ti->period = ti->offset = 0; in aic_msgin()
980 ti->period = ti->offset = 0; in aic_msgin()
1029 ti->period = ti->offset = 0; in aic_msgin()
1795 ti->period = ti->offset = 0; in aicintr()
2090 i, ti->cmds, ti->dconns, ti->touts); in aic_dump_driver()
[all …]
H A Dncr53c9x.c445 ti->offset = 0; in ncr53c9x_init()
446 ti->cfg3 = 0; in ncr53c9x_init()
775 ti->lun[lun] = li; in ncr53c9x_scsi_probe()
796 ti->lun[lun] = NULL; in ncr53c9x_scsi_free()
1073 ti->senses++; in ncr53c9x_sense()
1162 ti->cmds++; in ncr53c9x_done()
1566 ti->width = 0; in ncr53c9x_msgin()
1586 ti->dconns++; in ncr53c9x_msgin()
1635 ti->offset = 0; in ncr53c9x_msgin()
1664 ti->period = in ncr53c9x_msgin()
[all …]
/openbsd/lib/libcrypto/bf/
H A Dblowfish.c531 t = ti[0]; in BF_cfb64_encrypt()
533 t = ti[1]; in BF_cfb64_encrypt()
551 t = ti[0]; in BF_cfb64_encrypt()
564 v0 = v1 = ti[0] = ti[1] = t=c = cc = 0; in BF_cfb64_encrypt()
612 ti[0] = v0; in BF_ofb64_encrypt()
613 ti[1] = v1; in BF_ofb64_encrypt()
621 t = ti[0]; in BF_ofb64_encrypt()
623 t = ti[1]; in BF_ofb64_encrypt()
631 v0 = ti[0]; in BF_ofb64_encrypt()
632 v1 = ti[1]; in BF_ofb64_encrypt()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dstt.c808 ffesttTokenItem ti; in ffestt_tokenlist_append() local
814 ti->next->previous = ti; in ffestt_tokenlist_append()
815 ti->previous->next = ti; in ffestt_tokenlist_append()
816 ti->t = t; in ffestt_tokenlist_append()
850 ffesttTokenItem ti; in ffestt_tokenlist_drive() local
855 for (ti = tl->first; ti != (ffesttTokenItem) &tl->first; ti = ti->next) in ffestt_tokenlist_drive()
857 (*fn) (ti->t); in ffestt_tokenlist_drive()
872 ffesttTokenItem ti; in ffestt_tokenlist_handle() local
874 for (ti = tl->first; ti != (ffesttTokenItem) &tl->first; ti = ti->next) in ffestt_tokenlist_handle()
894 ffesttTokenItem ti; in ffestt_tokenlist_kill() local
[all …]
/openbsd/gnu/gcc/gcc/cp/
H A Drtti.c834 vtable_ptr = ti->vtable; in tinfo_base_init()
862 ti->vtable = vtable_ptr; in tinfo_base_init()
1114 tinfo_s *ti; in create_pseudo_type_info() local
1150 ti->vtable = NULL_TREE; in create_pseudo_type_info()
1227 tinfo_s *ti; in get_pseudo_ti_index() local
1238 ti->type = ti->vtable = ti->name = NULL_TREE; in get_pseudo_ti_index()
1281 tinfo_s *ti; in create_tinfo_types() local
1303 ti->vtable = NULL_TREE; in create_tinfo_types()
1304 ti->name = NULL_TREE; in create_tinfo_types()
1342 ti->vtable = NULL_TREE; in create_tinfo_types()
[all …]
/openbsd/sys/netinet/
H A Dtcp_usrreq.c216 struct tcp_info *ti; in tcp_fill_info() local
220 if (sizeof(*ti) > MLEN) { in tcp_fill_info()
225 ti = mtod(m, struct tcp_info *); in tcp_fill_info()
226 m->m_len = sizeof(*ti); in tcp_fill_info()
227 memset(ti, 0, sizeof(*ti)); in tcp_fill_info()
230 ti->tcpi_state = tp->t_state; in tcp_fill_info()
245 ti->tcpi_rto = tp->t_rxtcur * t; in tcp_fill_info()
246 ti->tcpi_snd_mss = tp->t_maxseg; in tcp_fill_info()
247 ti->tcpi_rcv_mss = tp->t_peermss; in tcp_fill_info()
259 ti->tcpi_snd_cwnd = tp->snd_cwnd; in tcp_fill_info()
[all …]
/openbsd/lib/libcrypto/cast/
H A Dcast.c873 t = ti[0]; in CAST_cfb64_encrypt()
875 t = ti[1]; in CAST_cfb64_encrypt()
893 t = ti[0]; in CAST_cfb64_encrypt()
906 v0 = v1 = ti[0] = ti[1] = t=c = cc = 0; in CAST_cfb64_encrypt()
955 ti[0] = v0; in CAST_ofb64_encrypt()
956 ti[1] = v1; in CAST_ofb64_encrypt()
964 t = ti[0]; in CAST_ofb64_encrypt()
966 t = ti[1]; in CAST_ofb64_encrypt()
974 v0 = ti[0]; in CAST_ofb64_encrypt()
975 v1 = ti[1]; in CAST_ofb64_encrypt()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dthread-db.c162 td_thrinfo_t ti; member
259 td_thrinfo_t ti; in thread_get_info_callback() local
264 err = td_thr_get_info_p (thp, &ti); in thread_get_info_callback()
275 if (ti.ti_state == TD_THR_UNKNOWN || ti.ti_state == TD_THR_ZOMBIE) in thread_get_info_callback()
283 memcpy (&thread_info->private->ti, &ti, sizeof (ti)); in thread_get_info_callback()
299 memcpy (&thread_info->private->ti, &ti, sizeof (ti)); in thread_get_info_callback()
337 return &thread_info->private->ti; in thread_db_get_info()
349 return &thread_info->private->ti; in thread_db_get_info()
864 td_thrinfo_t ti; in check_event() local
1166 td_thrinfo_t ti; in find_new_threads_callback() local
[all …]
/openbsd/usr.sbin/trpt/
H A Dtrpt.c307 struct tcpiphdr *ti, struct tcpipv6hdr *ti6, int req) in tcp_trace() argument
314 if (ti->ti_src.s_addr) in tcp_trace()
315 th = &ti->ti_t; in tcp_trace()
326 if (ti->ti_src.s_addr) { in tcp_trace()
328 inet_ntoa(ti->ti_src), ntohs(ti->ti_sport)); in tcp_trace()
330 inet_ntoa(ti->ti_dst), ntohs(ti->ti_dport)); in tcp_trace()
334 hbuf, sizeof(hbuf)), ntohs(ti->ti_sport)); in tcp_trace()
337 hbuf, sizeof(hbuf)), ntohs(ti->ti_dport)); in tcp_trace()
342 if (ti->ti_src.s_addr) in tcp_trace()
343 len = ti->ti_len; in tcp_trace()

1234567891011