/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/zlib/adler32_simd.h
16 строк
363 B
Luigi Pinca
deps: update zlib to upstream 8bbd6c31
16 ноя 2022, 22:59
16 ноя 2022, 22:59
b6c108f
Код
Авторство
О чём код?
/* adler32_simd.h * * Copyright 2017 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the Chromium source repository LICENSE file. */ #include <stdint.h> #include "zconf.h" #include "zutil.h" uint32_t ZLIB_INTERNAL adler32_simd_( uint32_t adler, const unsigned char *buf, z_size_t len);