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:NEAR
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
platform.h
84
// Macros 'near', 'far', '
NEAR
' and 'FAR' are defined by 'shared/minwindef.h' in the Windows SDK.
86
// here to avoid identifier conflicts. Macros '
NEAR
' and 'FAR' contain 'near' and 'far'. They are
90
# undef
NEAR
macro
92
# define
NEAR
macro
/third_party/mesa3d/src/gallium/tests/trivial/
H
A
D
tri.c
30
#define
NEAR
0
macro
175
float z =
NEAR
;
in init_prog()
178
float half_depth = ((float)FAR - (float)
NEAR
) / 2.0f;
in init_prog()
H
A
D
quad-tex.c
30
#define
NEAR
0
macro
232
float z =
NEAR
;
in init_prog()
235
float half_depth = ((float)FAR - (float)
NEAR
) / 2.0f;
in init_prog()
/third_party/mesa3d/src/mesa/x86/
H
A
D
assyntax.h
932
#define
NEAR
near
macro
974
#define
NEAR
macro
1187
#define JA(a) ja
NEAR
a
1188
#define JAE(a) jae
NEAR
a
1189
#define JB(a) jb
NEAR
a
1190
#define JBE(a) jbe
NEAR
a
1191
#define JC(a) jc
NEAR
a
1192
#define JE(a) je
NEAR
a
1193
#define JG(a) jg
NEAR
a
1194
#define JGE(a) jge
NEAR
[all...]
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H
A
D
x86masm.pl
162
{ push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":
NEAR
\n"); }
190
EXTERN $f:
NEAR
/third_party/openssl/crypto/perlasm/
H
A
D
x86masm.pl
162
{ push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":
NEAR
\n"); }
190
EXTERN $f:
NEAR
/third_party/ffmpeg/libavfilter/
H
A
D
vf_lut3d.c
97
#define
NEAR
(x) ((int)((x) + .5))
macro
107
return lut3d->lut[
NEAR
(s->r) * lut3d->lutsize2 +
NEAR
(s->g) * lut3d->lutsize +
NEAR
(s->b)];
in interp_nearest()
1788
return lut1d->lut[idx][
NEAR
(s)];
in interp_1d_nearest()
Completed in 11 milliseconds