Searched refs:good_shift (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/lib/
H A Dts_bm.c59 unsigned int good_shift[0]; member in struct:ts_bm
92 shift = max_t(int, shift-i+bs, shift+bm->good_shift[i]); bm_find()
133 bm->good_shift[0] = 1; compute_prefix_tbl()
135 bm->good_shift[i] = bm->patlen; compute_prefix_tbl()
139 bm->good_shift[g] = bm->patlen-j-g; compute_prefix_tbl()
161 bm->pattern = (u8 *) bm->good_shift + prefix_tbl_len; bm_init()

Completed in 74 milliseconds