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:dictCtx
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lz4/lib/
H
A
D
lz4hc.c
254
const LZ4HC_CCtx_internal * const
dictCtx
= hc4->
dictCtx
;
in LZ4HC_InsertAndGetWiderMatch()
local
420
size_t const dictEndOffset = (size_t)(
dictCtx
->end -
dictCtx
->prefixStart) +
dictCtx
->dictLimit;
in LZ4HC_InsertAndGetWiderMatch()
421
U32 dictMatchIndex =
dictCtx
->hashTable[LZ4HC_hashPtr(ip)];
in LZ4HC_InsertAndGetWiderMatch()
425
const BYTE* const matchPtr =
dictCtx
->prefixStart -
dictCtx
->dictLimit + dictMatchIndex;
in LZ4HC_InsertAndGetWiderMatch()
433
back = lookBackLength ? LZ4HC_countBack(ip, matchPtr, iLowLimit,
dictCtx
->prefixStart) : 0;
in LZ4HC_InsertAndGetWiderMatch()
441
{ U32 const nextOffset = DELTANEXTU16(
dictCtx
in LZ4HC_InsertAndGetWiderMatch()
[all...]
H
A
D
lz4.c
712
* in a separate context, pointed to by ctx->
dictCtx
.
716
* ignored. Instead, ctx->
dictCtx
->dictionary and ctx->
dictCtx
719
* ->
dictCtx
->hashTable.
899
cctx->
dictCtx
= NULL;
in LZ4_prepareTable()
930
const LZ4_stream_t_internal*
dictCtx
= (const LZ4_stream_t_internal*) cctx->
dictCtx
;
in LZ4_compress_generic_validated()
local
932
dictDirective == usingDictCtx ?
dictCtx
->dictionary : cctx->dictionary;
in LZ4_compress_generic_validated()
934
dictDirective == usingDictCtx ?
dictCtx
->dictSize : cctx->dictSize;
in LZ4_compress_generic_validated()
935
const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex -
dictCtx
in LZ4_compress_generic_validated()
1585
const LZ4_stream_t_internal*
dictCtx
= (dictionaryStream == NULL) ? NULL :
LZ4_attach_dictionary()
local
[all...]
H
A
D
lz4hc.h
219
const LZ4HC_CCtx_internal*
dictCtx
;
member
H
A
D
lz4.h
681
const LZ4_stream_t_internal*
dictCtx
;
member
Completed in 7 milliseconds