Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_crc32.h17 extern uint32_t ngx_crc32_table256[];
46 crc = ngx_crc32_table256[(crc ^ *p++) & 0xff] ^ (crc >> 8); in ngx_crc32_long()
65 c = ngx_crc32_table256[(c ^ *p++) & 0xff] ^ (c >> 8); in ngx_crc32_update()
H A Dngx_crc32.c34 uint32_t ngx_crc32_table256[] = { variable