Searched refs:chains0 (Results 1 – 1 of 1) sorted by relevance
915 BPMNode ** chains0; member931 for(node = lists->chains0[i]; node != 0; node = node->tail) node->in_use = 1; in bpmnode_create()980 lists->chains0[c] = lists->chains1[c]; in boundaryPM()985 int sum = lists->chains0[c - 1]->weight + lists->chains1[c - 1]->weight; in boundaryPM()986 lists->chains0[c] = lists->chains1[c]; in boundaryPM()1049 lists.chains0 = (BPMNode **)lodepng_malloc(lists.listsize * sizeof(BPMNode *)); in lodepng_huffman_code_lengths()1051 …if(!lists.memory || !lists.freelist || !lists.chains0 || !lists.chains1) error = 83; /*alloc fail*/ in lodepng_huffman_code_lengths()1060 lists.chains0[i] = &lists.memory[0]; in lodepng_huffman_code_lengths()1074 lodepng_free(lists.chains0); in lodepng_huffman_code_lengths()