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:vli
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libwebsockets/lib/misc/fts/
H
A
D
trie.c
74
uint8_t
vli
[119];
member
95
uint8_t
vli
[7];
member
447
memcpy(&buf[bp], &tif->
vli
, (size_t)tif->count);
in finalize_per_input()
453
memcpy(&buf[bp], &i->
vli
, (size_t)i->count);
in finalize_per_input()
988
* more
vli
space and continues chaining those if needed.
in lws_fts_fill()
995
/* we are still trying to use the file inst
vli
*/
in lws_fts_fill()
996
if (LWS_ARRAY_SIZE(tif->
vli
) - (size_t)tif->count >= n) {
in lws_fts_fill()
997
tif->count = (char)((char)tif->count + (char)wq32(tif->
vli
+ tif->count,
in lws_fts_fill()
1006
LWS_ARRAY_SIZE(tif->lines_tail->
vli
) -
in lws_fts_fill()
1008
tif->lines_tail->count = (char)((char)tif->lines_tail->count + (char)wq32(tif->lines_tail->
vli
in lws_fts_fill()
[all...]
/third_party/toybox/toys/pending/
H
A
D
xzcat.c
2371
vli_type
vli
;
member
2507
s->
vli
= 0;
in dec_vli()
2513
s->
vli
|= (vli_type)(byte & 0x7F) << s->pos;
in dec_vli()
2640
s->index.count = s->
vli
;
in dec_index()
2654
s->index.hash.unpadded += s->
vli
;
in dec_index()
2659
s->index.hash.uncompressed += s->
vli
;
in dec_index()
2807
s->block_header.compressed = s->
vli
;
in dec_block_header()
2818
s->block_header.uncompressed = s->
vli
;
in dec_block_header()
Completed in 9 milliseconds