Searched refs:chunkcopy (Results 1 – 7 of 7) sorted by relevance
253 functable.chunkcopy = &chunkcopy_c; in chunkcopy_stub()259 functable.chunkcopy = &chunkcopy_sse2; in chunkcopy_stub()263 functable.chunkcopy = &chunkcopy_neon; in chunkcopy_stub()266 return functable.chunkcopy(out, from, len); in chunkcopy_stub()
20 uint8_t* (* chunkcopy) (uint8_t *out, uint8_t const *from, unsigned len); member
272 out = functable.chunkcopy(out, out - dist, len); in zng_inflate_fast()
35 #error chunkcopy.h inflate chunk SIMD is not defined for your build target
176 "contrib/optimizations/chunkcopy.h",