Home
last modified time | relevance | path

Searched refs:DIST_CODE_LEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/zlib/
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
H A Dtrees.c86 #define DIST_CODE_LEN 512 /* see definition of array dist_code below */ macro
103 uch _dist_code[DIST_CODE_LEN];
355 for (i = 0; i < DIST_CODE_LEN; i++) { in gen_trees_header()
357 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflate64/
H A D0001-Do-not-override-const-qualifier.patch59 #define DIST_CODE_LEN 768 /* see definition of array dist_code below */