Searched refs:numops (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/fs/nfsserver/ |
| H A D | nfs_nfsdsocket.c | 846 numops = 0; in nfsrvd_compound() 857 for (i = 0; i < numops; i++) { in nfsrvd_compound() 891 if (i == numops - 1) in nfsrvd_compound() 982 i < numops - 1) in nfsrvd_compound() 985 i < numops - 1); in nfsrvd_compound() 1017 i < numops - 1) in nfsrvd_compound() 1020 i < numops - 1); in nfsrvd_compound() 1052 i < numops - 1) in nfsrvd_compound() 1055 i < numops - 1); in nfsrvd_compound() 1108 i < numops - 1) in nfsrvd_compound() [all …]
|
| /freebsd-13.1/tools/regression/fsx/ |
| H A D | fsx.c | 127 long numops = -1; /* -N flag */ variable 1083 numops = getnum(optarg, &endp); in main() 1084 if (numops < 0) in main() 1202 while (numops == -1 || numops--) in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperands.td | 127 string suffix, string length, int numops, string format, 129 : ComplexPattern<!cast<ValueType>("i"#bitsize), numops,
|
| /freebsd-13.1/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 3548 int numops, taglen = -1, error = 0, trunc __unused; in nfscl_docb() local 3601 numops = 0; in nfscl_docb() 3603 numops = fxdr_unsigned(int, *tl); in nfscl_docb() 3607 for (i = 0; i < numops; i++) { in nfscl_docb()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 1659 class ComplexPattern<ValueType ty, int numops, string fn, 1663 int NumOperands = numops;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsMSAInstrInfo.td | 244 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn, 247 ComplexPattern<ty, numops, fn, roots, props> {
|