Searched refs:HashComposite (Results 1 – 1 of 1) sorted by relevance
13 #define HashComposite HASHER() macro30 typedef struct HashComposite { struct34 } HashComposite; argument36 static BROTLI_INLINE HashComposite* FN(Self)(HasherHandle handle) { in FN()37 return (HashComposite*)&(GetHasherCommon(handle)[1]); in FN()42 HashComposite* self = FN(Self)(handle); in FN()54 HashComposite* self = FN(Self)(handle); in FN()59 self->ha = handle + sizeof(HasherCommon) + sizeof(HashComposite); in FN()83 return sizeof(HashComposite) + 2 * sizeof(HasherCommon) + in FN()90 HashComposite* self = FN(Self)(handle); in FN()[all …]