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:nB
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
qcam.c
698
# define
nB
in[i*3+5]
in despeckle()
macro
709
NO_LIGHTS + ((pR - (pG + pB) / 2) + (nR - (nG +
nB
) / 2)))
in despeckle()
715
NO_LIGHTS + ((pG - (pR + pB) / 2) + (nG - (nR +
nB
) / 2)))
in despeckle()
721
NO_LIGHTS + ((pB - (pG + pR) / 2) + (
nB
- (nG + nR) / 2)))
in despeckle()
722
out[i * 3 + 2] = (pB +
nB
) / 2;
in despeckle()
737
# undef
nB
in despeckle()
macro
753
# define
nB
in[i*4 + 4]
in despeckle32()
macro
773
(nR - ((nGa + nGb) / 2 +
nB
) / 2)))
in despeckle32()
779
(nGa - (nR +
nB
) / 2)))
in despeckle32()
785
(nGb - (nR +
nB
) /
in despeckle32()
811
# undef
nB
despeckle32()
macro
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
cavsdec.c
668
int nA,
nB
, predpred;
in decode_mb_i()
local
672
nB
= h->pred_mode_Y[pos - 3];
in decode_mb_i()
673
predpred = FFMIN(nA,
nB
);
in decode_mb_i()
/third_party/sqlite/include/
H
A
D
sqlite3.h
11492
** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp,
nB
, pB);
11506
int
nB
, /* Number of bytes in buffer pB */
/third_party/sqlite/src/
H
A
D
sqlite3.c
11822
** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp,
nB
, pB);
11836
int
nB
, /* Number of bytes in buffer pB */
[all...]
Completed in 147 milliseconds