Searched refs:tempc (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Dbmp.c104 int retval=0, dstps, srcpf, tempc; local
129 if((tempc=getc(file))<0 || ungetc(tempc, file)==EOF)
131 else if(tempc==EOF) _throw("loadbmp(): Input file contains no data");
133 if(tempc=='B')
138 else if(tempc=='P')
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dmqc.c273 OPJ_UINT32 tempc = mqc->c + mqc->a; local
275 if (mqc->c >= tempc) {
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlvm.c362 TValue tempb, tempc; local
365 (c = luaV_tonumber(rc, &tempc)) != NULL) {
/external/opencv/cv/src/
H A Dcvcalibinit.cpp1000 CvCBCorner *tempc; local
1002 tempc = quad->corners[3];
1009 quad->corners[0] = tempc;
/external/bison/build-aux/
H A Dtexinfo.tex7550 % pop current argument value into \@tempc
7551 \def\@tempa##1{\longpop@{\@tempc}{\argvaluelist}##1\endargs@}%
7553 % Here \@tempb is the current arg name and \@tempc is the current arg value.
7555 \expandafter\macname\expandafter{\@tempc}%
7590 \edef\@tempc{\csname mac.\macroname .body\endcsname}%
7596 \expandafter\def\expandafter\@tempa\expandafter{\@tempc}%
7613 \let\@tempc\relax
7615 \let\@tempc\egroup
7618 \edef\@tempd{\noexpand\@tempb{\macroname}\noexpand\scanmacro{\@tempa}\@tempc}%

Completed in 146 milliseconds