Home
last modified time | relevance | path

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

/external/llvm-project/libc/AOR_v20.02/networking/test/
Dchksum.c136 uint32_t numops, in benchmark() argument
142 for (uint32_t i = 0; i < numops; i ++) in benchmark()
155 uint32_t blks_per_s = (uint32_t) ((numops / elapsed_ms) * 1000); in benchmark()
156 uint64_t accbytes = (uint64_t) numops * blksize; in benchmark()
223 int numops = atoi(optarg); in main() local
224 if (numops < 1) in main()
226 fprintf(stderr, "Invalid number of operations %d\n", numops); in main()
229 NUMOPS = (unsigned) numops; in main()
371 uint32_t numops = NUMOPS * 10000 / (40 + sizes[i]); in main() local
372 benchmark(base, POOLSIZE, sizes[i], numops, CPUFREQ); in main()
/external/arm-optimized-routines/networking/test/
Dchksum.c135 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()
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c122 long numops = -1; /* -N flag */ variable
1217 numops = getnum(optarg, &endp); in main()
1218 if (numops < 0) in main()
1339 while (numops == -1 || numops--) in main()
/external/llvm/lib/Target/SystemZ/
DSystemZOperands.td107 string suffix, string length, int numops, string format,
109 : ComplexPattern<!cast<ValueType>("i"##bitsize), numops,
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZOperands.td127 string suffix, string length, int numops, string format,
129 : ComplexPattern<!cast<ValueType>("i"#bitsize), numops,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZOperands.td127 string suffix, string length, int numops, string format,
129 : ComplexPattern<!cast<ValueType>("i"##bitsize), numops,
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td1167 class ComplexPattern<ValueType ty, int numops, string fn,
1170 int NumOperands = numops;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td1610 class ComplexPattern<ValueType ty, int numops, string fn,
1614 int NumOperands = numops;
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td1623 class ComplexPattern<ValueType ty, int numops, string fn,
1627 int NumOperands = numops;
/external/llvm/docs/
DBitCodeFormat.rst243 [UNABBREV_RECORD, code\ :sub:`vbr6`, numops\ :sub:`vbr6`, op0\ :sub:`vbr6`, op1\ :sub:`vbr6`, ...]
/external/llvm-project/llvm/docs/
DBitCodeFormat.rst245 [UNABBREV_RECORD, code\ :sub:`vbr6`, numops\ :sub:`vbr6`, op0\ :sub:`vbr6`, op1\ :sub:`vbr6`, ...]
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td214 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
217 ComplexPattern<ty, numops, fn, roots, props> {
/external/llvm-project/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td244 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
247 ComplexPattern<ty, numops, fn, roots, props> {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td244 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
247 ComplexPattern<ty, numops, fn, roots, props> {