HomeSort by relevance Sort by last modified time
    Searched refs:tempi (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
rdopt.h 46 int temp, tempi; local
49 tempi = idx[i];
57 idx[j] = tempi;
  /external/valgrind/perf/
ffbench.c 175 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;
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 589 long tempi;
626 if (Tcl_GetLongFromObj(interp,obj,&tempi) != TCL_OK) goto argerror;
627 if ((*c == 'i') || (*c == 'I')) *((int *)vptr) = (int)tempi;
628 else if ((*c == 'l') || (*c == 'L')) *((long *)vptr) = (long)tempi;
629 else if ((*c == 'h') || (*c == 'H')) *((short*)vptr) = (short)tempi;
630 else if ((*c == 'b') || (*c == 'B')) *((unsigned char *)vptr) = (unsigned char)tempi;
  /external/mksh/src/
check.pl 307 $tempi = 0;
308 until (mkdir(($tempdir = sprintf("%s%03d", $temps, $tempi)), 0700)) {
309 die "$prog: couldn't get temporary directory\n" if $tempi++ >= 999;
332 $tempi = "${temp_dir}/rti";
377 unlink($tempi, $tempo, $tempe, $temps);
460 return undef if !&write_file($tempi, $test{'stdin'});
461 $ifile = $tempi;
    [all...]

Completed in 233 milliseconds