Home
last modified time | relevance | path

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

12

/openbmc/u-boot/include/test/
H A Dut.h112 #define ut_assertnull(expr) { \ argument
124 #define ut_assertnonnull(expr) { \ argument
136 #define ut_assertok_ptr(expr) { \ argument
/openbmc/u-boot/test/py/tests/
H A Dtest_hush_if_test.py98 def exec_hush_if(u_boot_console, expr, result): argument
121 def test_hush_if_test(u_boot_console, expr, result): argument
/openbmc/google-misc/subprojects/ncsid/src/
H A Dcommon_defs.h19 #define RETURN_IF_ERROR(expr, msg) \ argument
/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dcexec.hpp5 #define SDEVENTPLUS_CHECK(msg, expr) \ argument
/openbmc/u-boot/scripts/kconfig/
H 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
195 struct expr *expr; /* the optional conditional part of the property */ member
H 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()
H A Dzconf.y41 struct expr *expr; member
/openbmc/u-boot/tools/buildman/
H A Dboard.py9 def __init__(self, expr): argument
44 def AddExpr(self, expr): argument
H A Dkconfiglib.py1397 def _eval_expr(self, expr): argument
1416 def _eval_expr_rec(self, expr): argument
1557 def _expr_depends_on(self, expr, sym): argument
1564 def rec(expr): argument
1605 def _expr_val_str(self, expr, no_value_str="(none)", argument
3292 def _get_expr_syms_rec(expr, res): argument
3312 def _get_expr_syms(expr): argument
3347 def handle_sub_expr(expr): argument
3366 def _expr_to_str_rec(expr): argument
3392 def _expr_to_str(expr): argument
/openbmc/u-boot/lib/libavb/
H A Davb_util.h27 #define avb_assert(expr) \ argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py248 def assertExists(self, expr, msg=None): argument
254 def assertNotExists(self, expr, msg=None): argument
/openbmc/openbmc-tools/dbus_sensor_tester/
H A Dmain.cpp103 std::string expr = "type='signal',member='PropertiesChanged',path_" in main() local
/openbmc/openpower-occ-control/
H A Docc_manager.cpp307 std::regex expr{R"(occ(\d+)$)"}; in findOCCsInDev() local
882 std::regex expr{"temp\\d+_label$"}; // Example: temp5_label in readTempSensors() local
1141 std::regex expr{"power\\d+_label$"}; // Example: power5_label in readPowerSensors() local
1225 std::regex expr{"extn\\d+_label$"}; // Example: extn5_label in readExtnSensors() local
H A Dpowercap.cpp277 fs::path PowerCap::getPcapFilename(const std::regex& expr) in getPcapFilename()
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_printer.cpp135 std::optional<filter_grammar::program> parseFilter(std::string_view expr) in parseFilter()
/openbmc/qemu/target/openrisc/
H A Dfpu_helper.c162 #define FLOAT_UCMP(name, expr) \ argument
/openbmc/u-boot/drivers/mtd/ubi/
H A Ddebug.h21 #define ubi_assert(expr) do { \ argument
/openbmc/u-boot/cmd/
H A Dtest.c56 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
/openbmc/phosphor-mboxd/test/
H A Dmbox.c275 #define check_type(expr, type) \ argument
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp90 std::regex expr{"\\d+_\\d+"}; in findAnyPELInRepo() local
105 std::regex expr{"\\d+_\\d+"}; in countPELsInRepo() local
122 std::regex expr{search}; in deletePELFile() local
/openbmc/hiomapd/test/
H A Dmbox.c303 #define check_type(expr, type) \ argument
/openbmc/qemu/scripts/coverity-scan/
H A Dmodel.c281 const char *expr) in g_assertion_message_expr()
/openbmc/u-boot/fs/ubifs/
H A Ddebug.h140 #define ubifs_assert(expr) do { \ argument
168 #define ubifs_assert(expr) do { \ argument
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h241 typeof_strip_qual(expr) global() argument
[all...]
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h241 typeof_strip_qual(expr) global() argument
[all...]

12