Searched refs:HashRolling (Results 1 – 1 of 1) sorted by relevance
15 #define HashRolling HASHER() macro44 typedef struct HashRolling { struct52 } HashRolling; argument54 static BROTLI_INLINE HashRolling* FN(Self)(HasherHandle handle) { in FN()55 return (HashRolling*)&(GetHasherCommon(handle)[1]); in FN()60 HashRolling* self = FN(Self)(handle); in FN()74 self->table = (uint32_t*)((HasherHandle)self + sizeof(HashRolling)); in FN()84 HashRolling* self = FN(Self)(handle); in FN()99 return sizeof(HashRolling) + NUMBUCKETS * sizeof(uint32_t); in FN()128 HashRolling* self = FN(Self)(handle); in FN()[all …]