ngx_crc32_table16   25 core/ngx_crc32.c static uint32_t  ngx_crc32_table16[] = {
ngx_crc32_table16  101 core/ngx_crc32.c uint32_t *ngx_crc32_table_short = ngx_crc32_table16;
ngx_crc32_table16  123 core/ngx_crc32.c     ngx_memcpy(p, ngx_crc32_table16, 16 * sizeof(uint32_t));