Searched refs:numops (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/arm-optimized-routines/networking/test/ |
H A D | chksum.c | 135 uint32_t numops, in benchmark() argument 141 for (uint32_t i = 0; i < numops; i ++) in benchmark() 154 uint32_t blks_per_s = (uint32_t) ((numops / elapsed_ms) * 1000); in benchmark() 155 uint64_t accbytes = (uint64_t) numops * blksize; in benchmark() 222 int numops = atoi(optarg); in main() local 223 if (numops < 1) in main() 225 fprintf(stderr, "Invalid number of operations %d\n", numops); in main() 228 NUMOPS = (unsigned) numops; in main() 370 uint32_t numops = NUMOPS * 10000 / (40 + sizes[i]); in main() local 371 benchmark(base, POOLSIZE, sizes[i], numops, CPUFREQ); in main()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdsocket.c | 715 int error = 0, igotlock, nextop, numops, savefhcnt; in nfsrvd_compound() local 856 numops = 0; in nfsrvd_compound() 858 numops = fxdr_unsigned(int, *tl); in nfsrvd_compound() 867 for (i = 0; i < numops; i++) { in nfsrvd_compound() 901 if (i == numops - 1) in nfsrvd_compound() 1018 i < numops - 1) in nfsrvd_compound() 1021 i < numops - 1); in nfsrvd_compound() 1053 i < numops - 1) in nfsrvd_compound() 1056 i < numops - 1); in nfsrvd_compound() 1088 i < numops - 1) in nfsrvd_compound() [all …]
|
/freebsd/tools/regression/fsx/ |
H A D | fsx.c | 125 long numops = -1; /* -N flag */ variable 1092 numops = getnum(optarg, &endp); in main() 1093 if (numops < 0) in main() 1213 while (numops == -1 || numops--) in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | umountf2.sh | 197 long numops = -1; /* -N flag */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZOperands.td | 125 string suffix, string length, int numops, string format, 127 : ComplexPattern<!cast<ValueType>("i"#bitsize), numops,
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 3556 int numops, taglen = -1, error = 0, trunc __unused; in nfscl_docb() local 3609 numops = 0; in nfscl_docb() 3611 numops = fxdr_unsigned(int, *tl); in nfscl_docb() 3615 for (i = 0; i < numops; i++) { in nfscl_docb()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 2040 class ComplexPattern<ValueType ty, int numops, string fn, 2044 int NumOperands = numops;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsMSAInstrInfo.td | 238 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn, 241 ComplexPattern<ty, numops, fn, roots, props> {
|