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:countSize
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
entropy_common.c
78
{ size_t const
countSize
= FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr,
in FSE_readNCount_body()
local
80
if (FSE_isError(
countSize
)) return
countSize
;
in FSE_readNCount_body()
81
if (
countSize
> hbSize) return ERROR(corruption_detected);
in FSE_readNCount_body()
82
return
countSize
;
in FSE_readNCount_body()
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
hist.c
74
size_t const
countSize
= (*maxSymbolValuePtr + 1) * sizeof(*count);
in HIST_count_parallel_wksp()
local
84
ZSTD_memset(count, 0,
countSize
);
in HIST_count_parallel_wksp()
130
ZSTD_memmove(count, Counting1,
countSize
); /* in case count & Counting1 are overlapping */
in HIST_count_parallel_wksp()
H
A
D
zstd_compress.c
2393
{ size_t const
countSize
= ZSTD_buildCTable(
in ZSTD_buildSequencesStatistics()
local
2401
if (ZSTD_isError(
countSize
)) {
in ZSTD_buildSequencesStatistics()
2403
stats.size =
countSize
;
in ZSTD_buildSequencesStatistics()
2407
stats.lastCountSize =
countSize
;
in ZSTD_buildSequencesStatistics()
2408
op +=
countSize
;
in ZSTD_buildSequencesStatistics()
2425
{ size_t const
countSize
= ZSTD_buildCTable(
in ZSTD_buildSequencesStatistics()
local
2433
if (ZSTD_isError(
countSize
)) {
in ZSTD_buildSequencesStatistics()
2435
stats.size =
countSize
;
in ZSTD_buildSequencesStatistics()
2439
stats.lastCountSize =
countSize
;
in ZSTD_buildSequencesStatistics()
2440
op +=
countSize
;
in ZSTD_buildSequencesStatistics()
2455
{ size_t const
countSize
= ZSTD_buildCTable(
ZSTD_buildSequencesStatistics()
local
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
huf_compress.c
661
size_t const
countSize
= sizeof(U32) * (HUF_SYMBOLVALUE_MAX + 1);
in HUF_compress_internal()
local
666
if (wkspSize < sizeof(huffNodeTable) +
countSize
+ CTableSize)
in HUF_compress_internal()
682
workSpace = (BYTE *)workSpace +
countSize
;
in HUF_compress_internal()
683
wkspSize -=
countSize
;
in HUF_compress_internal()
Completed in 18 milliseconds