Searched refs:nloops (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress09.c | 380 unsigned nloops; in child_mapper() local 385 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS; in child_mapper() 389 procno, getpid(), seed, nloops); in child_mapper() 395 for (loopcnt = 0; loopcnt < nloops; loopcnt++) { in child_mapper()
|
D | mmapstress01.c | 477 unsigned nloops; local 516 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS; 523 offset / pagesize, nloops); 528 offset / pagesize, nloops); 547 for (loopcnt = 0; loopcnt < nloops; loopcnt++) {
|
D | mmapstress10.c | 539 unsigned nloops; local 607 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS; 614 offset / pagesize, nloops); 619 (long)mapsize_mapper, offset / pagesize, nloops); 626 for (loopcnt = 0; loopcnt < nloops; loopcnt++) {
|
/third_party/alsa-utils/speaker-test/ |
D | speaker-test.c | 980 unsigned int n, nloops; in main() local 1019 nloops = 0; in main() 1099 nloops = atoi(optarg); in main() 1222 for (n = 0; (! nloops || n < nloops) && !in_aborting; n++) { in main()
|
/third_party/alsa-utils/po/ |
D | ja.po | 1573 "-l,--nloops\tspecify number of loops to test, 0 = infinite\n" 1594 "-l,--nloops 繰り返しテスト数, 0 = 無制限\n"
|
D | eu.po | 1615 "-l,--nloops\tspecify number of loops to test, 0 = infinite\n" 1636 "-l,--nloops\tzehaztu proba egiteko begizta kopurua, 0 = mugagabe\n"
|
D | de.po | 1590 "-l,--nloops\tspecify number of loops to test, 0 = infinite\n" 1610 "-l,--nloops Anzahl der Wiederholungen, 0 = unendlich\n"
|
D | sk.po | 1624 "-l,--nloops\tspecify number of loops to test, 0 = infinite\n" 1645 "-l,--nloops\tpočet slučiek pre test, 0 = nekonečno\n"
|
D | fr.po | 1606 "-l,--nloops\tspecify number of loops to test, 0 = infinite\n" 1626 "-l,--nloops\tspécifier le nombre de boucles à tester, 0 = infini\n"
|
/third_party/rust/crates/libc/src/ |
D | psp.rs | 2663 pub fn sceAtracSetLoopNum(atrac_id: i32, nloops: i32) -> i32; in sceAtracSetLoopNum()
|