OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hashchain
(Results
1 - 6
of
6
) sorted by null
/external/lzma/C/
LzmaEnc.h
26
int btMode; /* 0 -
hashChain
Mode, 1 - binTree mode - normal, default = 1 */
/external/opencv3/3rdparty/libwebp/enc/
backward_references.c
42
}
HashChain
;
116
static int HashChainInit(
HashChain
* const p, int size) {
131
static void HashChainDelete(
HashChain
* const p) {
139
static void HashChainInsert(
HashChain
* const p,
164
static int HashChainFindCopy(const
HashChain
* const p,
272
HashChain
* const hash_chain = (
HashChain
*)malloc(sizeof(*hash_chain));
485
HashChain
* hash_chain = (
HashChain
*)malloc(sizeof(*hash_chain));
636
HashChain
* hash_chain = (HashChain*)malloc(sizeof(*hash_chain))
[
all
...]
/external/webp/src/enc/
vp8li.h
53
VP8LHashChain hash_chain_; //
HashChain
data for constructing
/external/toybox/toys/pending/
compress.c
136
unsigned short *hashhead, *
hashchain
;
460
// compress needs 64k data and 32k each for hashhead and
hashchain
.
465
TT.
hashchain
= (unsigned short *)(TT.data + 65536 + 32768);
/external/toybox/generated/
globals.h
413
unsigned short *hashhead, *
hashchain
;
member in struct:compress_data
/external/zopfli/src/zopflipng/lodepng/
lodepng.cpp
[
all
...]
Completed in 1077 milliseconds