Home
last modified time | relevance | path

Searched refs:numops (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/tools/regression/fsx/
H A Dfsx.c127 long numops = -1; /* -N flag */ variable
1108 numops = getnum(optarg, &endp); in main()
1109 if (numops < 0) in main()
1227 while (numops == -1 || numops--) in main()
/freebsd-12.1/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c628 int numops, error = 0, igotlock; in nfsrvd_compound() local
752 numops = 0; in nfsrvd_compound()
754 numops = fxdr_unsigned(int, *tl); in nfsrvd_compound()
763 for (i = 0; i < numops; i++) { in nfsrvd_compound()
787 if (i == numops - 1) in nfsrvd_compound()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td107 string suffix, string length, int numops, string format,
109 : ComplexPattern<!cast<ValueType>("i"##bitsize), numops,
/freebsd-12.1/sys/fs/nfsclient/
H A Dnfs_clstate.c3240 int numops, taglen = -1, error = 0, trunc __unused; in nfscl_docb() local
3290 numops = 0; in nfscl_docb()
3292 numops = fxdr_unsigned(int, *tl); in nfscl_docb()
3296 for (i = 0; i < numops; i++) { in nfscl_docb()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1350 class ComplexPattern<ValueType ty, int numops, string fn,
1354 int NumOperands = numops;
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td240 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
243 ComplexPattern<ty, numops, fn, roots, props> {
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-96972750 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
H A DChangeLog-02033347 (md_assemble): Likewise for "count", "i" and "numops".