HelenOS sources

MAX_ORDER         161 boot/generic/src/inflate.c static const short order[MAX_ORDER] = {
MAX_ORDER         539 boot/generic/src/inflate.c 	    (ncode > MAX_ORDER))
MAX_ORDER         550 boot/generic/src/inflate.c 	for (index = ncode; index < MAX_ORDER; index++)
MAX_ORDER         554 boot/generic/src/inflate.c 	int16_t rc = huffman_construct(&dyn_len_code, length, MAX_ORDER);
MAX_ORDER         160 uspace/lib/compress/inflate.c static const short order[MAX_ORDER] = {
MAX_ORDER         538 uspace/lib/compress/inflate.c 	    (ncode > MAX_ORDER))
MAX_ORDER         549 uspace/lib/compress/inflate.c 	for (index = ncode; index < MAX_ORDER; index++)
MAX_ORDER         553 uspace/lib/compress/inflate.c 	int16_t rc = huffman_construct(&dyn_len_code, length, MAX_ORDER);
HelenOS homepage, sources at GitHub