cur_match         289 drivers/mmc/host/sdhci-omap.c 	u8 cur_match, prev_match = 0;
cur_match         340 drivers/mmc/host/sdhci-omap.c 		cur_match = !mmc_send_tuning(mmc, opcode, NULL);
cur_match         341 drivers/mmc/host/sdhci-omap.c 		if (cur_match) {
cur_match         360 drivers/mmc/host/sdhci-omap.c 		prev_match = cur_match;
cur_match          77 lib/zlib_deflate/deflate.c static uInt longest_match  (deflate_state *s, IPos cur_match);
cur_match         556 lib/zlib_deflate/deflate.c 	IPos cur_match			/* current match */
cur_match         603 lib/zlib_deflate/deflate.c         Assert(cur_match < s->strstart, "no future");
cur_match         604 lib/zlib_deflate/deflate.c         match = s->window + cur_match;
cur_match         676 lib/zlib_deflate/deflate.c             s->match_start = cur_match;
cur_match         686 lib/zlib_deflate/deflate.c     } while ((cur_match = prev[cur_match & wmask]) > limit
cur_match         503 net/sched/ematch.c 	struct tcf_ematch *cur_match;
cur_match         508 net/sched/ematch.c 		cur_match = tcf_em_get_match(tree, match_idx);
cur_match         510 net/sched/ematch.c 		if (tcf_em_is_container(cur_match)) {
cur_match         515 net/sched/ematch.c 			match_idx = cur_match->data;
cur_match         519 net/sched/ematch.c 		res = tcf_em_match(skb, cur_match, info);
cur_match         521 net/sched/ematch.c 		if (tcf_em_early_end(cur_match, res))
cur_match         530 net/sched/ematch.c 		cur_match = tcf_em_get_match(tree, match_idx);
cur_match         532 net/sched/ematch.c 		if (tcf_em_is_inverted(cur_match))
cur_match         535 net/sched/ematch.c 		if (tcf_em_early_end(cur_match, res)) {