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:LZNT_CHUNK_SIZE
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
lznt.c
20
#define
LZNT_CHUNK_SIZE
0x1000
macro
35
struct lznt_hash hash[
LZNT_CHUNK_SIZE
];
56
(
LZNT_CHUNK_SIZE
- 1);
in longest_match_std()
154
if (unc +
LZNT_CHUNK_SIZE
< unc_end)
in compress_chunk()
155
unc_end = unc +
LZNT_CHUNK_SIZE
;
in compress_chunk()
157
last = min(cmpr +
LZNT_CHUNK_SIZE
+ sizeof(short), cmpr_end);
in compress_chunk()
211
if ((cmpr +
LZNT_CHUNK_SIZE
+ sizeof(short)) > last)
in compress_chunk()
216
* 0x3FFF == ((
LZNT_CHUNK_SIZE
+ 2 - 3) | 0x3000)
in compress_chunk()
221
memcpy(cmpr + sizeof(short), unc,
LZNT_CHUNK_SIZE
);
in compress_chunk()
222
*cmpr_chunk_size =
LZNT_CHUNK_SIZE
in compress_chunk()
[all...]
Completed in 1 milliseconds