Searched refs:PASSES (Results 1 – 7 of 7) sorted by relevance
7 PASSES=1000032 echo "-n: Run this many passes. (${PASSES})"54 PASSES="${OPTARG}"160 seq 1 "${PASSES}" | while read pass; do
11 …lvm-opt-fuzzer %t -ignore_remaining_args=1 -mtriple x86_64 2>&1 | FileCheck -check-prefix=PASSES %s12 ; PASSES: at least one pass should be specified
20 ; RUN: not %t.bin--x86_64 %t.input 2>&1 | FileCheck -check-prefix=PASSES %s21 ; PASSES: at least one pass should be specified
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.
5039 PASSES=5; in ComputeWaveletDenoiseImage() local5043 PAD=1<<(PASSES-1), in ComputeWaveletDenoiseImage()5131 status|=SetOpenCLKernelArg(denoiseKernel,i++,sizeof(cl_int),(void *)&PASSES); in ComputeWaveletDenoiseImage()