Searched refs:ngx_crc32_table256 (Results 1 – 2 of 2) sorted by relevance
17 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()
34 uint32_t ngx_crc32_table256[] = { variable