Searched defs:e2 (Results 1 – 3 of 3) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | expr.c | 35 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 53 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() 60 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or() 141 #define e2 (*ep2) macro 253 static int expr_eq(struct expr *e1, struct expr *e2) in expr_eq() 425 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or() 489 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and() 593 #define e2 (*ep2) in expr_eliminate_dups1() macro 918 struct expr *e1, *e2; in expr_trans_compare() local
|
/xen/xen/xsm/flask/ss/ |
A D | ebitmap.c | 22 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2) in ebitmap_cmp() 74 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2) in ebitmap_contains()
|
/xen/xen/include/public/ |
A D | xen.h | 998 #define XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument 1007 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument 1010 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument
|
Completed in 7 milliseconds