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:charnum
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
entropy_common.c
69
unsigned
charnum
= 0;
in FSE_readNCount()
local
85
while ((remaining > 1) & (
charnum
<= *maxSVPtr)) {
in FSE_readNCount()
87
unsigned n0 =
charnum
;
in FSE_readNCount()
107
while (
charnum
< n0)
in FSE_readNCount()
108
normalizedCounter[
charnum
++] = 0;
in FSE_readNCount()
133
normalizedCounter[
charnum
++] = (short)count;
in FSE_readNCount()
149
} /* while ((remaining>1) & (
charnum
<=*maxSVPtr)) */
in FSE_readNCount()
154
*maxSVPtr =
charnum
- 1;
in FSE_readNCount()
H
A
D
fse_compress.c
215
unsigned
charnum
= 0;
in FSE_writeNCount_generic()
local
231
unsigned start =
charnum
;
in FSE_writeNCount_generic()
232
while (!normalizedCounter[
charnum
])
in FSE_writeNCount_generic()
233
charnum
++;
in FSE_writeNCount_generic()
234
while (
charnum
>= start + 24) {
in FSE_writeNCount_generic()
244
while (
charnum
>= start + 3) {
in FSE_writeNCount_generic()
249
bitStream += (
charnum
- start) << bitCount;
in FSE_writeNCount_generic()
262
int count = normalizedCounter[
charnum
++];
in FSE_writeNCount_generic()
295
if (
charnum
> maxSymbolValue + 1)
in FSE_writeNCount_generic()
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
entropy_common.c
70
unsigned
charnum
= 0;
in FSE_readNCount_body()
local
107
charnum
+= 3 * 12;
in FSE_readNCount_body()
118
charnum
+= 3 * repeats;
in FSE_readNCount_body()
124
charnum
+= bitStream & 3;
in FSE_readNCount_body()
131
if (
charnum
>= maxSV1) break;
in FSE_readNCount_body()
171
normalizedCounter[
charnum
++] = (short)count;
in FSE_readNCount_body()
184
if (
charnum
>= maxSV1) break;
in FSE_readNCount_body()
198
if (
charnum
> maxSV1) return ERROR(maxSymbolValue_tooSmall);
in FSE_readNCount_body()
200
*maxSVPtr =
charnum
-1;
in FSE_readNCount_body()
Completed in 3 milliseconds