Searched refs:PASSES (Results 1 – 5 of 5) sorted by relevance
7 PASSES=1000032 echo "-n: Run this many passes. (${PASSES})"54 PASSES="${OPTARG}"160 seq 1 "${PASSES}" | while read pass; do
57 PASSES, enumerator160 if(options[PASSES].doesOccur) { in init()161 passes = atoi(options[PASSES].value); in init()
336 static final int PASSES = 7; field in PerfTest497 if (!options[PASSES].doesOccur) in parseOptions()500 passes = Integer.parseInt(options[PASSES].value); in parseOptions()
22 This test PASSES if the CPU is unable to modify the ME region.
5090 PASSES=5; in ComputeWaveletDenoiseImage() local5094 PAD=1<<(PASSES-1), in ComputeWaveletDenoiseImage()5171 status|=SetOpenCLKernelArg(denoiseKernel,i++,sizeof(cl_int),(void *)&PASSES); in ComputeWaveletDenoiseImage()