Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
H A Drgb.c431 unsigned char *tempc; /* Pointer for C arrays */ in cupsRGBNew() local
459 tempc = calloc(tempsize, num_channels); in cupsRGBNew()
464 if (tempc == NULL || tempb == NULL || tempg == NULL || tempr == NULL) in cupsRGBNew()
468 if (tempc) in cupsRGBNew()
469 free(tempc); in cupsRGBNew()
496 tempr[r][g][b] = tempc + i * num_channels; in cupsRGBNew()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c289 char tempc = 0; in setCompDefaults() local
291 if (sscanf(env, "%d%c", &temp, &tempc) >= 1 && temp >= 0 && in setCompDefaults()
293 if (toupper(tempc) == 'B') { in setCompDefaults()
2057 int retval = 0, tempc; in tjLoadImage() local
2080 if ((tempc = getc(file)) < 0 || ungetc(tempc, file) == EOF) in tjLoadImage()
2082 else if (tempc == EOF) in tjLoadImage()
2092 if (tempc == 'B') { in tjLoadImage()
2096 } else if (tempc == 'P') { in tjLoadImage()
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdf.c1227 SDF_Contour* tempc; in split_sdf_shape() local
1287 FT_CALL( sdf_contour_new( memory, &tempc ) ); in split_sdf_shape()
1289 tempc->next = new_contours; in split_sdf_shape()
1290 tempc->edges = new_edges; in split_sdf_shape()
1291 new_contours = tempc; in split_sdf_shape()
1295 tempc = contours; in split_sdf_shape()
1298 sdf_contour_done( memory, &tempc ); in split_sdf_shape()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex7551 % pop current argument value into \@tempc
7552 \def\@tempa##1{\longpop@{\@tempc}{\argvaluelist}##1\endargs@}%
7554 % Here \@tempb is the current arg name and \@tempc is the current arg value.
7556 \expandafter\macname\expandafter{\@tempc}%
7591 \edef\@tempc{\csname mac.\macroname .body\endcsname}%
7597 \expandafter\def\expandafter\@tempa\expandafter{\@tempc}%
7614 \let\@tempc\relax
7616 \let\@tempc\egroup
7619 \edef\@tempd{\noexpand\@tempb{\macroname}\noexpand\scanmacro{\@tempa}\@tempc}%

Completed in 30 milliseconds