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:currentOffset
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/
H
A
D
lz4_compress.c
219
base = (const BYTE *)source - dictPtr->
currentOffset
;
in LZ4_compress_generic()
223
base = (const BYTE *)source - dictPtr->
currentOffset
;
in LZ4_compress_generic()
784
|| (dict->
currentOffset
> 1 * GB)) {
in LZ4_loadDict()
797
dict->
currentOffset
+= 64 * KB;
in LZ4_loadDict()
798
base = p - dict->
currentOffset
;
in LZ4_loadDict()
801
dict->
currentOffset
+= dict->dictSize;
in LZ4_loadDict()
815
if ((LZ4_dict->
currentOffset
> 0x80000000) ||
in LZ4_renormDictT()
816
((uptrval)LZ4_dict->
currentOffset
> (uptrval)src)) {
in LZ4_renormDictT()
819
U32 const delta = LZ4_dict->
currentOffset
- 64 * KB;
in LZ4_renormDictT()
829
LZ4_dict->
currentOffset
in LZ4_renormDictT()
[all...]
/kernel/linux/linux-6.6/lib/lz4/
H
A
D
lz4_compress.c
219
base = (const BYTE *)source - dictPtr->
currentOffset
;
in LZ4_compress_generic()
223
base = (const BYTE *)source - dictPtr->
currentOffset
;
in LZ4_compress_generic()
784
|| (dict->
currentOffset
> 1 * GB)) {
in LZ4_loadDict()
797
dict->
currentOffset
+= 64 * KB;
in LZ4_loadDict()
798
base = p - dict->
currentOffset
;
in LZ4_loadDict()
801
dict->
currentOffset
+= dict->dictSize;
in LZ4_loadDict()
815
if ((LZ4_dict->
currentOffset
> 0x80000000) ||
in LZ4_renormDictT()
816
((uptrval)LZ4_dict->
currentOffset
> (uptrval)src)) {
in LZ4_renormDictT()
819
U32 const delta = LZ4_dict->
currentOffset
- 64 * KB;
in LZ4_renormDictT()
829
LZ4_dict->
currentOffset
in LZ4_renormDictT()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
lz4.h
100
uint32_t
currentOffset
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
lz4.h
100
uint32_t
currentOffset
;
member
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_compress_internal.h
661
U32 const
currentOffset
= (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode];
in ZSTD_updateRep()
local
664
rep[0] =
currentOffset
;
in ZSTD_updateRep()
Completed in 7 milliseconds