Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 14 of 14) sorted by relevance

/u-boot/test/py/tests/
A Dtest_hush_if_test.py129 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 Dut.h241 #define ut_assertnull(expr) { \ argument
253 #define ut_assertnonnull(expr) { \ argument
265 #define ut_assertok_ptr(expr) { \ argument
/u-boot/scripts/kconfig/
A Dexpr.h38 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 Dmenu.c127 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 Dzconf.y41 struct expr *expr; member
A Dsymbol.c1014 struct expr **expr; member
A Dqconf.cc110 tristate expr; in updateMenu() local
/u-boot/drivers/mtd/ubi/
A Ddebug.h22 #define ubi_assert(expr) do { \ argument
30 #define ubi_assert(expr) do { \ argument
/u-boot/tools/buildman/
A Dboard.py10 def __init__(self, expr): argument
45 def AddExpr(self, expr): argument
A Dkconfiglib.py3820 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 Davb_util.h27 #define avb_assert(expr) \ argument
/u-boot/cmd/
A Dtest.c58 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
/u-boot/fs/ubifs/
A Ddebug.h140 #define ubifs_assert(expr) do { \ argument
168 #define ubifs_assert(expr) do { \ argument
/u-boot/arch/mips/mach-octeon/include/mach/
A Docteon_ddr.h858 #define SET_DDR_DLL_CTL3(field, expr) \ argument

Completed in 37 milliseconds