Home
last modified time | relevance | path

Searched refs:nfp (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/netbsd/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c954 ctf_dict_t ofp, *nfp; in ctf_serialize() local
1114 nfp->ctf_parent = fp->ctf_parent; in ctf_serialize()
1116 nfp->ctf_refcnt = fp->ctf_refcnt; in ctf_serialize()
1118 if (nfp->ctf_dynbase == NULL) in ctf_serialize()
1120 nfp->ctf_dthash = fp->ctf_dthash; in ctf_serialize()
1121 nfp->ctf_dtdefs = fp->ctf_dtdefs; in ctf_serialize()
1122 nfp->ctf_dvhash = fp->ctf_dvhash; in ctf_serialize()
1169 nfp->ctf_enums = fp->ctf_enums; in ctf_serialize()
1170 nfp->ctf_names = fp->ctf_names; in ctf_serialize()
1173 ctf_str_free_atoms (nfp); in ctf_serialize()
[all …]
/netbsd/external/gpl3/gdb/dist/libctf/
H A Dctf-create.c272 ctf_file_t ofp, *nfp; in ctf_serialize() local
524 nfp->ctf_parent = fp->ctf_parent; in ctf_serialize()
526 nfp->ctf_refcnt = fp->ctf_refcnt; in ctf_serialize()
528 if (nfp->ctf_dynbase == NULL) in ctf_serialize()
530 nfp->ctf_dthash = fp->ctf_dthash; in ctf_serialize()
531 nfp->ctf_dtdefs = fp->ctf_dtdefs; in ctf_serialize()
532 nfp->ctf_dvhash = fp->ctf_dvhash; in ctf_serialize()
562 nfp->ctf_enums = fp->ctf_enums; in ctf_serialize()
563 nfp->ctf_names = fp->ctf_names; in ctf_serialize()
566 ctf_str_free_atoms (nfp); in ctf_serialize()
[all …]
/netbsd/external/gpl3/gdb.old/dist/libctf/
H A Dctf-create.c272 ctf_file_t ofp, *nfp; in ctf_serialize() local
524 nfp->ctf_parent = fp->ctf_parent; in ctf_serialize()
526 nfp->ctf_refcnt = fp->ctf_refcnt; in ctf_serialize()
528 if (nfp->ctf_dynbase == NULL) in ctf_serialize()
530 nfp->ctf_dthash = fp->ctf_dthash; in ctf_serialize()
531 nfp->ctf_dtdefs = fp->ctf_dtdefs; in ctf_serialize()
532 nfp->ctf_dvhash = fp->ctf_dvhash; in ctf_serialize()
562 nfp->ctf_enums = fp->ctf_enums; in ctf_serialize()
563 nfp->ctf_names = fp->ctf_names; in ctf_serialize()
566 ctf_str_free_atoms (nfp); in ctf_serialize()
[all …]
/netbsd/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c266 ctf_file_t ofp, *nfp; in ctf_serialize() local
519 nfp->ctf_refcnt = fp->ctf_refcnt; in ctf_serialize()
521 if (nfp->ctf_dynbase == NULL) in ctf_serialize()
523 nfp->ctf_dthash = fp->ctf_dthash; in ctf_serialize()
524 nfp->ctf_dtdefs = fp->ctf_dtdefs; in ctf_serialize()
525 nfp->ctf_dvhash = fp->ctf_dvhash; in ctf_serialize()
526 nfp->ctf_dvdefs = fp->ctf_dvdefs; in ctf_serialize()
547 nfp->ctf_enums = fp->ctf_enums; in ctf_serialize()
548 nfp->ctf_names = fp->ctf_names; in ctf_serialize()
551 ctf_str_free_atoms (nfp); in ctf_serialize()
[all …]
/netbsd/usr.bin/config/
H A Dmkheaders.c475 FILE *tfp, *nfp; in moveifchanged() local
480 if ((nfp = fopen(nfname, "r")) == NULL) in moveifchanged()
484 if (fgets(nbuf, sizeof(nbuf), nfp) == NULL) { in moveifchanged()
498 if (fgets(nbuf, sizeof(nbuf), nfp) != NULL) { in moveifchanged()
505 (void) fclose(nfp); in moveifchanged()
515 if (nfp) in moveifchanged()
516 (void) fclose(nfp); in moveifchanged()
/netbsd/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c245 ctf_file_t ofp, *nfp; in ctf_update() local
439 (void) ctf_import(nfp, fp->ctf_parent); in ctf_update()
441 nfp->ctf_refcnt = fp->ctf_refcnt; in ctf_update()
444 nfp->ctf_dthash = fp->ctf_dthash; in ctf_update()
446 nfp->ctf_dtdefs = fp->ctf_dtdefs; in ctf_update()
447 nfp->ctf_dtstrlen = fp->ctf_dtstrlen; in ctf_update()
448 nfp->ctf_dtnextid = fp->ctf_dtnextid; in ctf_update()
450 nfp->ctf_specific = fp->ctf_specific; in ctf_update()
457 bcopy(nfp, fp, sizeof (ctf_file_t)); in ctf_update()
458 bcopy(&ofp, nfp, sizeof (ctf_file_t)); in ctf_update()
[all …]
/netbsd/tests/lib/libc/regex/
H A Dsplit.c224 print(int nf, int nfp, char *fields) in print() argument
229 bound = (nf > nfp) ? nfp : nf; in print()
/netbsd/external/gpl3/gdb/dist/sim/erc32/
H A Dsis.c47 extern int nfp;
176 nfp = 1;
212 if (nfp)
H A Dinterf.c41 extern int nfp;
181 nfp = 1;
235 if (nfp)
/netbsd/external/gpl3/gdb.old/dist/sim/erc32/
H A Dsis.c47 extern int nfp;
176 nfp = 1;
212 if (nfp)
H A Dinterf.c41 extern int nfp;
181 nfp = 1;
235 if (nfp)
/netbsd/sys/kern/
H A Duipc_syscalls.c1653 file_t *nfp = NULL; in do_sys_peeloff() local
1671 error = fd_allocfile(&nfp, &fd); in do_sys_peeloff()
1691 mutex_enter(&nfp->f_lock); in do_sys_peeloff()
1692 nfp->f_count++; in do_sys_peeloff()
1693 mutex_exit(&nfp->f_lock); in do_sys_peeloff()
1694 fd_abort(curlwp->l_proc, nfp, fd); in do_sys_peeloff()
1701 nfp->f_socket = so; in do_sys_peeloff()
1702 nfp->f_flag = FREAD|FWRITE; in do_sys_peeloff()
1703 nfp->f_ops = &socketops; in do_sys_peeloff()
1704 nfp->f_type = DTYPE_SOCKET; in do_sys_peeloff()
[all …]
/netbsd/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dlocal2.c40 static int regm, regf, fpsub, nfp; variable
55 regm = regf = nfp = 0; in prologue()
64 nfp += 12; in prologue()
70 printf(" movem.l #%d,%d(%%fp)\n", regm, -fpsub + nfp); in prologue()
82 printf(" movem.l %d(%%fp),#%d\n", -fpsub + nfp, regm); in eoftn()
/netbsd/external/gpl3/gdb/dist/binutils/testsuite/binutils-all/nfp/
H A Dtest2_ctx8.d2 .*: file format elf64-nfp
H A Dtest2_no-pc_ctx4.d2 .*: file format elf64-nfp
/netbsd/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/nfp/
H A Dtest2_no-pc_ctx4.d2 .*: file format elf64-nfp
H A Dtest2_ctx8.d2 .*: file format elf64-nfp
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine.go42 func (options *MCJITCompilerOptions) SetMCJITNoFramePointerElim(nfp bool) {
43 options.C.NoFramePointerElim = boolToLLVMBool(nfp)
/netbsd/sys/netinet/
H A Dip_reass.c475 ipfr_queue_t *fp, *nfp; in ip_reass_ttl_decr() local
482 for (fp = LIST_FIRST(&ip_frags[i]); fp != NULL; fp = nfp) { in ip_reass_ttl_decr()
485 nfp = LIST_NEXT(fp, ipq_q); in ip_reass_ttl_decr()
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_printf.c1688 FILE *nfp; in dtrace_freopen() local
1742 if ((nfp = fopen(filename, "aF")) == NULL) { in dtrace_freopen()
1759 (void) snprintf(selfbuf, sizeof (selfbuf), "/dev/fd/%d", fileno(nfp)); in dtrace_freopen()
1769 (void) fclose(nfp); in dtrace_freopen()
1775 (void) fclose(nfp); in dtrace_freopen()
1779 (void) fclose(nfp); in dtrace_freopen()
1833 if ((nfp = fopen(dtp->dt_sprintf_buf, "a")) == NULL) { in dtrace_freopen()
1854 dtp->dt_freopen_fp = nfp; in dtrace_freopen()
/netbsd/external/gpl3/gdb/dist/opcodes/po/
H A Dopcodes.pot1799 #: nfp-dis.c:927
1803 #: nfp-dis.c:1331
1807 #: nfp-dis.c:1683
1811 #: nfp-dis.c:2052 nfp-dis.c:2323
1816 #: nfp-dis.c:2063 nfp-dis.c:2334
1821 #: nfp-dis.c:2555
1825 #: nfp-dis.c:2569
1829 #: nfp-dis.c:2711
1834 #: nfp-dis.c:2740
1839 #: nfp-dis.c:2972
[all …]
H A Duk.po1831 #: nfp-dis.c:927
1835 #: nfp-dis.c:1331
1839 #: nfp-dis.c:1683
1843 #: nfp-dis.c:2052 nfp-dis.c:2323
1848 #: nfp-dis.c:2063 nfp-dis.c:2334
1853 #: nfp-dis.c:2555
1857 #: nfp-dis.c:2569
1861 #: nfp-dis.c:2711
1866 #: nfp-dis.c:2740
1871 #: nfp-dis.c:2972
[all …]
/netbsd/external/gpl3/binutils.old/dist/opcodes/po/
H A Dopcodes.pot1768 #: nfp-dis.c:927
1772 #: nfp-dis.c:1331
1776 #: nfp-dis.c:1683
1780 #: nfp-dis.c:2052 nfp-dis.c:2323
1785 #: nfp-dis.c:2063 nfp-dis.c:2334
1790 #: nfp-dis.c:2555
1794 #: nfp-dis.c:2569
1798 #: nfp-dis.c:2711
1803 #: nfp-dis.c:2740
1808 #: nfp-dis.c:2972
[all …]
/netbsd/external/gpl3/binutils/dist/opcodes/po/
H A Dopcodes.pot1894 #: nfp-dis.c:930
1898 #: nfp-dis.c:1334
1902 #: nfp-dis.c:1686
1906 #: nfp-dis.c:2055 nfp-dis.c:2326
1911 #: nfp-dis.c:2066 nfp-dis.c:2337
1916 #: nfp-dis.c:2558
1920 #: nfp-dis.c:2572
1924 #: nfp-dis.c:2717
1929 #: nfp-dis.c:2746
1934 #: nfp-dis.c:2984
[all …]
/netbsd/external/gpl3/gdb.old/dist/opcodes/po/
H A Dopcodes.pot1799 #: nfp-dis.c:927
1803 #: nfp-dis.c:1331
1807 #: nfp-dis.c:1683
1811 #: nfp-dis.c:2052 nfp-dis.c:2323
1816 #: nfp-dis.c:2063 nfp-dis.c:2334
1821 #: nfp-dis.c:2555
1825 #: nfp-dis.c:2569
1829 #: nfp-dis.c:2711
1834 #: nfp-dis.c:2740
1839 #: nfp-dis.c:2972
[all …]

12345678910>>...17