Home
last modified time | relevance | path

Searched refs:fcn (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/sys/ddb/
H A Ddb_variables.c88 .fcn = db_rw_internal_variable,
94 .fcn = db_rw_internal_variable,
100 .fcn = db_rw_internal_variable,
106 .fcn = db_rw_internal_variable,
112 .fcn = db_rw_internal_variable,
118 .fcn = db_rw_internal_variable,
124 .fcn = db_rw_internal_variable,
130 .fcn = db_rw_internal_variable,
136 .fcn = db_rw_internal_variable,
142 .fcn = db_rw_internal_variable,
[all …]
H A Ddb_variables.h42 int (*fcn)(const struct db_variable *, db_expr_t *, int); member
H A Ddb_command.h116 void (*fcn)(db_expr_t, bool, db_expr_t, const char *); member
H A Ddb_command.c969 if (command->fcn != NULL) in db_command()
970 (*command->fcn)(addr, have_addr, count, modif); in db_command()
/netbsd-src/usr.bin/cut/
H A Dcut.c78 void (*fcn)(FILE *, const char *); in main() local
81 fcn = NULL; in main()
91 fcn = b_cut; in main()
96 fcn = c_cut; in main()
106 fcn = f_cut; in main()
133 fcn(stdin, "stdin"); in main()
136 fcn(fp, *argv); in main()
145 fcn(stdin, "stdin"); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dfrontend-passes.cc383 gfc_expr *fcn, *e = c->expr; in copy_walk_reduction_arg() local
385 fcn = gfc_copy_expr (e); in copy_walk_reduction_arg()
398 new_c = gfc_constructor_append_expr (&newbase, fcn, &(e->where)); in copy_walk_reduction_arg()
403 fcn = new_expr; in copy_walk_reduction_arg()
406 if (fcn->rank != 0) in copy_walk_reduction_arg()
411 fcn = gfc_build_intrinsic_call (current_ns, id, in copy_walk_reduction_arg()
413 fn->where, 3, fcn, NULL, NULL); in copy_walk_reduction_arg()
415 fcn = gfc_build_intrinsic_call (current_ns, id, in copy_walk_reduction_arg()
417 fn->where, 2, fcn, NULL); in copy_walk_reduction_arg()
421 fcn->symtree->n.sym->attr.access = ACCESS_PRIVATE; in copy_walk_reduction_arg()
[all …]
H A Dtrans-expr.cc1419 tree fcn; in gfc_copy_class_to_class() local
1439 fcn = gfc_class_vtab_copy_get (from); in gfc_copy_class_to_class()
1441 fcn = gfc_class_vtab_copy_get (to); in gfc_copy_class_to_class()
1443 fcn_type = TREE_TYPE (TREE_TYPE (fcn)); in gfc_copy_class_to_class()
1549 tmp = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1570 tmp = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1606 stdcopy = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1613 extcopy = build_call_vec (fcn_type, unshare_expr (fcn), args); in gfc_copy_class_to_class()
1775 tree fcn; in trans_scalar_class_assign() local
1833 fcn = gfc_vptr_copy_get (gfc_class_vptr_get (rse_expr)); in trans_scalar_class_assign()
[all …]
H A Dmatch.cc5933 bool fcn; in gfc_match_st_function() local
5939 fcn = false; in gfc_match_st_function()
5948 fcn = true; in gfc_match_st_function()
5981 if (fcn && ptr != sym->formal) in gfc_match_st_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dfrontend-passes.c383 gfc_expr *fcn, *e = c->expr; in copy_walk_reduction_arg() local
385 fcn = gfc_copy_expr (e); in copy_walk_reduction_arg()
398 new_c = gfc_constructor_append_expr (&newbase, fcn, &(e->where)); in copy_walk_reduction_arg()
403 fcn = new_expr; in copy_walk_reduction_arg()
406 if (fcn->rank != 0) in copy_walk_reduction_arg()
411 fcn = gfc_build_intrinsic_call (current_ns, id, in copy_walk_reduction_arg()
413 fn->where, 3, fcn, NULL, NULL); in copy_walk_reduction_arg()
415 fcn = gfc_build_intrinsic_call (current_ns, id, in copy_walk_reduction_arg()
417 fn->where, 2, fcn, NULL); in copy_walk_reduction_arg()
421 fcn->symtree->n.sym->attr.access = ACCESS_PRIVATE; in copy_walk_reduction_arg()
[all …]
H A Dtrans-expr.c1325 tree fcn; in gfc_copy_class_to_class() local
1345 fcn = gfc_class_vtab_copy_get (from); in gfc_copy_class_to_class()
1347 fcn = gfc_class_vtab_copy_get (to); in gfc_copy_class_to_class()
1349 fcn_type = TREE_TYPE (TREE_TYPE (fcn)); in gfc_copy_class_to_class()
1455 tmp = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1476 tmp = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1512 stdcopy = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1519 extcopy = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1681 tree fcn; in trans_scalar_class_assign() local
1739 fcn = gfc_vptr_copy_get (gfc_class_vptr_get (rse_expr)); in trans_scalar_class_assign()
[all …]
H A Dmatch.c5864 bool fcn; in gfc_match_st_function() local
5870 fcn = false; in gfc_match_st_function()
5879 fcn = true; in gfc_match_st_function()
5912 if (fcn && ptr != sym->formal) in gfc_match_st_function()
/netbsd-src/sys/arch/landisk/stand/boot/
H A Dmonitor.c52 void (*fcn)(int, char **); member
96 (db_cmd[tmp].fcn)(argc, argv); in db_monitor()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexplow.cc1062 rtx_insn *(*fcn) (rtx, rtx) = gen_move_insn; in emit_stack_save() local
1070 fcn = targetm.gen_save_stack_block; in emit_stack_save()
1074 fcn = targetm.gen_save_stack_function; in emit_stack_save()
1078 fcn = targetm.gen_save_stack_nonlocal; in emit_stack_save()
1101 emit_insn (fcn (sa, stack_pointer_rtx)); in emit_stack_save()
1111 rtx_insn *(*fcn) (rtx, rtx) = gen_move_insn; in emit_stack_restore() local
1132 fcn = targetm.gen_restore_stack_block; in emit_stack_restore()
1136 fcn = targetm.gen_restore_stack_function; in emit_stack_restore()
1140 fcn = targetm.gen_restore_stack_nonlocal; in emit_stack_restore()
1158 emit_insn (fcn (stack_pointer_rtx, sa)); in emit_stack_restore()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexplow.c1038 rtx_insn *(*fcn) (rtx, rtx) = gen_move_insn; in emit_stack_save() local
1046 fcn = targetm.gen_save_stack_block; in emit_stack_save()
1050 fcn = targetm.gen_save_stack_function; in emit_stack_save()
1054 fcn = targetm.gen_save_stack_nonlocal; in emit_stack_save()
1077 emit_insn (fcn (sa, stack_pointer_rtx)); in emit_stack_save()
1087 rtx_insn *(*fcn) (rtx, rtx) = gen_move_insn; in emit_stack_restore() local
1108 fcn = targetm.gen_restore_stack_block; in emit_stack_restore()
1112 fcn = targetm.gen_restore_stack_function; in emit_stack_restore()
1116 fcn = targetm.gen_restore_stack_nonlocal; in emit_stack_restore()
1134 emit_insn (fcn (stack_pointer_rtx, sa)); in emit_stack_restore()
/netbsd-src/sys/arch/prep/stand/boot/
H A Dmonitor.c57 void (*fcn)(int, char **); member
103 (db_cmd[tmp].fcn)(argc, argv); in db_monitor()
/netbsd-src/sys/arch/rs6000/stand/boot/
H A Dmonitor.c57 void (*fcn)(int, char **); member
103 (db_cmd[tmp].fcn)(argc, argv); in db_monitor()
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dmonitor.c51 void (*fcn)(int, char **); member
97 (db_cmd[tmp].fcn)(argc, argv); in db_monitor()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-sparc.c1843 int fcn = 0; in sparc_ip() local
1848 if (! parse_keyword_arg (sparc_encode_prefetch, &s, &fcn)) in sparc_ip()
1856 if (! parse_const_expr_arg (&s, &fcn)) in sparc_ip()
1861 if (fcn < 0 || fcn > 31) in sparc_ip()
1867 opcode |= RD (fcn); in sparc_ip()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-sparc.c1847 int fcn = 0; in sparc_ip() local
1852 if (! parse_keyword_arg (sparc_encode_prefetch, &s, &fcn)) in sparc_ip()
1860 if (! parse_const_expr_arg (&s, &fcn)) in sparc_ip()
1865 if (fcn < 0 || fcn > 31) in sparc_ip()
1871 opcode |= RD (fcn); in sparc_ip()
/netbsd-src/sys/arch/alpha/alpha/
H A Ddb_interface.c111 .fcn = db_alpha_regop, \
/netbsd-src/sys/arch/x86/pci/
H A Dpci_machdep.c199 #define _qe(bus, dev, fcn, vend, prod) \ argument
200 {_tag(bus, dev, fcn), PCI_ID_CODE(vend, prod)}
/netbsd-src/sys/arch/i386/pnpbios/
H A Dpnpbios.c1338 int idx, int level, int (*fcn)(void *), void *arg) in pnpbios_intr_establish()
1353 return (isa_intr_establish(0, irqnum, type, level, fcn, arg)); in pnpbios_intr_establish()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dsparc-opc.c2415 #define on(op,fcn,hwcaps2) \ argument
2416 …{ "on" op, F3F(2, 0x36, 0x15)|ONFCN((fcn)), F3F(~2, ~0x36, ~0x15)|ONFCN(~(fcn)), ";,:,^", 0, 0, (h…
2425 #define rev(what,width,fcn) \ argument
2426 …{ "rev" what width, F3F(2, 0x36, 0x1e)|REVFCN((fcn)), F3F(~2, ~0x36, ~0x1e)|REVFCN(~(fcn)), "1,d",…
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dsparc-opc.c2415 #define on(op,fcn,hwcaps2) \ argument
2416 …{ "on" op, F3F(2, 0x36, 0x15)|ONFCN((fcn)), F3F(~2, ~0x36, ~0x15)|ONFCN(~(fcn)), ";,:,^", 0, 0, (h…
2425 #define rev(what,width,fcn) \ argument
2426 …{ "rev" what width, F3F(2, 0x36, 0x1e)|REVFCN((fcn)), F3F(~2, ~0x36, ~0x1e)|REVFCN(~(fcn)), "1,d",…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c12857 rtx (*fcn) (rtx, rtx, rtx, rtx) = NULL; in ix86_expand_builtin() local
12872 fcn = gen_avx5124fmaddps_4fmaddps; in ix86_expand_builtin()
12880 fcn = gen_avx5124vnniw_vp4dpwssd; in ix86_expand_builtin()
12888 fcn = gen_avx5124vnniw_vp4dpwssds; in ix86_expand_builtin()
12893 fcn = gen_avx5124fmaddps_4fnmaddps; in ix86_expand_builtin()
12951 emit_insn (fcn (target, accum, wide_reg, mem)); in ix86_expand_builtin()
12988 fcn = gen_avx5124fmaddps_4fnmaddss; in ix86_expand_builtin()
12993 fcn = gen_avx5124fmaddps_4fmaddss; in ix86_expand_builtin()
13043 emit_insn (fcn (target, accum, wide_reg, mem)); in ix86_expand_builtin()

12