Home
last modified time | relevance | path

Searched refs:HasherCommon (Results 1 – 4 of 4) sorted by relevance

/external/brotli/c/enc/
Dhash_composite_inc.h56 HasherCommon* common_a; in FN()
57 HasherCommon* common_b; in FN()
59 self->ha = handle + sizeof(HasherCommon) + sizeof(HashComposite); in FN()
60 common_a = (HasherCommon*)self->ha; in FN()
67 self->hb = self->ha + sizeof(HasherCommon) + FN_A(HashMemAllocInBytes)( in FN()
69 common_b = (HasherCommon*)self->hb; in FN()
83 return sizeof(HashComposite) + 2 * sizeof(HasherCommon) + in FN()
Dhash.h52 } HasherCommon; typedef
54 static BROTLI_INLINE HasherCommon* GetHasherCommon(HasherHandle handle) { in GetHasherCommon()
55 return (HasherCommon*)handle; in GetHasherCommon()
201 HasherCommon* self = GetHasherCommon(handle); in SearchInStaticDictionary()
413 size_t result = sizeof(HasherCommon); in HasherSize()
431 HasherCommon* common = NULL; in HasherSetup()
Dhash_longest_match64_inc.h68 HasherCommon* common = GetHasherCommon(handle); in FN()
167 HasherCommon* common = GetHasherCommon(handle); in FN()
Dhash_longest_match_inc.h64 HasherCommon* common = GetHasherCommon(handle); in FN()
160 HasherCommon* common = GetHasherCommon(handle); in FN()