/u-boot/test/py/tests/ |
A D | test_hush_if_test.py | 124 def exec_hush_if(u_boot_console, expr, result): argument 141 def test_hush_if_test(u_boot_console, expr, result): argument
|
/u-boot/include/test/ |
A D | ut.h | 266 #define ut_assertnull(expr) ({ \ argument 280 #define ut_assertnonnull(expr) ({ \ argument 294 #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/include/linux/ |
A D | build_bug.h | 98 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) argument 99 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
|
/u-boot/drivers/mtd/ubi/ |
A D | debug.h | 22 #define ubi_assert(expr) do { \ argument 31 #define ubi_assert(expr) assert(expr) argument
|
/u-boot/lib/libavb/ |
A D | avb_util.h | 27 #define avb_assert(expr) \ argument
|
/u-boot/tools/buildman/ |
A D | boards.py | 115 def __init__(self, expr): argument 150 def add_expr(self, expr): argument
|
A D | kconfiglib.py | 3821 def warn_select_imply(sym, expr, expr_type): argument 5882 def _strip_dep(self, expr): argument 5989 def expr_value(expr): argument 6061 def expr_str(expr, sc_expr_str_fn=standard_sc_expr_str): argument 6105 def expr_items(expr): argument 6132 def split_expr(expr, op): argument 6317 def _depend_on(sc, expr): argument 6336 def _parenthesize(expr, type_, sc_expr_str_fn): argument 6440 def _expr_depends_on(expr, sym): 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/scripts/ |
A D | spdxcheck.py | 162 def parse(self, expr): argument
|
/u-boot/fs/ubifs/ |
A D | debug.h | 140 #define ubifs_assert(expr) do { \ argument 170 #define ubifs_assert(expr) assert(expr) argument
|
/u-boot/arch/mips/mach-octeon/include/mach/ |
A D | octeon_ddr.h | 673 #define SET_DDR_DLL_CTL3(field, expr) \ argument
|