mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-16 14:46:11 +00:00
parent
5e069a64d4
commit
d932948fb4
954 changed files with 1095 additions and 1342 deletions
6
third_party/zlib/inffixed.c
vendored
6
third_party/zlib/inffixed.c
vendored
|
@ -1,11 +1,11 @@
|
|||
#include "third_party/zlib/inftrees.h"
|
||||
#include "third_party/zlib/inftrees.internal.h"
|
||||
|
||||
/**
|
||||
* @fileoverview tables for decoding fixed codes
|
||||
* @note generated by makefixed()
|
||||
*/
|
||||
|
||||
const struct zcode kZlibLenfix[512] = {
|
||||
hidden const struct zcode kZlibLenfix[512] = {
|
||||
{96, 7, 0}, {0, 8, 80}, {0, 8, 16}, {20, 8, 115}, {18, 7, 31},
|
||||
{0, 8, 112}, {0, 8, 48}, {0, 9, 192}, {16, 7, 10}, {0, 8, 96},
|
||||
{0, 8, 32}, {0, 9, 160}, {0, 8, 0}, {0, 8, 128}, {0, 8, 64},
|
||||
|
@ -111,7 +111,7 @@ const struct zcode kZlibLenfix[512] = {
|
|||
{0, 8, 79}, {0, 9, 255},
|
||||
};
|
||||
|
||||
const struct zcode kZlibDistfix[32] = {
|
||||
hidden const struct zcode kZlibDistfix[32] = {
|
||||
{16, 5, 1}, {23, 5, 257}, {19, 5, 17}, {27, 5, 4097}, {17, 5, 5},
|
||||
{25, 5, 1025}, {21, 5, 65}, {29, 5, 16385}, {16, 5, 3}, {24, 5, 513},
|
||||
{20, 5, 33}, {28, 5, 8193}, {18, 5, 9}, {26, 5, 2049}, {22, 5, 129},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue