Searched refs:HasherCommon (Results 1 – 4 of 4) sorted by relevance
56 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()
52 } HasherCommon; typedef54 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()
68 HasherCommon* common = GetHasherCommon(handle); in FN()167 HasherCommon* common = GetHasherCommon(handle); in FN()
64 HasherCommon* common = GetHasherCommon(handle); in FN()160 HasherCommon* common = GetHasherCommon(handle); in FN()