Home
last modified time | relevance | path

Searched defs:e1 (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dexpr.c33 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) macro
200 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() macro
810 struct expr *e1, *e2; in expr_trans_compare() local
1048 struct expr *expr_simplify_unmet_dep(struct expr *e1, struct expr *e2) in expr_simplify_unmet_dep()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dwl.c151 struct ubi_wl_entry *e1; in wl_tree_add() local
248 struct ubi_wl_entry *e1; in in_wl_tree() local
315 struct ubi_wl_entry *e1; in find_wl_entry() local
679 struct ubi_wl_entry *e1, *e2; local
984 struct ubi_wl_entry *e1; local
/rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/
H A Dddr3_training_centralization.c15 #define VALIDATE_WIN_LENGTH(e1, e2, maxsize) \ argument
18 #define IS_WINDOW_OUT_BOUNDARY(e1, e2, maxsize) \ argument
H A Dddr3_training_ip_engine.c18 #define VALIDATE_TRAINING_LIMIT(e1, e2) \ argument
1004 u8 e1, e2; in ddr3_tip_ip_training_wrapper() local
/rk3399_rockchip-uboot/tools/buildman/
H A Dkconfiglib.py1452 def _eval_min(self, e1, e2): argument
1459 def _eval_max(self, e1, e2): argument
3190 def _make_and(e1, e2): argument
3212 def _make_or(e1, e2): argument
/rk3399_rockchip-uboot/lib/
H A Dhashtable.c525 ENTRY *e1 = *(ENTRY **) p1; in cmpkey() local