OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasherHandle
(Results
1 - 14
of
14
) sorted by null
/external/brotli/c/enc/
backward_references.h
31
HasherHandle
hasher, int* dist_cache, size_t* last_insert_len,
backward_references_hq.h
28
HasherHandle
hasher, int* dist_cache, size_t* last_insert_len,
34
HasherHandle
hasher, int* dist_cache, size_t* last_insert_len,
81
const int* dist_cache,
HasherHandle
hasher, ZopfliNode* nodes);
hash_composite_inc.h
31
HasherHandle
ha;
32
HasherHandle
hb;
36
static BROTLI_INLINE HashComposite* FN(Self)(
HasherHandle
handle) {
41
HasherHandle
handle, const BrotliEncoderParams* params) {
52
static void FN(Prepare)(
HasherHandle
handle, BROTLI_BOOL one_shot,
88
static BROTLI_INLINE void FN(Store)(
HasherHandle
BROTLI_RESTRICT handle,
95
static BROTLI_INLINE void FN(StoreRange)(
HasherHandle
handle,
103
static BROTLI_INLINE void FN(StitchToPreviousBlock)(
HasherHandle
handle,
114
HasherHandle
handle, int* BROTLI_RESTRICT distance_cache) {
120
static BROTLI_INLINE void FN(FindLongestMatch)(
HasherHandle
handle
[
all
...]
hash_rolling_inc.h
54
static BROTLI_INLINE HashRolling* FN(Self)(
HasherHandle
handle) {
59
HasherHandle
handle, const BrotliEncoderParams* params) {
74
self->table = (uint32_t*)((
HasherHandle
)self + sizeof(HashRolling));
82
static void FN(Prepare)(
HasherHandle
handle, BROTLI_BOOL one_shot,
105
static BROTLI_INLINE void FN(Store)(
HasherHandle
BROTLI_RESTRICT handle,
113
static BROTLI_INLINE void FN(StoreRange)(
HasherHandle
handle,
123
static BROTLI_INLINE void FN(StitchToPreviousBlock)(
HasherHandle
handle,
149
HasherHandle
handle, int* BROTLI_RESTRICT distance_cache) {
154
static BROTLI_INLINE void FN(FindLongestMatch)(
HasherHandle
handle,
hash_longest_match_quickly_inc.h
41
static BROTLI_INLINE HashLongestMatchQuickly* FN(Self)(
HasherHandle
handle) {
46
HasherHandle
handle, const BrotliEncoderParams* params) {
51
static void FN(Prepare)(
HasherHandle
handle, BROTLI_BOOL one_shot,
83
static BROTLI_INLINE void FN(Store)(
HasherHandle
handle,
91
static BROTLI_INLINE void FN(StoreRange)(
HasherHandle
handle,
101
HasherHandle
handle, size_t num_bytes, size_t position,
114
HasherHandle
handle, int* BROTLI_RESTRICT distance_cache) {
128
HasherHandle
handle, const BrotliEncoderDictionary* dictionary,
hash_forgetful_chain_inc.h
57
static BROTLI_INLINE HashForgetfulChain* FN(Self)(
HasherHandle
handle) {
62
HasherHandle
handle, const BrotliEncoderParams* params) {
67
static void FN(Prepare)(
HasherHandle
handle, BROTLI_BOOL one_shot,
102
static BROTLI_INLINE void FN(Store)(
HasherHandle
BROTLI_RESTRICT handle,
117
static BROTLI_INLINE void FN(StoreRange)(
HasherHandle
handle,
126
static BROTLI_INLINE void FN(StitchToPreviousBlock)(
HasherHandle
handle,
140
HasherHandle
handle, int* BROTLI_RESTRICT distance_cache) {
156
static BROTLI_INLINE void FN(FindLongestMatch)(
HasherHandle
handle,
hash_longest_match64_inc.h
54
static BROTLI_INLINE HashLongestMatch* FN(Self)(
HasherHandle
handle) {
67
HasherHandle
handle, const BrotliEncoderParams* params) {
78
static void FN(Prepare)(
HasherHandle
handle, BROTLI_BOOL one_shot,
108
static BROTLI_INLINE void FN(Store)(
HasherHandle
handle, const uint8_t* data,
121
static BROTLI_INLINE void FN(StoreRange)(
HasherHandle
handle,
130
static BROTLI_INLINE void FN(StitchToPreviousBlock)(
HasherHandle
handle,
144
HasherHandle
handle, int* BROTLI_RESTRICT distance_cache) {
160
static BROTLI_INLINE void FN(FindLongestMatch)(
HasherHandle
handle,
hash_longest_match_inc.h
50
static BROTLI_INLINE HashLongestMatch* FN(Self)(
HasherHandle
handle) {
63
HasherHandle
handle, const BrotliEncoderParams* params) {
73
static void FN(Prepare)(
HasherHandle
handle, BROTLI_BOOL one_shot,
102
static BROTLI_INLINE void FN(Store)(
HasherHandle
handle, const uint8_t* data,
114
static BROTLI_INLINE void FN(StoreRange)(
HasherHandle
handle,
123
static BROTLI_INLINE void FN(StitchToPreviousBlock)(
HasherHandle
handle,
137
HasherHandle
handle, int* BROTLI_RESTRICT distance_cache) {
153
static BROTLI_INLINE void FN(FindLongestMatch)(
HasherHandle
handle,
hash_to_binary_tree_inc.h
57
static BROTLI_INLINE HashToBinaryTree* FN(Self)(
HasherHandle
handle) {
66
HasherHandle
handle, const BrotliEncoderParams* params) {
72
static void FN(Prepare)(
HasherHandle
handle, BROTLI_BOOL one_shot,
202
static BROTLI_INLINE size_t FN(FindAllMatches)(
HasherHandle
handle,
269
static BROTLI_INLINE void FN(Store)(
HasherHandle
handle, const uint8_t* data,
278
static BROTLI_INLINE void FN(StoreRange)(
HasherHandle
handle,
296
static BROTLI_INLINE void FN(StitchToPreviousBlock)(
HasherHandle
handle,
hash.h
33
*
HasherHandle
by value.
42
#define
HasherHandle
uint8_t*
54
static BROTLI_INLINE HasherCommon* GetHasherCommon(
HasherHandle
handle) {
196
HasherHandle
handle, const uint8_t* data, size_t max_length,
401
MemoryManager* m,
HasherHandle
* handle) {
406
static BROTLI_INLINE void HasherReset(
HasherHandle
handle) {
427
static BROTLI_INLINE void HasherSetup(MemoryManager* m,
HasherHandle
* handle,
430
HasherHandle
self = NULL;
476
MemoryManager* m,
HasherHandle
* handle, const uint8_t* data, size_t mask,
479
HasherHandle
self
[
all
...]
backward_references.c
125
HasherHandle
hasher, int* dist_cache, size_t* last_insert_len,
backward_references_inc.h
14
HasherHandle
hasher, int* dist_cache, size_t* last_insert_len,
backward_references_hq.c
654
const int* dist_cache,
HasherHandle
hasher, ZopfliNode* nodes) {
714
HasherHandle
hasher, int* dist_cache, size_t* last_insert_len,
732
HasherHandle
hasher, int* dist_cache, size_t* last_insert_len,
encode.c
62
HasherHandle
hasher_;
[
all
...]
Completed in 265 milliseconds