Home
last modified time | relevance | path

Searched refs:fu (Results 1 – 25 of 154) sorted by relevance

1234567

/netbsd-src/usr.bin/hexdump/
H A Dparse.c168 FU *fu; in size() local
174 for (cursize = 0, fu = fs->nextfu; fu; fu = fu->nextfu) { in size()
175 if (fu->bcnt) { in size()
176 cursize += fu->bcnt * fu->reps; in size()
179 for (bcnt = prec = 0, fmt = fu->fmt; *fmt; ++fmt) { in size()
213 cursize += bcnt * fu->reps; in size()
223 FU *fu; in rewrite() local
229 for (fu = fs->nextfu; fu; fu = fu->nextfu) { in rewrite()
234 nextpr = &fu->nextpr; in rewrite()
235 for (nconv = 0, fmtp = fu->fmt; *fmtp; nextpr = &pr->nextpr) { in rewrite()
[all …]
H A Ddisplay.c72 FU *fu; in display() local
83 for (fu = fs->nextfu; fu; fu = fu->nextfu) { in display()
84 if (fu->flags&F_IGNORE) in display()
86 for (cnt = fu->reps; cnt; --cnt) in display()
87 for (pr = fu->nextpr; pr; address += pr->bcnt, in display()
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic6x-opcode-table.h135 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
140 ENC3(ENC(s, fu, 0), ENC(src2, reg, 0), ENC(dst, reg, 1)))
145 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
151 ENC4(ENC(s, fu, 0), ENC(src2, regpair_msb, 0), ENC(src1, regpair_lsb, 0),
157 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
163 ENC5(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src1, reg, 0),
168 ENC5(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src1, reg, 0),
173 ENC5(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src1, reg, 0),
178 ENC5(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src1, scst, 0),
183 ENC4(ENC(s, fu, 0), ENC(src1, scst, 0), ENC(src2, reg, 1),
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtic6x-opcode-table.h135 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
140 ENC3(ENC(s, fu, 0), ENC(src2, reg, 0), ENC(dst, reg, 1)))
145 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
151 ENC4(ENC(s, fu, 0), ENC(src2, regpair_msb, 0), ENC(src1, regpair_lsb, 0),
157 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
163 ENC5(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src1, reg, 0),
168 ENC5(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src1, reg, 0),
173 ENC5(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src1, reg, 0),
178 ENC5(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src1, scst, 0),
183 ENC4(ENC(s, fu, 0), ENC(src1, scst, 0), ENC(src2, reg, 1),
[all …]
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/
H A Dpsfig.diff28 + (void) sprintf(x,"(%.0fu*%s/%.0fu)", fx, y, fy);
34 + (void) sprintf(y,"(%.0fu*%s/%.0fu)", fy, x, fx);
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/epiphany/
H A Dumodsi3.c26 typedef union { unsigned int i; float f; } fu; typedef
34 fu u0, u1, u2, u1b, u2b; in __umodsi3()
H A Dudivsi3-float.c26 typedef union { unsigned int i; float f; } fu; typedef
34 fu u0, u1, u2, u1b, u2b; in __udivsi3()
H A Dmodsi3.c26 typedef union { unsigned int i; float f; } fu; typedef
35 fu u0, u1, u2, u1b, u2b; in __modsi3()
H A Dudivsi3.c26 typedef union { unsigned int i; float f; } fu; typedef
34 fu u0, u1, u2, u1b, u2b; in __udivsi3()
H A Ddivsi3.c26 typedef union { unsigned int i; float f; } fu; typedef
37 fu u0, u1, u2, u1b, u2b; in __divsi3()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
H A Dumodsi3.c26 typedef union { unsigned int i; float f; } fu; typedef
34 fu u0, u1, u2, u1b, u2b; in __umodsi3()
H A Dudivsi3-float.c26 typedef union { unsigned int i; float f; } fu; typedef
34 fu u0, u1, u2, u1b, u2b; in __udivsi3()
H A Dmodsi3.c26 typedef union { unsigned int i; float f; } fu; typedef
35 fu u0, u1, u2, u1b, u2b; in __modsi3()
H A Dudivsi3.c26 typedef union { unsigned int i; float f; } fu; typedef
34 fu u0, u1, u2, u1b, u2b; in __udivsi3()
H A Ddivsi3.c26 typedef union { unsigned int i; float f; } fu; typedef
37 fu u0, u1, u2, u1b, u2b; in __divsi3()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/
H A DChangeLog-202148 Chao-Ying Fu <fu@mips.com>
76 2006-05-15 Chao-ying Fu <fu@mips.com>
81 2005-12-14 Chao-ying Fu <fu@mips.com>
/netbsd-src/external/bsd/am-utils/dist/
H A DMIRRORS.txt29 ftp://ftp.fu-berlin.de/unix/network/am-utils
30 Maintainer: ftp-adm AT ftp.fu-berlin.de
/netbsd-src/libexec/ld.elf_so/
H A Ddiagassert.c6 __diagassert13(const char *fn, int fl, const char *fu, const char *m) in __diagassert13() argument
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Drsaroot-cert.pem9 X8lMaz8ooT9OI/4ln/psk+jg90GTiMTAZFrKruHwBpNbVx0AyxuisiTqhv6M++fu
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarcmd.mk20 FU= fu
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dnumeric.d1079 R fu; variable
1083 fu = fa;
1088 fu = fb;
1090 c = u - 2 * (fu / (fb - fa)) * (b - a);
1548 immutable fu = f(u); variable
1549 if (isNaN(fu) || fu == -T.infinity)
1551 return typeof(return)(u, fu, T.init);
1554 if (fu <= fx)
1559 x = u; fx = fu;
1564 if (fu <= fw || w == x)
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/doc/
H A Dspec.txt28 - keyserver querying fu
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dbase.at210 [[AC_INIT([GNU fu], [1.0], [bug-fu@gnu.org])
217 AT_CHECK([grep "^PACKAGE_TARNAME='fu'\$" configure], [], [ignore])
294 [[AC_INIT([GNU fu], [1.0])
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dnumeric.d1377 R fu; variable
1381 fu = fa;
1386 fu = fb;
1388 c = u - 2 * (fu / (fb - fa)) * (b - a);
1847 immutable fu = f(u); variable
1848 if (isNaN(fu) || fu == -T.infinity)
1850 return typeof(return)(u, fu, T.init);
1853 if (fu <= fx)
1858 x = u; fx = fu;
1863 if (fu <= fw || w == x)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetItinerary.td125 class ProcessorItineraries<list<FuncUnit> fu, list<Bypass> bp,
127 list<FuncUnit> FU = fu;

1234567