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:Summ
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lzma/C/
H
A
D
Ppmd.h
46
UInt16
Summ
; /* Freq */
member
53
{ (p)->
Summ
= (UInt16)((p)->
Summ
<< 1); \
H
A
D
Ppmd7Enc.c
231
// if (see->
Summ
) field is larger than 16-bit, we need only low 16 bits of
Summ
in Ppmd7z_EncodeSymbol()
232
unsigned summ = (UInt16)see->
Summ
; // & 0xFFFF
in Ppmd7z_EncodeSymbol()
234
see->
Summ
= (UInt16)(summ - r);
in Ppmd7z_EncodeSymbol()
293
see->
Summ
= (UInt16)(see->
Summ
+ total);
in Ppmd7z_EncodeSymbol()
H
A
D
Ppmd7Dec.c
253
// new (see->
Summ
) value can overflow over 16-bits in some rare cases
in Ppmd7z_DecodeSymbol()
266
// We increase (see->
Summ
) for sum of Freqs of all non_Masked symbols.
in Ppmd7z_DecodeSymbol()
267
// new (see->
Summ
) value can overflow over 16-bits in some rare cases
in Ppmd7z_DecodeSymbol()
268
see->
Summ
= (UInt16)(see->
Summ
+ freqSum);
in Ppmd7z_DecodeSymbol()
H
A
D
Ppmd7.c
410
s->
Summ
= (UInt16)summ;
in Ppmd7_RestartModel()
416
p->DummySee.
Summ
= 0; /* unused */
in Ppmd7_RestartModel()
935
// if (see->
Summ
) field is larger than 16-bit, we need only low 16 bits of
Summ
in Ppmd7_MakeEscFreq()
936
unsigned summ = (UInt16)see->
Summ
; // & 0xFFFF
in Ppmd7_MakeEscFreq()
938
see->
Summ
= (UInt16)(summ - r);
in Ppmd7_MakeEscFreq()
Completed in 4 milliseconds