Searched defs:e1 (Results 1 – 3 of 3) sorted by relevance
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()51 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()58 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()138 #define e1 (*ep1) macro200 static int expr_eq(struct expr *e1, struct expr *e2) in expr_eq()361 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()425 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()521 #define e1 (*ep1) in expr_eliminate_dups1() macro810 struct expr *e1, *e2; in expr_trans_compare() local1048 struct expr *expr_simplify_unmet_dep(struct expr *e1, struct expr *e2) in expr_simplify_unmet_dep()
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()
948 #define XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument957 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument960 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument
Completed in 10 milliseconds