Searched refs:match_start (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | nconf.c | 499 int match_start = item_index(current_item(curses_menu)); in get_mext_match() local 503 ++match_start; in get_mext_match() 505 --match_start; in get_mext_match() 507 match_start = (match_start + items_num) % items_num; in get_mext_match() 508 index = match_start; in get_mext_match() 519 if (index == match_start) in get_mext_match()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | ematch.c | 455 struct nlattr *match_start = (struct nlattr *)tail; in tcf_em_tree_dump() local 476 match_start->nla_len = tail - (u8 *)match_start; in tcf_em_tree_dump()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | ts_fsm.c | 138 unsigned int match_start, block_idx = 0, tok_idx; in fsm_find() local 163 match_start = consumed + block_idx; in fsm_find() 237 match_start = consumed + block_idx; in fsm_find() 252 return match_start; in fsm_find()
|
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deflate.c | 680 s->match_start = cur_match; in longest_match() 766 s->match_start -= wsize; in fill_window() 959 check_match(s, s->strstart, s->match_start, s->match_length); in deflate_fast() 961 bflush = zlib_tr_tally(s, s->strstart - s->match_start, in deflate_fast() 1042 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow() 1058 s->strstart - s->match_start > TOO_FAR))) { in deflate_slow()
|
| H A D | defutil.h | 135 uInt match_start; /* start of matching string */ member
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | nconf.c | 499 int match_start = item_index(current_item(curses_menu)); in get_mext_match() local 503 ++match_start; in get_mext_match() 505 --match_start; in get_mext_match() 507 index = match_start; in get_mext_match() 519 if (index == match_start) in get_mext_match()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | nconf.c | 499 int match_start = item_index(current_item(curses_menu)); in get_mext_match() local 503 ++match_start; in get_mext_match() 505 --match_start; in get_mext_match() 507 index = match_start; in get_mext_match() 519 if (index == match_start) in get_mext_match()
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | deflate.c | 1187 s->match_start = cur_match; 1259 s->match_start = cur_match; 1333 s->match_start -= wsize; 1559 check_match(s, s->strstart, s->match_start, s->match_length); 1561 _tr_tally_dist(s, s->strstart - s->match_start, 1646 s->prev_length = s->match_length, s->prev_match = s->match_start; 1661 s->strstart - s->match_start > TOO_FAR)
|
| H A D | deflate.h | 157 uInt match_start; /* start of matching string */ member
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_set_pipapo.c | 1902 const u8 *match_start, *match_end; local 1906 match_start = data; 1914 match_start, match_end)) 1923 match_start += NFT_PIPAPO_GROUPS_PADDED_SIZE(f);
|