| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_func_arm64.h | 14 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 D | ngx_http_gzip_filter_module.c | 65 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 D | ngx_http_geo_module.c | 162 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 D | makefile.bcc | 11 bcc32 -c $(CFLAGS) adler32.c crc32.c deflate.c \ 15 tlib zlib.lib +adler32.obj +crc32.obj +deflate.obj \
|
| H A D | makefile.owc | 11 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 D | makefile.msvc | 11 cl -c $(CFLAGS) adler32.c crc32.c deflate.c \ 15 link -lib -out:zlib.lib adler32.obj crc32.obj deflate.obj \
|
| H A D | conf | 23 CORE_LIBS="$CORE_LIBS $ZLIB/crc32.o"
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-zip.h | 105 uint64_t crc32 : 32; member 109 uint64_t crc32 : 32;
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | user-zlib.m4 | 5 ZFS_AC_FIND_SYSTEM_LIBRARY(ZLIB, [zlib], [zlib.h], [], [z], [compress2 uncompress crc32], [], [
|
| /f-stack/freebsd/contrib/xz-embedded/linux/scripts/ |
| H A D | xz_wrap.sh | 23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
|
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_stream.h | 15 # undef crc32
|
| H A D | xz_dec_stream.c | 23 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 D | xz_dec_test.c | 134 crc = crc32(crc, buffer_out, buffers.out_pos); in xz_dec_test_write()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_cache.h | 68 uint32_t crc32; member 133 uint32_t crc32; member
|
| H A D | ngx_http_file_cache.c | 240 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 D | ngx_stream_geo_module.c | 153 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 D | gsb_crc32.h | 28 crc32(const void *buf, size_t size) in crc32() function
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | inflate.c | 451 (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 D | deflate.c | 497 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 D | crc32.c | 237 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() function
|
| /f-stack/dpdk/drivers/compress/octeontx/include/ |
| H A D | zip_regs.h | 530 uint64_t crc32 : 32; member 535 uint64_t crc32 : 32;
|
| /f-stack/freebsd/kern/ |
| H A D | subr_compressor.c | 150 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 D | xz.txt | 61 --check=crc32. 78 xz --check=crc32 --lzma2=dict=512KiB inputfile
|
| /f-stack/dpdk/drivers/net/bnxt/hcapi/ |
| H A D | hcapi_cfa_p4.c | 52 #define crc32(x, y) crc32i(~0, x, y) macro
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | armada-385-turris-omnia.dts | 150 * u32 crc32;
|