Home
last modified time | relevance | path

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

/external/rust/crates/libz-sys/src/zlib-ng/test/benchmarks/
Dbenchmark_compare256.cc18 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/
Dfunctable.c433 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()
Dfunctable.h21 uint32_t (* compare256) (const uint8_t *src0, const uint8_t *src1); member
Ddeflate_quick.c96 match_len = functable.compare256(str_start+2, match_start+2) + 2; in deflate_quick()
DMakefile.in80 compare256.o \
118 compare256.lo \
DCMakeLists.txt731 … add_feature_info(AVX2_COMPARE256 1 "Support AVX2 optimized compare256, using \"${AVX2FLAG}\"")
956 compare256.c
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dtest_compare256.cc21 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/
DMakefile.arm53 compare256.obj \
DMakefile.a6449 compare256.obj \
DMakefile.msc63 compare256.obj \