Searched refs:tempi (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.h54 int temp, tempi; local
57 tempi = idx[i];
66 idx[j] = tempi;
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.h54 int temp, tempi; local
57 tempi = idx[i];
66 idx[j] = tempi;
/external/valgrind/main/perf/
H A Dffbench.c175 Float tempi, tempr; local
221 tempi = wr * data[k2 + 1] + wi * data[k2];
223 data[k2 + 1] = data[k1 + 1] - tempi;
225 data[k1 + 1] += tempi;
/external/mksh/src/
H A Dcheck.pl305 $tempi = 0;
306 until (mkdir(($tempdir = sprintf("%s%03d", $temps, $tempi)), 0700)) {
307 die "$prog: couldn't get temporary directory\n" if $tempi++ >= 999;
329 $tempi = "${temp_dir}/rti";
374 unlink($tempi, $tempo, $tempe, $temps);
457 return undef if !&write_file($tempi, $test{'stdin'});
458 $ifile = $tempi;

Completed in 757 milliseconds