Searched refs:optt (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dvm_allocate.c81 static int optt = 0; variable
146 ts->ts_once = optt;
176 optt = sizetoint(optarg);
191 //ts->ts_once = optt;
193 if ( optt > 0 ) {
194 arenaSize = optt;
H A Dgeekbench_stdlib_write.c80 static int optt = 1; variable
143 ts->ts_once = optt;
171 optt = sizetoint(optarg);
186 //ts->ts_once = optt;
H A Dtrivial.c98 static int optt = 1; variable
150 optt = sizetoint(optarg);
151 debug("optt = %d\n", optt);
173 ts->ts_once = optt;
224 ts->ts_once = optt;
H A Dlmbench_select_file.c98 static int optt = 1; variable
280 optt = sizetoint(optarg);
H A Dlmbench_select_tcp.c113 static int optt = 1; variable
508 optt = sizetoint(optarg);
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dmemcpy.c47 static int optt; variable
85 optt++;
109 if (optt)
140 if (optt) {
H A Dmemmove.c47 static int optt; variable
85 optt++;
109 if (optt)
140 if (optt) {
H A Dmutex.c43 static int optt = 0; variable
83 optt = 1;
142 if (optt) {
H A Dmprotect.c55 static int optt = 0; variable
102 optt = 1;
168 if (optt) {
199 flags[4] = optt ? 't' : '-';

Completed in 108 milliseconds