Home
last modified time | relevance | path

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

/u-boot/test/py/tests/
A Dtest_hush_if_test.py124 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 Dut.h266 #define ut_assertnull(expr) ({ \ argument
280 #define ut_assertnonnull(expr) ({ \ argument
294 #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/include/linux/
A Dbuild_bug.h98 #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 Ddebug.h22 #define ubi_assert(expr) do { \ argument
31 #define ubi_assert(expr) assert(expr) argument
/u-boot/lib/libavb/
A Davb_util.h27 #define avb_assert(expr) \ argument
/u-boot/tools/buildman/
A Dboards.py115 def __init__(self, expr): argument
150 def add_expr(self, expr): argument
A Dkconfiglib.py3821 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 Dtest.c58 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
/u-boot/scripts/
A Dspdxcheck.py162 def parse(self, expr): argument
/u-boot/fs/ubifs/
A Ddebug.h140 #define ubifs_assert(expr) do { \ argument
170 #define ubifs_assert(expr) assert(expr) argument
/u-boot/arch/mips/mach-octeon/include/mach/
A Docteon_ddr.h673 #define SET_DDR_DLL_CTL3(field, expr) \ argument

Completed in 40 milliseconds