Home
last modified time | relevance | path

Searched refs:tf (Results 1 – 25 of 68) sorted by relevance

123

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-eh.c553 replace_goto_queue_stmt_list (tf->top_p_seq, tf); in replace_goto_queue()
644 struct leh_tf_state *tf = state->tf; in maybe_record_in_goto_queue() local
647 if (!tf) in maybe_record_in_goto_queue()
683 struct leh_tf_state *tf = state->tf; in verify_norecord_switch_expr() local
686 if (!tf) in verify_norecord_switch_expr()
904 if (tf->outer->tf) in lower_try_finally_fallthru_label()
1032 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_nofallthru()
1093 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_onedest()
1150 if (VEC_index (tree, tf->dest_array, 0) == tf->fallthru_label) in lower_try_finally_onedest()
1189 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_copy()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-eh.c565 replace_goto_queue_stmt_list (&tf->top_p_seq, tf); in replace_goto_queue()
659 struct leh_tf_state *tf = state->tf; in maybe_record_in_goto_queue() local
662 if (!tf) in maybe_record_in_goto_queue()
707 struct leh_tf_state *tf = state->tf; in verify_norecord_switch_expr() local
710 if (!tf) in verify_norecord_switch_expr()
944 if (tf->outer->tf) in lower_try_finally_fallthru_label()
1078 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_nofallthru()
1143 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_onedest()
1211 if (tf->dest_array[0] == tf->fallthru_label) in lower_try_finally_onedest()
1251 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_copy()
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/config/i386/64/
H A Dt-softfp-compat6 tf-compats = getf2.c letf2.c eqtf2.c
7 tf-functions := $(addprefix $(srcdir)/soft-fp/, $(tf-compats))
8 LIB2ADD := $(filter-out $(tf-functions), $(LIB2ADD))
9 LIB2ADD += $(addprefix $(srcdir)/config/i386/64/, $(tf-compats))
12 libgcc2-tf-functions = _divtc3 _multc3 _powitf2
13 LIB2FUNCS_EXCLUDE += $(libgcc2-tf-functions)
14 libgcc2-tf-compats = $(addsuffix .c, $(libgcc2-tf-functions))
15 LIB2ADD += $(addprefix $(srcdir)/config/i386/64/, $(libgcc2-tf-compats))
/dragonfly/contrib/bmake/mk/
H A Dmeta2deps.sh220 tf=/tmp/m2d$$-$USER
221 rm -f $tf.*
224 > $tf.dirdep
225 > $tf.qual
226 > $tf.srcdep
227 > $tf.srcrel
228 > $tf.dpdeps
372 echo $dir >> $tf.srcdep
399 done > $tf.dirdep
413 for f in $tf.dirdep $tf.qual $tf.srcdep
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_surface.c179 void dc_transfer_func_retain(struct dc_transfer_func *tf) in dc_transfer_func_retain() argument
181 kref_get(&tf->refcount); in dc_transfer_func_retain()
186 struct dc_transfer_func *tf = container_of(kref, struct dc_transfer_func, refcount); in dc_transfer_func_free() local
187 kvfree(tf); in dc_transfer_func_free()
190 void dc_transfer_func_release(struct dc_transfer_func *tf) in dc_transfer_func_release() argument
192 kref_put(&tf->refcount, dc_transfer_func_free); in dc_transfer_func_release()
197 struct dc_transfer_func *tf = kzalloc(sizeof(*tf), GFP_KERNEL); in dc_create_transfer_func() local
199 if (tf == NULL) in dc_create_transfer_func()
202 kref_init(&tf->refcount); in dc_create_transfer_func()
204 return tf; in dc_create_transfer_func()
/dragonfly/contrib/file/src/
H A Dis_csv.c94 size_t nf = 0, tf = 0, nl = 0; in csv_parse() local
106 DPRINTF("%zu %zu %zu\n", nl, nf, tf); in csv_parse()
110 return tf != 0 && tf == nf; in csv_parse()
112 if (tf == 0) { in csv_parse()
117 tf = nf; in csv_parse()
118 } else if (tf != nf) { in csv_parse()
128 return tf && nl > 2; in csv_parse()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c245 sf.sf_uc.uc_mcontext.mc_gs = tf->tf_vm86_gs; in sendsig()
246 sf.sf_uc.uc_mcontext.mc_fs = tf->tf_vm86_fs; in sendsig()
397 tf->tf_eflags = eflags; in sys_sigreturn()
398 tf->tf_vm86_ds = tf->tf_ds; in sys_sigreturn()
399 tf->tf_vm86_es = tf->tf_es; in sys_sigreturn()
400 tf->tf_vm86_fs = tf->tf_fs; in sys_sigreturn()
401 tf->tf_vm86_gs = tf->tf_gs; in sys_sigreturn()
402 tf->tf_ds = _udatasel; in sys_sigreturn()
403 tf->tf_es = _udatasel; in sys_sigreturn()
405 tf->tf_fs = _udatasel; in sys_sigreturn()
[all …]
H A Ddb_trace.c221 struct trapframe *tf; in db_nextframe() local
271 rsp = (ISPL(tf->tf_cs) == SEL_UPL) ? tf->tf_rsp : (long)&tf->tf_rsp; in db_nextframe()
273 rsp = (long)&tf->tf_rsp; in db_nextframe()
278 rip = tf->tf_rip; in db_nextframe()
279 rbp = tf->tf_rbp; in db_nextframe()
282 tf->tf_trapno, rip, rsp, rbp); in db_nextframe()
287 rip = tf->tf_rip; in db_nextframe()
288 rbp = tf->tf_rbp; in db_nextframe()
291 tf->tf_rax, rip, rsp, rbp); in db_nextframe()
297 rip = tf->tf_rip; in db_nextframe()
[all …]
H A Dtrap.c1377 tf->tf_xflags &= ~PGEX_FPFAULT; in go_user()
1381 npxdna(tf); in go_user()
1390 tf->tf_xflags &= ~PGEX_FPFAULT; in go_user()
1392 tf->tf_xflags |= PGEX_FPFAULT; in go_user()
1428 r, tf->tf_trapno, tf->tf_addr, tf->tf_rip, tf->tf_rsp, in go_user()
1429 tf->tf_xflags, frame->if_xflags); in go_user()
1435 if (tf->tf_trapno) { in go_user()
1436 user_trap(tf); in go_user()
1440 tf->tf_trapno = T_ASTFLT; in go_user()
1441 user_trap(tf); in go_user()
[all …]
/dragonfly/usr.bin/evtranalyze/
H A Dsvg.c96 if (!tf) { in svg_transform_print()
102 if ((fabs(tf->tx) > eps) && (fabs(tf->ty) > eps)) { in svg_transform_print()
103 c = snprintf(buf, len, "translate(%.20lf,%.20lf)", tf->tx, in svg_transform_print()
104 tf->ty); in svg_transform_print()
110 if ((fabs(tf->sx - 1) > eps) && (fabs(tf->sy - 1) > eps)) { in svg_transform_print()
112 (p == buf) ? "" : " ", tf->sx, tf->sy); in svg_transform_print()
118 if (fabs(tf->rot) > eps) { in svg_transform_print()
120 (p == buf) ? "" : " ", tf->rot); in svg_transform_print()
229 if (svg_transform_print(tf, &text->transform_val[0], in svg_text_draw()
276 double x2, double y2, svg_transform_t tf) in svg_line_draw() argument
[all …]
/dragonfly/lib/libc/gen/
H A Dgetttyent.c43 static FILE *tf; variable
79 if (!tf && !setttyent()) in getttyent()
82 if (!fgets(p = line, lbsize, tf)) { in getttyent()
97 while (!index(p, '\n') && !feof(tf)) { in getttyent()
105 if (!fgets(&line[i], lbsize - i, tf)) in getttyent()
251 if (tf) { in setttyent()
252 rewind(tf); in setttyent()
254 } else if ( (tf = fopen(_PATH_TTYS, "r")) ) in setttyent()
269 if (tf) { in endttyent()
270 rval = (fclose(tf) != EOF); in endttyent()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dtypeprint.c93 const struct typedef_field *tf = p; in hash_typedef_field() local
94 struct type *t = check_typedef (tf->type); in hash_typedef_field()
151 struct typedef_field *tf; in add_template_parameters() local
162 slot = htab_find_slot (table->table, tf, INSERT); in add_template_parameters()
164 *slot = tf; in add_template_parameters()
276 struct typedef_field tf, *new_tf; in find_global_typedef() local
281 tf.name = NULL; in find_global_typedef()
282 tf.type = t; in find_global_typedef()
321 struct typedef_field tf, *found; in find_typedef_in_hash() local
323 tf.name = NULL; in find_typedef_in_hash()
[all …]
/dragonfly/sys/platform/pc64/x86_64/
H A Ddb_trace.c221 struct trapframe *tf; in db_nextframe() local
271 rsp = (ISPL(tf->tf_cs) == SEL_UPL) ? tf->tf_rsp : (long)&tf->tf_rsp; in db_nextframe()
273 rsp = (long)&tf->tf_rsp; in db_nextframe()
278 rip = tf->tf_rip; in db_nextframe()
279 rbp = tf->tf_rbp; in db_nextframe()
282 tf->tf_trapno, rip, rsp, rbp); in db_nextframe()
287 rip = tf->tf_rip; in db_nextframe()
288 rbp = tf->tf_rbp; in db_nextframe()
291 tf->tf_rax, rip, rsp, rbp); in db_nextframe()
297 rip = tf->tf_rip; in db_nextframe()
[all …]
H A Dmp_flame.c96 hard_sniff(struct trapframe *tf) in hard_sniff() argument
111 gd->gd_sample_pc = (void *)(intptr_t)tf->tf_rip; in hard_sniff()
112 gd->gd_sample_sp = (void *)(intptr_t)tf->tf_rsp; in hard_sniff()
131 rip = (char *)(intptr_t)tf->tf_rip; in hard_sniff()
133 rbp = (char *)(intptr_t)tf->tf_rbp; in hard_sniff()
H A Dmachdep.c841 sf.sf_uc.uc_mcontext.mc_gs = tf->tf_vm86_gs; in sendsig()
842 sf.sf_uc.uc_mcontext.mc_fs = tf->tf_vm86_fs; in sendsig()
997 tf->tf_eflags = eflags; in sys_sigreturn()
998 tf->tf_vm86_ds = tf->tf_ds; in sys_sigreturn()
999 tf->tf_vm86_es = tf->tf_es; in sys_sigreturn()
1000 tf->tf_vm86_fs = tf->tf_fs; in sys_sigreturn()
1001 tf->tf_vm86_gs = tf->tf_gs; in sys_sigreturn()
1002 tf->tf_ds = _udatasel; in sys_sigreturn()
1003 tf->tf_es = _udatasel; in sys_sigreturn()
1004 tf->tf_fs = _udatasel; in sys_sigreturn()
[all …]
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Darchiver.c270 struct format_instance *tf; in backup_read_vg() local
276 !(tf = cmd->fmt_backup->ops->create_instance(cmd->fmt_backup, NULL, in backup_read_vg()
282 dm_list_iterate_items(mda, &tf->metadata_areas) { in backup_read_vg()
283 if (!(vg = mda->ops->vg_read(tf, vg_name, mda))) in backup_read_vg()
288 tf->fmt->ops->destroy_instance(tf); in backup_read_vg()
379 struct format_instance *tf; in backup_to_file() local
389 !(tf = cmd->fmt_backup->ops->create_instance(cmd->fmt_backup, NULL, in backup_to_file()
396 dm_list_iterate_items(mda, &tf->metadata_areas) { in backup_to_file()
397 if (!(r = mda->ops->vg_write(tf, vg, mda))) { in backup_to_file()
402 !(r = mda->ops->vg_commit(tf, vg, mda))) { in backup_to_file()
[all …]
H A Darchive.c301 struct format_instance *tf; in _display_archive() local
310 !(tf = cmd->fmt_backup->ops->create_instance(cmd->fmt_backup, NULL, in _display_archive()
321 if (!(vg = text_vg_import_file(tf, af->path, &when, &desc))) { in _display_archive()
323 tf->fmt->ops->destroy_instance(tf); in _display_archive()
332 tf->fmt->ops->destroy_instance(tf); in _display_archive()
/dragonfly/usr.sbin/rtadvd/
H A Dadvcap.c114 int tf; in getent() local
117 tf = 0; in getent()
126 tf = open(cfile, O_RDONLY); in getent()
128 if (tf < 0) { in getent()
137 cnt = read(tf, ibuf, BUFSIZ); in getent()
139 close(tf); in getent()
165 close(tf); in getent()
/dragonfly/usr.sbin/cdcontrol/
H A Dcdcontrol.c595 &tm, &ts, &tf); in play()
600 && (f1 > tf))))) { in play()
605 f1 += tf; in play()
643 &tm, &ts, &tf); in play()
646 f2 = tf; in play()
661 &tm, &ts, &tf); in play()
662 f2 += tf; in play()
683 &tm, &ts, &tf); in play()
689 && (f2 > tf)))))) { in play()
712 &tm, &ts, &tf); in play()
[all …]
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c351 int tf = extended_captype(from, n); in invalid_merge() local
354 && tf <= STRING in invalid_merge()
355 && (tt == STRING) != (tf == STRING)) { in invalid_merge()
362 name_of_captype(tf), in invalid_merge()
368 name_of_captype(tf), in invalid_merge()
373 name_of_captype(tf), in invalid_merge()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c135 stream->out_transfer_func->tf = TRANSFER_FUNCTION_SRGB; in amdgpu_dm_set_regamma_lut()
253 dc_plane_state->in_transfer_func->tf = TRANSFER_FUNCTION_SRGB; in amdgpu_dm_set_degamma_lut()
260 dc_plane_state->in_transfer_func->tf = TRANSFER_FUNCTION_LINEAR; in amdgpu_dm_set_degamma_lut()
/dragonfly/gnu/lib/gcc47/libgcc/
H A DMakefile.src24 lib2funcs+= float${f}tf
25 lib2funcs+= floatun${f}tf
/dragonfly/usr.bin/calendar/calendars/hu_HU.UTF-8/
H A Dcalendar.unnepek20 Easter+1 Húsvét hétfő
23 Easter+50 Pünkösd hétfő
/dragonfly/gnu/lib/gcc80/libgcc/
H A DMakefile.src25 nowsoft+= float${f}tf
26 nowsoft+= floatun${f}tf
/dragonfly/sys/dev/drm/amd/display/modules/color/
H A Dcolor_gamma.c1368 enum dc_transfer_func_predefined tf = TRANSFER_FUNCTION_SRGB; in mod_color_calculate_regamma_params() local
1376 output_tf->tf == TRANSFER_FUNCTION_SRGB && in mod_color_calculate_regamma_params()
1405 tf = output_tf->tf; in mod_color_calculate_regamma_params()
1417 if (tf == TRANSFER_FUNCTION_PQ) { in mod_color_calculate_regamma_params()
1435 coordinates_x, tf == TRANSFER_FUNCTION_SRGB ? true:false); in mod_color_calculate_regamma_params()
1579 enum dc_transfer_func_predefined tf = TRANSFER_FUNCTION_SRGB; in mod_color_calculate_degamma_params() local
1587 input_tf->tf == TRANSFER_FUNCTION_SRGB && in mod_color_calculate_degamma_params()
1615 tf = input_tf->tf; in mod_color_calculate_degamma_params()
1627 if (tf == TRANSFER_FUNCTION_PQ) in mod_color_calculate_degamma_params()
1635 tf == TRANSFER_FUNCTION_SRGB ? true:false); in mod_color_calculate_degamma_params()

123