Home
last modified time | relevance | path

Searched refs:crc32 (Results 1 – 25 of 36) sorted by relevance

12

/f-stack/dpdk/lib/librte_table/
H A Drte_table_hash_func_arm64.h14 uint32_t crc32 = crc; in rte_crc32_u64() local
16 _CRC32CX(crc32, v); in rte_crc32_u64()
18 return crc32; in rte_crc32_u64()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c65 uint32_t crc32; member
74 uint32_t crc32; member
81 u_char crc32[4]; member
655 ctx->crc32 = crc32(0L, Z_NULL, 0); in ngx_http_gzip_filter_deflate_start()
750 ctx->crc32 = crc32(ctx->crc32, ctx->zstream.next_in, in ngx_http_gzip_filter_add_data()
991 trailer->crc32 = ctx->crc32; in ngx_http_gzip_filter_deflate_end()
996 trailer->crc32[0] = (u_char) (ctx->crc32 & 0xff); in ngx_http_gzip_filter_deflate_end()
997 trailer->crc32[1] = (u_char) ((ctx->crc32 >> 8) & 0xff); in ngx_http_gzip_filter_deflate_end()
998 trailer->crc32[2] = (u_char) ((ctx->crc32 >> 16) & 0xff); in ngx_http_gzip_filter_deflate_end()
999 trailer->crc32[3] = (u_char) ((ctx->crc32 >> 24) & 0xff); in ngx_http_gzip_filter_deflate_end()
H A Dngx_http_geo_module.c162 uint32_t crc32; member
1411 uint32_t crc32; in ngx_http_geo_include_binary_base() local
1506 ngx_crc32_init(crc32); in ngx_http_geo_include_binary_base()
1513 ngx_crc32_update(&crc32, (u_char *) vv, len); in ngx_http_geo_include_binary_base()
1517 ngx_crc32_update(&crc32, (u_char *) vv, sizeof(ngx_http_variable_value_t)); in ngx_http_geo_include_binary_base()
1523 ngx_crc32_update(&crc32, (u_char *) &ranges[i], sizeof(void *)); in ngx_http_geo_include_binary_base()
1534 ngx_crc32_update(&crc32, (u_char *) range, in ngx_http_geo_include_binary_base()
1540 ngx_crc32_update(&crc32, (u_char *) range, sizeof(void *)); in ngx_http_geo_include_binary_base()
1544 ngx_crc32_final(crc32); in ngx_http_geo_include_binary_base()
1546 if (crc32 != header->crc32) { in ngx_http_geo_include_binary_base()
[all …]
/f-stack/app/nginx-1.16.1/auto/lib/zlib/
H A Dmakefile.bcc11 bcc32 -c $(CFLAGS) adler32.c crc32.c deflate.c \
15 tlib zlib.lib +adler32.obj +crc32.obj +deflate.obj \
H A Dmakefile.owc11 wcl386 -c $(CFLAGS) adler32.c crc32.c deflate.c trees.c zutil.c &
13 wlib -n zlib.lib adler32.obj crc32.obj deflate.obj trees.obj &
H A Dmakefile.msvc11 cl -c $(CFLAGS) adler32.c crc32.c deflate.c \
15 link -lib -out:zlib.lib adler32.obj crc32.obj deflate.obj \
H A Dconf23 CORE_LIBS="$CORE_LIBS $ZLIB/crc32.o"
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-zip.h105 uint64_t crc32 : 32; member
109 uint64_t crc32 : 32;
/f-stack/freebsd/contrib/openzfs/config/
H A Duser-zlib.m45 ZFS_AC_FIND_SYSTEM_LIBRARY(ZLIB, [zlib], [zlib.h], [], [z], [compress2 uncompress crc32], [], [
/f-stack/freebsd/contrib/xz-embedded/linux/scripts/
H A Dxz_wrap.sh23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_stream.h15 # undef crc32
H A Dxz_dec_stream.c23 uint32_t crc32; member
288 s->block.hash.crc32 = xz_crc32( in dec_block()
290 sizeof(s->block.hash), s->block.hash.crc32); in dec_block()
347 s->index.hash.crc32 = xz_crc32( in dec_index()
350 s->index.hash.crc32); in dec_index()
H A Dxz_dec_test.c134 crc = crc32(crc, buffer_out, buffers.out_pos); in xz_dec_test_write()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h68 uint32_t crc32; member
133 uint32_t crc32; member
H A Dngx_http_file_cache.c240 ngx_crc32_init(c->crc32); in ngx_http_file_cache_create_key()
250 ngx_crc32_update(&c->crc32, key[i].data, key[i].len); in ngx_http_file_cache_create_key()
257 ngx_crc32_final(c->crc32); in ngx_http_file_cache_create_key()
557 if (h->crc32 != c->crc32 || (size_t) h->header_start != c->header_start) { in ngx_http_file_cache_read()
1264 h->crc32 = c->crc32; in ngx_http_file_cache_set_header()
1504 || h.crc32 != c->crc32 in ngx_http_file_cache_update_header()
1527 h.crc32 = c->crc32; in ngx_http_file_cache_update_header()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geo_module.c153 uint32_t crc32; member
1337 uint32_t crc32; in ngx_stream_geo_include_binary_base() local
1432 ngx_crc32_init(crc32); in ngx_stream_geo_include_binary_base()
1440 ngx_crc32_update(&crc32, (u_char *) vv, len); in ngx_stream_geo_include_binary_base()
1444 ngx_crc32_update(&crc32, (u_char *) vv, in ngx_stream_geo_include_binary_base()
1451 ngx_crc32_update(&crc32, (u_char *) &ranges[i], sizeof(void *)); in ngx_stream_geo_include_binary_base()
1462 ngx_crc32_update(&crc32, (u_char *) range, in ngx_stream_geo_include_binary_base()
1468 ngx_crc32_update(&crc32, (u_char *) range, sizeof(void *)); in ngx_stream_geo_include_binary_base()
1472 ngx_crc32_final(crc32); in ngx_stream_geo_include_binary_base()
1474 if (crc32 != header->crc32) { in ngx_stream_geo_include_binary_base()
[all …]
/f-stack/freebsd/sys/
H A Dgsb_crc32.h28 crc32(const void *buf, size_t size) in crc32() function
/f-stack/freebsd/contrib/zlib/
H A Dinflate.c451 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
462 check = crc32(check, hbuf, 2); \
471 check = crc32(check, hbuf, 4); \
667 state->check = crc32(0L, Z_NULL, 0);
769 state->check = crc32(state->check, next, copy);
790 state->check = crc32(state->check, next, copy);
811 state->check = crc32(state->check, next, copy);
833 strm->adler = state->check = crc32(0L, Z_NULL, 0);
H A Ddeflate.c497 s->wrap == 2 ? crc32(0L, Z_NULL, 0) :
761 strm->adler = crc32(strm->adler, s->pending_buf + (beg), \
854 strm->adler = crc32(0L, Z_NULL, 0);
897 strm->adler = crc32(strm->adler, s->pending_buf,
984 strm->adler = crc32(0L, Z_NULL, 0);
1185 strm->adler = crc32(strm->adler, buf, len);
H A Dcrc32.c237 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() function
/f-stack/dpdk/drivers/compress/octeontx/include/
H A Dzip_regs.h530 uint64_t crc32 : 32; member
535 uint64_t crc32 : 32;
/f-stack/freebsd/kern/
H A Dsubr_compressor.c150 s->gz_crc = crc32(0L, Z_NULL, 0); in gz_reset()
182 s->gz_crc = crc32(s->gz_crc, data, len); in gz_write()
/f-stack/freebsd/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt61 --check=crc32.
78 xz --check=crc32 --lzma2=dict=512KiB inputfile
/f-stack/dpdk/drivers/net/bnxt/hcapi/
H A Dhcapi_cfa_p4.c52 #define crc32(x, y) crc32i(~0, x, y) macro
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Darmada-385-turris-omnia.dts150 * u32 crc32;

12