Lines Matching +defs:val +defs:output
83 PRFileDesc *output;
128 output = PR_GetSpecialFD(PR_StandardOutput);
149 PR_fprintf(output,"%s: thread_cnt = %d data_cnt = %d\n", argv[0],
178 PR_fprintf(output,"%s: created thread = 0x%x\n", argv[0],
227 PR_fprintf(output, "%s successful\n", argv[0]);
228 PR_fprintf(output, "\t\tsum = 0x%x, expected = 0x%x\n", sum,
232 PR_fprintf(output, "%s failed: sum = 0x%x, expected = 0x%x\n",
241 PRInt32 val, cnt, index, loops;
247 val = arg->initial_data_value;
261 PR_fprintf(output,
263 PR_GetCurrentThread(), val, cnt, &Items[0], &Items[cnt-1]);
270 Items[index].data = val++;
305 PR_fprintf(output,
307 PR_GetCurrentThread(), val, cnt);