Home
last modified time | relevance | path

Searched defs:e2 (Results 1 – 8 of 8) 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()
139 #define e2 (*ep2) 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()
522 #define e2 (*ep2) 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/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/drivers/mtd/ubi/
H A Dwl.c679 struct ubi_wl_entry *e1, *e2; local
985 struct ubi_wl_entry *e2; local
/rk3399_rockchip-uboot/board/varisys/common/
H A Dsys_eeprom.c220 struct eeprom e2; in prog_eeprom() 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/board/freescale/common/
H A Dsys_eeprom.c234 struct eeprom e2; in prog_eeprom() local
/rk3399_rockchip-uboot/lib/
H A Dhashtable.c526 ENTRY *e2 = *(ENTRY **) p2; in cmpkey() local