Lines Matching refs:HashComposite
13 #define HashComposite HASHER() macro
30 typedef struct HashComposite { struct
34 } HashComposite; argument
36 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()
98 HashComposite* self = FN(Self)(handle); in FN()
106 HashComposite* self = FN(Self)(handle); in FN()
115 HashComposite* self = FN(Self)(handle); in FN()
127 HashComposite* self = FN(Self)(handle); in FN()
136 #undef HashComposite