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

/linux-4.4.14/lib/
H A Dts_bm.c2 * lib/ts_bm.c Boyer-Moore text search implementation
54 struct ts_bm struct
64 struct ts_bm *bm = ts_config_priv(conf); bm_find()
118 static void compute_prefix_tbl(struct ts_bm *bm, int flags) compute_prefix_tbl()
149 struct ts_bm *bm; bm_init()
174 struct ts_bm *bm = ts_config_priv(conf); bm_get_pattern()
180 struct ts_bm *bm = ts_config_priv(conf); bm_get_pattern_len()
H A DMakefile111 obj-$(CONFIG_TEXTSEARCH_BM) += ts_bm.o

Completed in 67 milliseconds