11cb0ef41Sopenharmony_ci/* adler32_simd.h 21cb0ef41Sopenharmony_ci * 31cb0ef41Sopenharmony_ci * Copyright 2017 The Chromium Authors 41cb0ef41Sopenharmony_ci * Use of this source code is governed by a BSD-style license that can be 51cb0ef41Sopenharmony_ci * found in the Chromium source repository LICENSE file. 61cb0ef41Sopenharmony_ci */ 71cb0ef41Sopenharmony_ci 81cb0ef41Sopenharmony_ci#include <stdint.h> 91cb0ef41Sopenharmony_ci 101cb0ef41Sopenharmony_ci#include "zconf.h" 111cb0ef41Sopenharmony_ci#include "zutil.h" 121cb0ef41Sopenharmony_ci 131cb0ef41Sopenharmony_ciuint32_t ZLIB_INTERNAL adler32_simd_( 141cb0ef41Sopenharmony_ci uint32_t adler, 151cb0ef41Sopenharmony_ci const unsigned char *buf, 161cb0ef41Sopenharmony_ci z_size_t len); 17