Lines Matching refs:FN_B
16 #define FN_B(X) EXPAND_CAT(X, HASHER_B) macro
20 size_t b = FN_B(HashTypeLength)(); in FN()
26 size_t b = FN_B(StoreLookahead)(); in FN()
66 FN_B(Initialize)(&self->hb_common, &self->hb, self->params); in FN()
69 FN_B(Prepare)(&self->hb, one_shot, input_size, data); in FN()
76 FN_B(HashMemAllocInBytes)(params, one_shot, input_size); in FN()
82 FN_B(Store)(&self->hb, data, mask, ix); in FN()
90 FN_B(StoreRange)(&self->hb, data, mask, ix_start, ix_end); in FN()
99 FN_B(StitchToPreviousBlock)(&self->hb, num_bytes, position, in FN()
106 FN_B(PrepareDistanceCache)(&self->hb, distance_cache); in FN()
120 FN_B(FindLongestMatch)(&self->hb, dictionary, data, ring_buffer_mask, in FN()