Searched refs:n_opt (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/mem/ksm/ |
D | ksm06.c | 47 static char *n_opt; variable 49 {"n:", &n_opt, "-n x Allocate x pages memory per node"}, 60 if (n_opt) in test_ksm() 61 nr_pages = SAFE_STRTOUL(n_opt, 0, ULONG_MAX); in test_ksm()
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpgfpxstuff.c | 68 int n_opt = getNumOperations(bitsize, w_opt); in cpGFpGetOptimalWinSize() local 72 if(n_trial>=n_opt) break; in cpGFpGetOptimalWinSize() 74 n_opt = n_trial; in cpGFpGetOptimalWinSize()
|
/external/ltp/testcases/misc/crash/ |
D | crash02.c | 77 static int n_opt = 0; variable 127 {"n:", &n_opt, &n_copt}, 148 if (n_opt) in main()
|
D | crash01.c | 75 static int n_opt = 0; variable 136 {"n:", &n_opt, &n_copt}, 159 if (n_opt) in main()
|
/external/ltp/testcases/kernel/fs/doio/ |
D | doio.c | 243 int n_opt = 0; /* nprocs */ variable 5070 n_opt++; in parse_cmdline() 5175 if (!n_opt) in parse_cmdline()
|