e2                 73 include/asm-mn10300/elf.h 	_ur->e5   = 0;	_ur->e4   = 0;	_ur->e3   = 0;	_ur->e2   = 0;	\
e2                112 include/asm-mn10300/elf.h 	pr_reg[15]	= regs->e2;		\
e2                 82 include/asm-mn10300/gdb-stub.h 	u32	e0, e1, e2, e3, e4, e5, e6, e7;
e2                 64 include/asm-mn10300/ptrace.h 	unsigned long		e2;
e2                 31 include/asm-mn10300/sigcontext.h 	unsigned long	e2;
e2                 39 scripts/kconfig/expr.c 	e->right.expr = e2;
e2                 56 scripts/kconfig/expr.c 		return e2;
e2                 57 scripts/kconfig/expr.c 	return e2 ? expr_alloc_two(E_AND, e1, e2) : e1;
e2                 63 scripts/kconfig/expr.c 		return e2;
e2                 64 scripts/kconfig/expr.c 	return e2 ? expr_alloc_two(E_OR, e1, e2) : e1;
e2                138 scripts/kconfig/expr.c 		__expr_eliminate_eq(type, &e1->left.expr, &e2);
e2                139 scripts/kconfig/expr.c 		__expr_eliminate_eq(type, &e1->right.expr, &e2);
e2                142 scripts/kconfig/expr.c 	if (e2->type == type) {
e2                143 scripts/kconfig/expr.c 		__expr_eliminate_eq(type, &e1, &e2->left.expr);
e2                144 scripts/kconfig/expr.c 		__expr_eliminate_eq(type, &e1, &e2->right.expr);
e2                147 scripts/kconfig/expr.c 	if (e1->type == E_SYMBOL && e2->type == E_SYMBOL &&
e2                148 scripts/kconfig/expr.c 	    e1->left.sym == e2->left.sym &&
e2                151 scripts/kconfig/expr.c 	if (!expr_eq(e1, e2))
e2                154 scripts/kconfig/expr.c 	expr_free(e1); expr_free(e2);
e2                158 scripts/kconfig/expr.c 		e2 = expr_alloc_symbol(&symbol_no);
e2                162 scripts/kconfig/expr.c 		e2 = expr_alloc_symbol(&symbol_yes);
e2                171 scripts/kconfig/expr.c 	if (!e1 || !e2)
e2                180 scripts/kconfig/expr.c 	if (e1->type != e2->type) switch (e2->type) {
e2                183 scripts/kconfig/expr.c 		__expr_eliminate_eq(e2->type, ep1, ep2);
e2                188 scripts/kconfig/expr.c 	e2 = expr_eliminate_yn(e2);
e2                198 scripts/kconfig/expr.c 	if (e1->type != e2->type)
e2                203 scripts/kconfig/expr.c 		return e1->left.sym == e2->left.sym && e1->right.sym == e2->right.sym;
e2                205 scripts/kconfig/expr.c 		return e1->left.sym == e2->left.sym;
e2                207 scripts/kconfig/expr.c 		return expr_eq(e1->left.expr, e2->left.expr);
e2                211 scripts/kconfig/expr.c 		e2 = expr_copy(e2);
e2                213 scripts/kconfig/expr.c 		expr_eliminate_eq(&e1, &e2);
e2                214 scripts/kconfig/expr.c 		res = (e1->type == E_SYMBOL && e2->type == E_SYMBOL &&
e2                215 scripts/kconfig/expr.c 		       e1->left.sym == e2->left.sym);
e2                217 scripts/kconfig/expr.c 		expr_free(e2);
e2                229 scripts/kconfig/expr.c 		expr_fprint(e2, stdout);
e2                356 scripts/kconfig/expr.c 	if (expr_eq(e1, e2))
e2                360 scripts/kconfig/expr.c 	if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT)
e2                369 scripts/kconfig/expr.c 	if (e2->type == E_NOT) {
e2                370 scripts/kconfig/expr.c 		if (e2->left.expr->type != E_SYMBOL)
e2                372 scripts/kconfig/expr.c 		sym2 = e2->left.expr->left.sym;
e2                374 scripts/kconfig/expr.c 		sym2 = e2->left.sym;
e2                380 scripts/kconfig/expr.c 		if (e1->type == E_EQUAL && e2->type == E_EQUAL &&
e2                381 scripts/kconfig/expr.c 		    ((e1->right.sym == &symbol_yes && e2->right.sym == &symbol_mod) ||
e2                382 scripts/kconfig/expr.c 		     (e1->right.sym == &symbol_mod && e2->right.sym == &symbol_yes))) {
e2                386 scripts/kconfig/expr.c 		if (e1->type == E_EQUAL && e2->type == E_EQUAL &&
e2                387 scripts/kconfig/expr.c 		    ((e1->right.sym == &symbol_yes && e2->right.sym == &symbol_no) ||
e2                388 scripts/kconfig/expr.c 		     (e1->right.sym == &symbol_no && e2->right.sym == &symbol_yes))) {
e2                392 scripts/kconfig/expr.c 		if (e1->type == E_EQUAL && e2->type == E_EQUAL &&
e2                393 scripts/kconfig/expr.c 		    ((e1->right.sym == &symbol_mod && e2->right.sym == &symbol_no) ||
e2                394 scripts/kconfig/expr.c 		     (e1->right.sym == &symbol_no && e2->right.sym == &symbol_mod))) {
e2                400 scripts/kconfig/expr.c 		if ((e1->type == E_NOT && e1->left.expr->type == E_SYMBOL && e2->type == E_SYMBOL) ||
e2                401 scripts/kconfig/expr.c 		    (e2->type == E_NOT && e2->left.expr->type == E_SYMBOL && e1->type == E_SYMBOL))
e2                409 scripts/kconfig/expr.c 		expr_fprint(e2, stdout);
e2                420 scripts/kconfig/expr.c 	if (expr_eq(e1, e2))
e2                424 scripts/kconfig/expr.c 	if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT)
e2                433 scripts/kconfig/expr.c 	if (e2->type == E_NOT) {
e2                434 scripts/kconfig/expr.c 		if (e2->left.expr->type != E_SYMBOL)
e2                436 scripts/kconfig/expr.c 		sym2 = e2->left.expr->left.sym;
e2                438 scripts/kconfig/expr.c 		sym2 = e2->left.sym;
e2                444 scripts/kconfig/expr.c 	if ((e1->type == E_SYMBOL && e2->type == E_EQUAL && e2->right.sym == &symbol_yes) ||
e2                445 scripts/kconfig/expr.c 	    (e2->type == E_SYMBOL && e1->type == E_EQUAL && e1->right.sym == &symbol_yes))
e2                449 scripts/kconfig/expr.c 	if ((e1->type == E_SYMBOL && e2->type == E_UNEQUAL && e2->right.sym == &symbol_no) ||
e2                450 scripts/kconfig/expr.c 	    (e2->type == E_SYMBOL && e1->type == E_UNEQUAL && e1->right.sym == &symbol_no))
e2                454 scripts/kconfig/expr.c 	if ((e1->type == E_SYMBOL && e2->type == E_UNEQUAL && e2->right.sym == &symbol_mod) ||
e2                455 scripts/kconfig/expr.c 	    (e2->type == E_SYMBOL && e1->type == E_UNEQUAL && e1->right.sym == &symbol_mod))
e2                460 scripts/kconfig/expr.c 		if (e1->type == E_EQUAL && e2->type == E_UNEQUAL) {
e2                463 scripts/kconfig/expr.c 			if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST))
e2                464 scripts/kconfig/expr.c 				return sym2 != e2->right.sym ? expr_alloc_comp(E_EQUAL, sym1, sym2)
e2                467 scripts/kconfig/expr.c 		if (e1->type == E_UNEQUAL && e2->type == E_EQUAL) {
e2                469 scripts/kconfig/expr.c 			sym2 = e2->right.sym;
e2                474 scripts/kconfig/expr.c 		if (e1->type == E_UNEQUAL && e2->type == E_UNEQUAL &&
e2                475 scripts/kconfig/expr.c 			   ((e1->right.sym == &symbol_yes && e2->right.sym == &symbol_no) ||
e2                476 scripts/kconfig/expr.c 			    (e1->right.sym == &symbol_no && e2->right.sym == &symbol_yes)))
e2                480 scripts/kconfig/expr.c 		if (e1->type == E_UNEQUAL && e2->type == E_UNEQUAL &&
e2                481 scripts/kconfig/expr.c 			   ((e1->right.sym == &symbol_yes && e2->right.sym == &symbol_mod) ||
e2                482 scripts/kconfig/expr.c 			    (e1->right.sym == &symbol_mod && e2->right.sym == &symbol_yes)))
e2                486 scripts/kconfig/expr.c 		if (e1->type == E_UNEQUAL && e2->type == E_UNEQUAL &&
e2                487 scripts/kconfig/expr.c 			   ((e1->right.sym == &symbol_mod && e2->right.sym == &symbol_no) ||
e2                488 scripts/kconfig/expr.c 			    (e1->right.sym == &symbol_no && e2->right.sym == &symbol_mod)))
e2                492 scripts/kconfig/expr.c 		if ((e1->type == E_SYMBOL && e2->type == E_EQUAL && e2->right.sym == &symbol_mod) ||
e2                493 scripts/kconfig/expr.c 		    (e2->type == E_SYMBOL && e1->type == E_EQUAL && e1->right.sym == &symbol_mod) ||
e2                494 scripts/kconfig/expr.c 		    (e1->type == E_SYMBOL && e2->type == E_UNEQUAL && e2->right.sym == &symbol_yes) ||
e2                495 scripts/kconfig/expr.c 		    (e2->type == E_SYMBOL && e1->type == E_UNEQUAL && e1->right.sym == &symbol_yes))
e2                503 scripts/kconfig/expr.c 		expr_fprint(e2, stdout);
e2                516 scripts/kconfig/expr.c 		expr_eliminate_dups1(type, &e1->left.expr, &e2);
e2                517 scripts/kconfig/expr.c 		expr_eliminate_dups1(type, &e1->right.expr, &e2);
e2                520 scripts/kconfig/expr.c 	if (e2->type == type) {
e2                521 scripts/kconfig/expr.c 		expr_eliminate_dups1(type, &e1, &e2->left.expr);
e2                522 scripts/kconfig/expr.c 		expr_eliminate_dups1(type, &e1, &e2->right.expr);
e2                525 scripts/kconfig/expr.c 	if (e1 == e2)
e2                537 scripts/kconfig/expr.c 		tmp = expr_join_or(e1, e2);
e2                539 scripts/kconfig/expr.c 			expr_free(e1); expr_free(e2);
e2                541 scripts/kconfig/expr.c 			e2 = tmp;
e2                546 scripts/kconfig/expr.c 		tmp = expr_join_and(e1, e2);
e2                548 scripts/kconfig/expr.c 			expr_free(e1); expr_free(e2);
e2                550 scripts/kconfig/expr.c 			e2 = tmp;
e2                568 scripts/kconfig/expr.c 		expr_eliminate_dups2(type, &e1->left.expr, &e2);
e2                569 scripts/kconfig/expr.c 		expr_eliminate_dups2(type, &e1->right.expr, &e2);
e2                572 scripts/kconfig/expr.c 	if (e2->type == type) {
e2                573 scripts/kconfig/expr.c 		expr_eliminate_dups2(type, &e1, &e2->left.expr);
e2                574 scripts/kconfig/expr.c 		expr_eliminate_dups2(type, &e1, &e2->right.expr);
e2                576 scripts/kconfig/expr.c 	if (e1 == e2)
e2                584 scripts/kconfig/expr.c 		tmp2 = expr_copy(e2);
e2                599 scripts/kconfig/expr.c 		tmp2 = expr_copy(e2);
e2                858 scripts/kconfig/expr.c 		expr_extract_eq(type, ep, &e1->left.expr, &e2);
e2                859 scripts/kconfig/expr.c 		expr_extract_eq(type, ep, &e1->right.expr, &e2);
e2                862 scripts/kconfig/expr.c 	if (e2->type == type) {
e2                863 scripts/kconfig/expr.c 		expr_extract_eq(type, ep, ep1, &e2->left.expr);
e2                864 scripts/kconfig/expr.c 		expr_extract_eq(type, ep, ep1, &e2->right.expr);
e2                867 scripts/kconfig/expr.c 	if (expr_eq(e1, e2)) {
e2                869 scripts/kconfig/expr.c 		expr_free(e2);
e2                872 scripts/kconfig/expr.c 			e2 = expr_alloc_symbol(&symbol_yes);
e2                875 scripts/kconfig/expr.c 			e2 = expr_alloc_symbol(&symbol_no);
e2                884 scripts/kconfig/expr.c 	struct expr *e1, *e2;
e2                895 scripts/kconfig/expr.c 		e2 = expr_trans_compare(e->right.expr, E_EQUAL, sym);
e2                897 scripts/kconfig/expr.c 			e = expr_alloc_two(E_AND, e1, e2);
e2                899 scripts/kconfig/expr.c 			e = expr_alloc_two(E_OR, e1, e2);
e2                905 scripts/kconfig/expr.c 		e2 = expr_trans_compare(e->right.expr, E_EQUAL, sym);
e2                907 scripts/kconfig/expr.c 			e = expr_alloc_two(E_OR, e1, e2);
e2                909 scripts/kconfig/expr.c 			e = expr_alloc_two(E_AND, e1, e2);
e2                163 scripts/kconfig/expr.h struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
e2                165 scripts/kconfig/expr.h struct expr *expr_alloc_and(struct expr *e1, struct expr *e2);
e2                166 scripts/kconfig/expr.h struct expr *expr_alloc_or(struct expr *e1, struct expr *e2);
e2                169 scripts/kconfig/expr.h int expr_eq(struct expr *e1, struct expr *e2);
e2                 29 security/selinux/ss/ebitmap.c 	if (e1->highbit != e2->highbit)
e2                 33 security/selinux/ss/ebitmap.c 	n2 = e2->node;
e2                219 security/selinux/ss/ebitmap.c 	if (e1->highbit < e2->highbit)
e2                223 security/selinux/ss/ebitmap.c 	n2 = e2->node;