Searched defs:pattern (Results 1 – 8 of 8) sorted by relevance
/lib/ |
A D | ts_bm.c | 52 u8 * pattern; member 58 static unsigned int matchpat(const u8 *pattern, unsigned int patlen, in matchpat() 115 static int subpattern(u8 *pattern, int i, int j, int g) in subpattern() 160 static struct ts_config *bm_init(const void *pattern, unsigned int len, in bm_init()
|
A D | ts_kmp.c | 37 u8 * pattern; member 74 static inline void compute_prefix_tbl(const u8 *pattern, unsigned int len, in compute_prefix_tbl() 91 static struct ts_config *kmp_init(const void *pattern, unsigned int len, in kmp_init()
|
A D | textsearch.c | 263 struct ts_config *textsearch_prepare(const char *algo, const void *pattern, in textsearch_prepare()
|
A D | ts_fsm.c | 255 static struct ts_config *fsm_init(const void *pattern, unsigned int len, in fsm_init()
|
A D | parser.c | 284 bool match_wildcard(const char *pattern, const char *str) in match_wildcard()
|
A D | test_bitmap.c | 1272 static void __init test_bitmap_write_helper(const char *pattern) in test_bitmap_write_helper() 1328 unsigned char *pattern[3] = {"", "all:1/2", "all"}; in test_bitmap_read_write() local
|
A D | test_bpf.c | 2216 int pattern, index; in __bpf_fill_ld_imm64_bytes() local
|
/lib/tests/ |
A D | kunit_iov_iter.c | 38 static inline u8 pattern(unsigned long x) in pattern() function
|
Completed in 813 milliseconds