Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tempc
(Results
1 - 4
of
4
) sorted by relevance
/third_party/cups-filters/cupsfilters/
H
A
D
rgb.c
431
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
D
turbojpeg.c
289
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
D
ftsdf.c
1227
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
D
texinfo.tex
7551
% 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 17 milliseconds