Lines Matching defs:next
616 10/13/13 v1.15 r4 - Interim bugfix release while I work on the next major
1042 const unsigned char *next_in; // pointer to next byte to read
1046 unsigned char *next_out; // pointer to next byte to write
2495 // the next Huffman code (and absolutely no more). It works by trying to fully
2519 // TINFL_HUFF_DECODE() decodes the next Huffman coded symbol. It's more complex
2525 // decode the next Huffman code.) Handling this properly is particularly
3222 int root, leaf, next, avbl, used, dpth;
3232 for (next = 1; next < n - 1; next++) {
3234 A[next].m_key = A[root].m_key;
3235 A[root++].m_key = (mz_uint16)next;
3237 A[next].m_key = A[leaf++].m_key;
3238 if (leaf >= n || (root < next && A[root].m_key < A[leaf].m_key)) {
3239 A[next].m_key = (mz_uint16)(A[next].m_key + A[root].m_key);
3240 A[root++].m_key = (mz_uint16)next;
3242 A[next].m_key = (mz_uint16)(A[next].m_key + A[leaf++].m_key);
3245 for (next = n - 3; next >= 0; next--)
3246 A[next].m_key = A[A[next].m_key].m_key + 1;
3250 next = n - 1;
3257 A[next--].m_key = (mz_uint16)(dpth);
8364 // code for symbol i. Assign the next available
8497 // entries in hlink serving as "next" pointers and with
13141 // move to next header.