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:btLog
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_lazy.c
29
U32 const
btLog
= cParams->chainLog - 1;
in ZSTD_updateDUBT()
local
30
U32 const btMask = (1 <<
btLog
) - 1;
in ZSTD_updateDUBT()
71
U32 const
btLog
= cParams->chainLog - 1;
in ZSTD_insertDUBT1()
local
72
U32 const btMask = (1 <<
btLog
) - 1;
in ZSTD_insertDUBT1()
179
U32 const
btLog
= dmsCParams->chainLog - 1;
in ZSTD_DUBT_findBetterDictMatch()
local
180
U32 const btMask = (1 <<
btLog
) - 1;
in ZSTD_DUBT_findBetterDictMatch()
248
U32 const
btLog
= cParams->chainLog - 1;
in ZSTD_DUBT_findBestMatch()
local
249
U32 const btMask = (1 <<
btLog
) - 1;
in ZSTD_DUBT_findBestMatch()
H
A
D
zstd_opt.c
422
U32 const
btLog
= cParams->chainLog - 1;
in ZSTD_insertBt1()
local
423
U32 const btMask = (1 <<
btLog
) - 1;
in ZSTD_insertBt1()
576
U32 const
btLog
= cParams->chainLog - 1;
in ZSTD_insertBtAndGetAllMatches()
local
577
U32 const btMask= (1U <<
btLog
) - 1;
in ZSTD_insertBtAndGetAllMatches()
602
U32 const dmsBtLog = dictMode == ZSTD_dictMatchState ? dmsCParams->chainLog - 1 :
btLog
;
in ZSTD_insertBtAndGetAllMatches()
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
zstd_opt.h
245
const U32
btLog
= zc->params.cParams.chainLog - 1;
in ZSTD_insertBtAndGetAllMatches()
local
246
const U32 btMask = (1U <<
btLog
) - 1;
in ZSTD_insertBtAndGetAllMatches()
H
A
D
compress.c
1567
U32 const
btLog
= zc->params.cParams.chainLog - 1;
in ZSTD_insertBt1()
local
1568
U32 const btMask = (1 <<
btLog
) - 1;
in ZSTD_insertBt1()
1650
U32 const
btLog
= zc->params.cParams.chainLog - 1;
in ZSTD_insertBtAndFindBestMatch()
local
1651
U32 const btMask = (1 <<
btLog
) - 1;
in ZSTD_insertBtAndFindBestMatch()
Completed in 16 milliseconds