Home
last modified time | relevance | path

Searched refs:nfunc (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/lib/libedit/
H A Dmap.c935 el->el_map.nfunc = EL_NUM_FCNS; in map_init()
1142 ep = &el->el_map.help[el->el_map.nfunc]; in map_print_key()
1177 ep = &el->el_map.help[el->el_map.nfunc]; in map_print_some_keys()
1303 ep = &el->el_map.help[el->el_map.nfunc]; in map_bind()
1407 size_t nf = el->el_map.nfunc + 1; in map_addfunc()
1421 nf = (size_t)el->el_map.nfunc; in map_addfunc()
1427 el->el_map.nfunc++; in map_addfunc()
H A Dmap.h61 size_t nfunc; /* The number of functions/help items */ member
H A Dparse.c285 for (i = 0; i < el->el_map.nfunc; i++) in parse_cmd()
H A Dread.c524 if ((size_t)cmdnum >= el->el_map.nfunc) /* BUG CHECK command */ in el_wgets()
/netbsd/sys/dev/pci/
H A Dpci_resource.c545 uint8_t nfunc; in pci_resource_scan_bus() local
568 nfunc = pci_resource_device_functions(pr, busno, devno); in pci_resource_scan_bus()
569 for (funcno = 1; funcno < nfunc; funcno++) { in pci_resource_scan_bus()
728 uint8_t nfunc; in pci_resource_init_bus() local
783 nfunc = pci_resource_device_functions(pr, busno, devno); in pci_resource_init_bus()
784 for (funcno = 0; funcno < nfunc; funcno++) { in pci_resource_init_bus()
/netbsd/sys/arch/arm/broadcom/
H A Dbcm2835_gpio.c206 const int nfunc = func_len / 4; in bcm283x_pinctrl_set_config() local
213 if (nfunc > 1 && nfunc != npins) { in bcm283x_pinctrl_set_config()
231 const int value = be32toh(func[nfunc == 1 ? 0 : i]); in bcm283x_pinctrl_set_config()
/netbsd/external/bsd/ntp/dist/libntp/
H A Dntp_calendar.c106 systime_func_ptr nfunc in ntpcal_set_timefunc() argument
112 if (NULL == nfunc) in ntpcal_set_timefunc()
113 nfunc = &time; in ntpcal_set_timefunc()
114 systime_func = nfunc; in ntpcal_set_timefunc()
/netbsd/external/gpl3/gdb/dist/binutils/
H A Ddlltool.c798 static int nfunc (const void *, const void *);
3462 nfunc (const void *a, const void *b) in nfunc() function
3508 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), nfunc); in process_duplicates()
3655 qsort (d_exports_lexically, i, sizeof (export_type *), nfunc); in mangle_defs()
H A DChangeLog-2005434 * dlltool.c (alphafunc): Remove and replace usage with nfunc.
435 (nfunc): Fix sorting of fastcall symbols when --kill-at is used.
H A DChangeLog-2009222 (nfunc): Take its_name in account on sort.
/netbsd/external/gpl3/binutils/dist/binutils/
H A Ddlltool.c801 static int nfunc (const void *, const void *);
3468 nfunc (const void *a, const void *b) in nfunc() function
3514 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), nfunc); in process_duplicates()
3661 qsort (d_exports_lexically, i, sizeof (export_type *), nfunc); in mangle_defs()
H A DChangeLog-2005434 * dlltool.c (alphafunc): Remove and replace usage with nfunc.
435 (nfunc): Fix sorting of fastcall symbols when --kill-at is used.
H A DChangeLog-2009222 (nfunc): Take its_name in account on sort.
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Ddlltool.c833 static int nfunc (const void *, const void *);
3744 nfunc (const void *a, const void *b) in nfunc() function
3790 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), nfunc); in process_duplicates()
3937 qsort (d_exports_lexically, i, sizeof (export_type *), nfunc); in mangle_defs()
H A DChangeLog-2005434 * dlltool.c (alphafunc): Remove and replace usage with nfunc.
435 (nfunc): Fix sorting of fastcall symbols when --kill-at is used.
H A DChangeLog-2009222 (nfunc): Take its_name in account on sort.
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Ddlltool.c798 static int nfunc (const void *, const void *);
3462 nfunc (const void *a, const void *b) in nfunc() function
3508 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), nfunc); in process_duplicates()
3655 qsort (d_exports_lexically, i, sizeof (export_type *), nfunc); in mangle_defs()
H A DChangeLog-2005434 * dlltool.c (alphafunc): Remove and replace usage with nfunc.
435 (nfunc): Fix sorting of fastcall symbols when --kill-at is used.
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.c45 static int nfunc, nsub, nargs, nconv, ncharconv; variable
338 nfunc++; in add_sym()
1038 int n = nfunc; in gfc_intrinsic_function_by_id()
1060 sym = find_sym (functions, nfunc, name); in gfc_find_function()
1229 nfunc++; in make_alias()
4153 nargs = nfunc = nsub = nconv = 0; in gfc_intrinsic_init_1()
4166 sizeof (gfc_intrinsic_sym) * (nfunc + nsub) in gfc_intrinsic_init_1()
4170 subroutines = functions + nfunc; in gfc_intrinsic_init_1()
H A Dintrinsic.cc45 static int nfunc, nsub, nargs, nconv, ncharconv; variable
397 nfunc++; in add_sym()
1064 int n = nfunc; in gfc_intrinsic_function_by_id()
1086 sym = find_sym (functions, nfunc, name); in gfc_find_function()
1255 nfunc++; in make_alias()
4179 nargs = nfunc = nsub = nconv = 0; in gfc_intrinsic_init_1()
4192 sizeof (gfc_intrinsic_sym) * (nfunc + nsub) in gfc_intrinsic_init_1()
4196 subroutines = functions + nfunc; in gfc_intrinsic_init_1()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.c45 static int nfunc, nsub, nargs, nconv, ncharconv; variable
338 nfunc++; in add_sym()
1038 int n = nfunc; in gfc_intrinsic_function_by_id()
1060 sym = find_sym (functions, nfunc, name); in gfc_find_function()
1229 nfunc++; in make_alias()
4153 nargs = nfunc = nsub = nconv = 0; in gfc_intrinsic_init_1()
4166 sizeof (gfc_intrinsic_sym) * (nfunc + nsub) in gfc_intrinsic_init_1()
4170 subroutines = functions + nfunc; in gfc_intrinsic_init_1()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.c4643 tree nfunc = gimple_call_arg (t, 1); in find_func_aliases_for_builtin_call() local
4650 gcc_assert (TREE_CODE (nfunc) == ADDR_EXPR); in find_func_aliases_for_builtin_call()
4651 nfi = lookup_vi_for_tree (TREE_OPERAND (nfunc, 0)); in find_func_aliases_for_builtin_call()
4664 get_constraint_for (nfunc, &rhsc); in find_func_aliases_for_builtin_call()
H A Dtree-ssa-structalias.cc4781 tree nfunc = gimple_call_arg (t, 1); in find_func_aliases_for_builtin_call() local
4788 gcc_assert (TREE_CODE (nfunc) == ADDR_EXPR); in find_func_aliases_for_builtin_call()
4789 nfi = lookup_vi_for_tree (TREE_OPERAND (nfunc, 0)); in find_func_aliases_for_builtin_call()
4802 get_constraint_for (nfunc, &rhsc); in find_func_aliases_for_builtin_call()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c4643 tree nfunc = gimple_call_arg (t, 1); in find_func_aliases_for_builtin_call() local
4650 gcc_assert (TREE_CODE (nfunc) == ADDR_EXPR); in find_func_aliases_for_builtin_call()
4651 nfi = lookup_vi_for_tree (TREE_OPERAND (nfunc, 0)); in find_func_aliases_for_builtin_call()
4664 get_constraint_for (nfunc, &rhsc); in find_func_aliases_for_builtin_call()
/netbsd/share/man/tools/
H A Dnewsp.errs2270 nfunc

12