Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash_composite_inc.h13 #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()
[all …]