Searched refs:optw (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dselect.c47 static int optw = 0; variable
87 optw = atoi(optarg);
107 optn = optr = optw = 0;
111 if (optn < 0 || optr < 0 || optw < 0) {
113 optn = optr = optw = 0;
117 if (optr > optn || optw > optn) {
119 optn = optr = optw = 0;
126 optn = optr = optw = 0;
132 target = optr + optw;
156 for (i = 0; i < optw;
[all...]
H A Dpoll.c47 static int optw = 0; variable
91 optw = atoi(optarg);
111 optn = optr = optw = 0;
115 if (optn < 0 || optr < 0 || optw < 0) {
117 optn = optr = optw = 0;
121 if (optr > optn || optw > optn) {
123 optn = optr = optw = 0;
130 optn = optr = optw = 0;
148 target = MIN(optr + optw, optn);
153 target = MAX(optr, optw);
[all...]
H A Dpread.c51 static int optw = 0; variable
78 optw = getpagesize();
124 if (optw) {
125 for (j = 0; j < opts; j += optw)
H A Dread.c53 int optw = 0; variable
81 optw = getpagesize();
126 if (optw)
127 for (j = 0; j < opts; j += optw)
H A Dmsync.c52 static int optw = 0; variable
107 optw = 1;
163 if (optw) {
182 flags[2] = optw ? 'w' : '-';
H A Dmmap.c55 static int optw = 0; variable
98 optw = 1;
160 if (optw) {
191 flags[2] = optw ? 'w' : '-';
H A Dmprotect.c53 static int optw = 0; variable
105 optw = 1;
138 if (optw) {
197 flags[2] = optw ? 'w' : '-';
H A Dmunmap.c54 static int optw = 0; variable
98 optw = 1;
151 if (optw) {
185 flags[2] = optw ? 'w' : '-';
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_read.c56 int optw = 0; variable
84 optw = getpagesize();
139 if (optw)
140 for (j = 0; j < opts; j += optw)
H A Dlmbench_lat_sig_catch.c76 static int optw = 0; variable
169 optw = sizetoint(optarg);
H A Dlmbench_lat_sig_install.c76 static int optw = 0; variable
169 optw = sizetoint(optarg);
H A Dlmbench_lat_sig_send.c76 static int optw = 0; variable
169 optw = sizetoint(optarg);
H A Dlmbench_bw_unix.c117 static int optw = 0; variable
165 optw = atoi(optarg);
190 state->warmup = optw;
H A Dlmbench_lat_sig_prot.c83 static int optw = 0; variable
194 optw = sizetoint(optarg);
H A Dlmbench_select_file.c101 static int optw = 0; variable
289 optw = sizetoint(optarg);
H A Dlmbench_select_tcp.c116 static int optw = 0; variable
517 optw = sizetoint(optarg);
H A Dlmbench_bw_mem.c142 static int optw = 0; variable
562 optw = sizetoint(optarg);
577 // (void) fprintf(stderr, "optp = %i optw = %i optn = %i opt_size = %i\n",
578 // optp, optw, optn, opt_size);
591 ts->warmup = optw;

Completed in 139 milliseconds