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:ncodes
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libinput/src/
H
A
D
util-prop-parsers.c
376
size_t
ncodes
;
in parse_evcode_property()
local
377
char **strv = strv_from_string(prop, ";", &
ncodes
);
in parse_evcode_property()
378
if (!strv ||
ncodes
== 0 ||
ncodes
> ARRAY_LENGTH(evs))
in parse_evcode_property()
381
ncodes
= min(*nevents,
ncodes
);
in parse_evcode_property()
416
memcpy(events, evs,
ncodes
* sizeof *events);
in parse_evcode_property()
417
*nevents =
ncodes
;
in parse_evcode_property()
/third_party/python/Modules/
H
A
D
_struct.c
1309
size_t
ncodes
;
in prepare_s()
local
1325
ncodes
= 0;
in prepare_s()
1355
case 'p': len++;
ncodes
++; break;
in prepare_s()
1357
default: len += num; if (num)
ncodes
++; break;
in prepare_s()
1372
if ((
ncodes
+ 1) > ((size_t)PY_SSIZE_T_MAX / sizeof(formatcode))) {
in prepare_s()
1379
codes = PyMem_Malloc((
ncodes
+ 1) * sizeof(formatcode));
in prepare_s()
/third_party/ffmpeg/libavcodec/
H
A
D
dca_lbr.c
786
int
ncodes
= 8 * (1 + (sb < 2));
in parse_lpc()
local
788
if (ensure_bits(&s->gb, 4 *
ncodes
))
in parse_lpc()
790
for (i = 0; i <
ncodes
; i++)
in parse_lpc()
792
for (i = 0; i <
ncodes
/ 8; i++)
in parse_lpc()
Completed in 7 milliseconds