Searched defs:expr (Results 1 – 14 of 14) sorted by relevance
/u-boot/test/py/tests/ |
A D | test_hush_if_test.py | 129 def exec_hush_if(u_boot_console, expr, result): argument 152 def test_hush_if_test(u_boot_console, expr, result): argument
|
/u-boot/include/test/ |
A D | ut.h | 241 #define ut_assertnull(expr) { \ argument 253 #define ut_assertnonnull(expr) { \ argument 265 #define ut_assertok_ptr(expr) { \ argument
|
/u-boot/scripts/kconfig/ |
A D | expr.h | 38 struct expr *expr; member 42 struct expr { struct 43 enum expr_type type; argument 44 union expr_data left, right; argument 55 struct expr *expr; member 197 struct expr *expr; /* the optional conditional part of the property */ member
|
A D | menu.c | 127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 182 void menu_add_visibility(struct expr *expr) in menu_add_visibility() 188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
|
A D | zconf.y | 41 struct expr *expr; member
|
A D | symbol.c | 1014 struct expr **expr; member
|
A D | qconf.cc | 110 tristate expr; in updateMenu() local
|
/u-boot/drivers/mtd/ubi/ |
A D | debug.h | 22 #define ubi_assert(expr) do { \ argument 30 #define ubi_assert(expr) do { \ argument
|
/u-boot/tools/buildman/ |
A D | board.py | 10 def __init__(self, expr): argument 45 def AddExpr(self, expr): argument
|
A D | kconfiglib.py | 3820 def warn_select_imply(sym, expr, expr_type): argument 5881 def _strip_dep(self, expr): argument 5988 def expr_value(expr): argument 6060 def expr_str(expr, sc_expr_str_fn=standard_sc_expr_str): argument 6104 def expr_items(expr): argument 6131 def split_expr(expr, op): argument 6316 def _depend_on(sc, expr): argument 6335 def _parenthesize(expr, type_, sc_expr_str_fn): argument 6439 def _expr_depends_on(expr, sym): argument
|
/u-boot/lib/libavb/ |
A D | avb_util.h | 27 #define avb_assert(expr) \ argument
|
/u-boot/cmd/ |
A D | test.c | 58 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
|
/u-boot/fs/ubifs/ |
A D | debug.h | 140 #define ubifs_assert(expr) do { \ argument 168 #define ubifs_assert(expr) do { \ argument
|
/u-boot/arch/mips/mach-octeon/include/mach/ |
A D | octeon_ddr.h | 858 #define SET_DDR_DLL_CTL3(field, expr) \ argument
|
Completed in 37 milliseconds