Searched refs:DIST_CODE_LEN (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dtrees.h100 const uch _dist_code[DIST_CODE_LEN] = {
H A Dtrees.c112 #define DIST_CODE_LEN 512 /* see definition of array dist_code below */ macro
129 uch _dist_code[DIST_CODE_LEN];
378 fprintf(header, "const uch _dist_code[DIST_CODE_LEN] = {\n");
379 for (i = 0; i < DIST_CODE_LEN; i++) {
381 SEPARATOR(i, DIST_CODE_LEN-1, 20));

Completed in 19 milliseconds