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:cumul
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
fse_compress.c
80
U16*
cumul
= (U16*)workSpace; /* size = maxSV1 */
in FSE_buildCTable_wksp()
local
81
FSE_FUNCTION_TYPE* const tableSymbol = (FSE_FUNCTION_TYPE*)(
cumul
+ (maxSV1+1)); /* size = tableSize */
in FSE_buildCTable_wksp()
101
cumul
[0] = 0;
in FSE_buildCTable_wksp()
104
cumul
[u] =
cumul
[u-1] + 1;
in FSE_buildCTable_wksp()
108
cumul
[u] =
cumul
[u-1] + (U16)normalizedCounter[u-1];
in FSE_buildCTable_wksp()
109
assert(
cumul
[u] >=
cumul
[u-1]); /* no overflow */
in FSE_buildCTable_wksp()
111
cumul
[maxSV
in FSE_buildCTable_wksp()
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
fse_compress.c
103
U32 *
cumul
;
in FSE_buildCTable_wksp()
local
107
cumul
= (U32 *)workspace + spaceUsed32;
in FSE_buildCTable_wksp()
127
cumul
[0] = 0;
in FSE_buildCTable_wksp()
130
cumul
[u] =
cumul
[u - 1] + 1;
in FSE_buildCTable_wksp()
133
cumul
[u] =
cumul
[u - 1] + normalizedCounter[u - 1];
in FSE_buildCTable_wksp()
136
cumul
[maxSymbolValue + 1] = tableSize + 1;
in FSE_buildCTable_wksp()
162
tableU16[
cumul
[s]++] = (U16)(tableSize + u); /* TableU16 : sorted by symbol order; gives next state value */
in FSE_buildCTable_wksp()
/kernel/linux/linux-5.10/tools/perf/ui/stdio/
H
A
D
hist.c
128
u64
cumul
;
in __callchain__fprintf_graph()
local
131
cumul
= callchain_cumul_hits(child);
in __callchain__fprintf_graph()
132
remaining -=
cumul
;
in __callchain__fprintf_graph()
/kernel/linux/linux-6.6/tools/perf/ui/stdio/
H
A
D
hist.c
128
u64
cumul
;
in __callchain__fprintf_graph()
local
131
cumul
= callchain_cumul_hits(child);
in __callchain__fprintf_graph()
132
remaining -=
cumul
;
in __callchain__fprintf_graph()
Completed in 5 milliseconds