Lines Matching defs:snp
98 ui4 snp;
599 for (i = 0; i < state->snp; i++)
661 set_c_d0(State_t* state, ui4 n_max, ui4 maxmatch, ui4 snp)
669 state->snp = snp;
712 return make_table(state, state->snp, state->p_len, 8, state->p_table, elementsof(state->p_table));
773 state->snp = 1 << (12 - 6);
778 return make_table(state, state->snp, state->p_len, 8, state->p_table, elementsof(state->p_table));
786 state->snp = 1 << (WINBIT_MAX - 6);
840 if (j >= state->snp)
848 } while (j >= state->snp);
858 state->snp = 14;
863 state->snp = 16;
876 if (!state->blocksize && (!(state->blocksize = GETBITS(state, 16)) || get_p_len(state, NT, TBIT, 3) || get_c_len(state) || get_p_len(state, state->snp, state->pbit, -1)))
901 while (j >= state->snp)