Searched refs:compare256 (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/libz-sys/src/zlib-ng/test/benchmarks/ |
D | benchmark_compare256.cc | 18 class compare256: public benchmark::Fixture { class 34 void Bench(benchmark::State& state, compare256_func compare256) { in Bench() argument 40 len = compare256((const uint8_t *)str1, (const uint8_t *)str2); in Bench() 54 BENCHMARK_DEFINE_F(compare256, name)(benchmark::State& state) { \ 60 BENCHMARK_REGISTER_F(compare256, name)->Range(1, MAX_COMPARE_SIZE);
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | functable.c | 433 functable.compare256 = &compare256_unaligned_64; in compare256_stub() 435 functable.compare256 = &compare256_unaligned_32; in compare256_stub() 437 functable.compare256 = &compare256_unaligned_16; in compare256_stub() 440 functable.compare256 = &compare256_c; in compare256_stub() 444 functable.compare256 = &compare256_sse2; in compare256_stub() 448 functable.compare256 = &compare256_avx2; in compare256_stub() 452 functable.compare256 = &compare256_power9; in compare256_stub() 455 return functable.compare256(src0, src1); in compare256_stub()
|
D | functable.h | 21 uint32_t (* compare256) (const uint8_t *src0, const uint8_t *src1); member
|
D | deflate_quick.c | 96 match_len = functable.compare256(str_start+2, match_start+2) + 2; in deflate_quick()
|
D | Makefile.in | 80 compare256.o \ 118 compare256.lo \
|
D | CMakeLists.txt | 731 … add_feature_info(AVX2_COMPARE256 1 "Support AVX2 optimized compare256, using \"${AVX2FLAG}\"") 956 compare256.c
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | test_compare256.cc | 21 static inline void compare256_match_check(compare256_func compare256) { in compare256_match_check() argument 38 match_len = compare256(str1, str2); in compare256_match_check() 50 TEST(compare256, name) { \
|
/external/rust/crates/libz-sys/src/zlib-ng/win32/ |
D | Makefile.arm | 53 compare256.obj \
|
D | Makefile.a64 | 49 compare256.obj \
|
D | Makefile.msc | 63 compare256.obj \
|