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:dictLimit
(Results
1 - 2
of
2
) sorted by relevance
/third_party/lz4/lib/
H
A
D
lz4hc.c
103
size_t newStartingOffset = bufferSize + hc4->
dictLimit
;
in LZ4HC_init_internal()
114
hc4->
dictLimit
= (U32)newStartingOffset;
in LZ4HC_init_internal()
125
U32 const prefixIdx = hc4->
dictLimit
;
in LZ4HC_Insert()
231
static int LZ4HC_protectDictEnd(U32 const
dictLimit
, U32 const matchIndex)
in LZ4HC_protectDictEnd()
argument
233
return ((U32)((
dictLimit
- 1) - matchIndex) >= 3);
in LZ4HC_protectDictEnd()
256
const U32 prefixIdx = hc4->
dictLimit
;
in LZ4HC_InsertAndGetWiderMatch()
298
} else { /* lowestMatchIndex <= matchIndex <
dictLimit
*/
in LZ4HC_InsertAndGetWiderMatch()
420
size_t const dictEndOffset = (size_t)(dictCtx->end - dictCtx->prefixStart) + dictCtx->
dictLimit
;
in LZ4HC_InsertAndGetWiderMatch()
425
const BYTE* const matchPtr = dictCtx->prefixStart - dictCtx->
dictLimit
+ dictMatchIndex;
in LZ4HC_InsertAndGetWiderMatch()
891
const size_t position = (size_t)(ctx->end - ctx->prefixStart) + (ctx->
dictLimit
in LZ4HC_compress_generic_dictCtx()
[all...]
H
A
D
lz4hc.h
212
LZ4_u32
dictLimit
; /* below that point, need extDict */
member
Completed in 4 milliseconds