Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_crc32.c26 static uint32_t ngx_crc32_table16[] = { variable
102 uint32_t *ngx_crc32_table_short = ngx_crc32_table16;
124 ngx_memcpy(p, ngx_crc32_table16, 16 * sizeof(uint32_t)); in ngx_crc32_table_init()