Home
last modified time | relevance | path

Searched refs:ncopies (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/
Dforker.c155 int forker(int ncopies, in forker() argument
167 for (cnt = 1; cnt < ncopies; cnt++) { in forker()
241 int ncopies = 1; local
251 if (sscanf(argv[1], "%i", &ncopies) != 1) {
266 ret = forker(ncopies, mode, argv[0]);
269 ncopies, mode, argv[0], ret, getpid());
/external/llvm-project/flang/lib/Evaluate/
Dcharacter.h100 static Character REPEAT(const Character &str, ConstantSubscript ncopies) { in REPEAT() argument
103 while (ncopies-- > 0) { in REPEAT()
/external/llvm-project/flang/runtime/
Dcharacter.h90 std::size_t ncopies, const char *sourceFile = nullptr, int sourceLine = 0);
Dcharacter.cpp653 std::size_t ncopies, const char *sourceFile, int sourceLine) { in RTNAME()
656 result.Establish(string.type(), origBytes * ncopies, nullptr, 0); in RTNAME()
661 for (char *to{result.OffsetElement()}; ncopies-- > 0; to += origBytes) { in RTNAME()