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
defs:offCode
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
zstd_opt.h
146
BYTE const
offCode
= (BYTE)ZSTD_highbit32(offset + 1);
in ZSTD_getPrice()
local
184
BYTE const
offCode
= (BYTE)ZSTD_highbit32(offset + 1);
in ZSTD_updatePrice()
local
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_opt.c
304
U32 const
offCode
= ZSTD_highbit32(STORED_TO_OFFBASE(offcode));
in ZSTD_getMatchPrice()
local
348
{ U32 const
offCode
= ZSTD_highbit32(STORED_TO_OFFBASE(offsetCode));
in ZSTD_updateStats()
local
1299
U32 const
offCode
= opt[storePos].off;
ZSTD_compressBlock_opt_generic()
local
[all...]
H
A
D
zstd_compress.c
3349
ZSTD_resolveRepcodeToRawOffset(const U32 rep[ZSTD_REP_NUM], const U32
offCode
, const U32 ll0)
in ZSTD_resolveRepcodeToRawOffset()
argument
3380
U32 const
offCode
= OFFBASE_TO_STORED(seq->offBase);
in ZSTD_seqStore_resolveOffCodes()
local
5563
ZSTD_validateSequence(U32
offCode
, U32 matchLength, size_t posInSrc, U32 windowLog, size_t dictSize)
ZSTD_validateSequence()
argument
5581
U32
offCode
= STORE_OFFSET(rawOffset);
ZSTD_finalizeOffCode()
local
5622
U32 const
offCode
= ZSTD_finalizeOffCode(inSeqs[idx].offset, updatedRepcodes.rep, ll0);
ZSTD_copySequencesToSeqStoreExplicitBlockDelim()
local
5691
U32
offCode
;
ZSTD_copySequencesToSeqStoreNoBlockDelim()
local
[all...]
Completed in 12 milliseconds