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:nbr
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
ir.c
12
int
nbr
= 0;
in nbr_phi_operands()
local
20
nbr
++;
in nbr_phi_operands()
23
return
nbr
;
in nbr_phi_operands()
H
A
D
ssa.c
22
int
nbr
;
in is_promotable()
local
38
nbr
= 0;
in is_promotable()
50
if (
nbr
++)
in is_promotable()
H
A
D
simplify.c
89
static int get_phisources(struct instruction *sources[], int
nbr
, struct instruction *insn)
in get_phisources()
argument
99
if (i >=
nbr
)
in get_phisources()
105
return i -
nbr
;
in get_phisources()
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
function-attribute.c
16
int
nbr
= funi(val);
in foo()
local
/third_party/python/Objects/
H
A
D
complexobject.c
902
PyNumberMethods *
nbr
, *nbi = NULL;
in complex_new_impl()
local
947
nbr
= Py_TYPE(r)->tp_as_number;
in complex_new_impl()
948
if (
nbr
== NULL ||
in complex_new_impl()
949
(
nbr
->nb_float == NULL &&
nbr
->nb_index == NULL && !PyComplex_Check(r)))
in complex_new_impl()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_varblur.c
179
stype
nbr
= ptr[(y + nb) * ptr_linesize + x + nr]; \
183
stype n0 = (
nbr
+ ntl - nbl - ntr) / ndiv; \
Completed in 10 milliseconds