Searched defs:e2 (Results 1 – 8 of 8) sorted by relevance
/u-boot/scripts/kconfig/ |
A D | expr.c | 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() 139 #define e2 (*ep2) macro 251 static int expr_eq(struct expr *e1, struct expr *e2) in expr_eq() 423 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or() 487 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and() 591 #define e2 (*ep2) in expr_eliminate_dups1() macro 916 struct expr *e1, *e2; in expr_trans_compare() local
|
/u-boot/drivers/ddr/marvell/a38x/ |
A D | ddr3_training_centralization.c | 9 #define VALIDATE_WIN_LENGTH(e1, e2, maxsize) \ argument 12 #define IS_WINDOW_OUT_BOUNDARY(e1, e2, maxsize) \ argument
|
A D | ddr3_training_ip_engine.c | 13 #define VALIDATE_TRAINING_LIMIT(e1, e2) \ argument 1111 u8 e1, e2; in ddr3_tip_ip_training_wrapper() local
|
/u-boot/drivers/mtd/ubi/ |
A D | wl.c | 680 struct ubi_wl_entry *e1, *e2; local 986 struct ubi_wl_entry *e2; local
|
/u-boot/board/varisys/common/ |
A D | sys_eeprom.c | 222 struct eeprom e2; in prog_eeprom() local
|
/u-boot/board/freescale/common/ |
A D | sys_eeprom.c | 280 struct eeprom e2; in prog_eeprom() local
|
/u-boot/lib/ |
A D | hashtable.c | 547 struct env_entry *e2 = *(struct env_entry **)p2; in cmpkey() local
|
/u-boot/tools/buildman/ |
A D | kconfiglib.py | 2863 def _make_and(self, e1, e2): argument 2877 def _make_or(self, e1, e2): argument
|
Completed in 22 milliseconds