OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempi
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
rdopt.h
56
int temp,
tempi
;
local
59
tempi
= idx[i];
68
idx[j] =
tempi
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.h
54
int temp,
tempi
;
local
57
tempi
= idx[i];
66
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 527 milliseconds