Home
last modified time | relevance | path

Searched refs:max_code (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dtrees.c491 int max_code = desc->max_code; local
553 if (m > max_code) continue;
572 local void gen_codes (tree, max_code, bl_count) in gen_codes() argument
596 for (n = 0; n <= max_code; n++) {
647 node = s->heap[++(s->heap_len)] = (max_code < 2 ? ++max_code : 0);
653 desc->max_code = max_code;
703 local void scan_tree (s, tree, max_code) in scan_tree() argument
719 for (n = 0; n <= max_code; n++) {
748 local void send_tree (s, tree, max_code) in send_tree() argument
764 for (n = 0; n <= max_code; n++) {
[all …]
A Ddeflate.h88 int max_code; /* largest code with non zero frequency */ member
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dtrees.c499 int max_code = desc->max_code; local
561 if (m > max_code) continue;
581 local void gen_codes (tree, max_code, bl_count) in gen_codes() argument
604 for (n = 0; n <= max_code; n++) {
655 node = s->heap[++(s->heap_len)] = (max_code < 2 ? ++max_code : 0);
661 desc->max_code = max_code;
711 local void scan_tree (s, tree, max_code) in scan_tree() argument
727 for (n = 0; n <= max_code; n++) {
756 local void send_tree (s, tree, max_code) in send_tree() argument
772 for (n = 0; n <= max_code; n++) {
[all …]
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_gif.c145 int max_code, max_code_size; member
437 state->max_code = state->clear_code + 2; in LWZReadByte()
474 state->max_code = state->clear_code + 2; in LWZReadByte()
497 if (code >= state->max_code) { in LWZReadByte()
522 if ((code = state->max_code) < (1 << MAX_LWZ_BITS)) { in LWZReadByte()
525 ++state->max_code; in LWZReadByte()
526 if ((state->max_code >= state->max_code_size) && in LWZReadByte()
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Ddeflate.h82 int max_code; /* largest code with non zero frequency */ member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1951.txt441 for (n = 0; n <= max_code; n++) {

Completed in 23 milliseconds