Searched refs:numops (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/tools/regression/fsx/ |
| H A D | fsx.c | 127 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 D | nfs_nfsdsocket.c | 628 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 D | SystemZOperands.td | 107 string suffix, string length, int numops, string format, 109 : ComplexPattern<!cast<ValueType>("i"##bitsize), numops,
|
| /freebsd-12.1/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 3240 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 D | TargetSelectionDAG.td | 1350 class ComplexPattern<ValueType ty, int numops, string fn, 1354 int NumOperands = numops;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsMSAInstrInfo.td | 240 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 D | ChangeLog-9697 | 2750 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
|
| H A D | ChangeLog-0203 | 3347 (md_assemble): Likewise for "count", "i" and "numops".
|