Home
last modified time | relevance | path

Searched refs:FAIL (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dchecks.c107 #define FAIL(c, ...) \ macro
190 FAIL(c, "\"%s\" property in %s is not a string", in check_is_string()
207 FAIL(c, "\"%s\" property in %s is not a single cell", in check_is_cell()
227 FAIL(c, "Duplicate node name %s", in check_duplicate_node_names()
240 FAIL(c, "Duplicate property name %s in %s", in check_duplicate_property_names()
256 FAIL(c, "Bad character '%c' in node %s", in check_node_name_chars()
265 FAIL(c, "Node %s has multiple '@' characters in name", in check_node_name_format()
276 FAIL(c, "Bad character '%c' in property name \"%s\", node %s", in check_property_name_chars()
308 FAIL(c, "Duplicate label '%s' on " DESCLABEL_FMT in check_duplicate_label()
349 FAIL(c, "%s has bad length (%d) %s property", in check_explicit_phandles()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_def.h415 #define FAIL 0 macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_def.h415 #define FAIL 0 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/
H A Ddatatype.h510 #define FAIL 0 macro
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c13676 goto FAIL;
13683 goto FAIL;
13689 goto FAIL;
13697 goto FAIL;
13703 goto FAIL;
13707 FAIL:
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt30552 …printk("\033[35m ASSERT FAIL: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __L…
30562 …printk("\033[35m ASSERT FAIL: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __L…
63017 … diag_printf("ASSERT FAIL: %s, %s %s %d\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __LINE__);\
72552 #define DSCMB_ASSERT_AND_RETURN(x) if (!(x)){printf ("ASSERT FAIL: %s %s %d\n", __FILE__, __FUNCTIO…
72553 #define DSCMB_ASSERT_NO_RETURN(x) if (!(x)){printf ("ASSERT FAIL: %s %s %d\n", __FILE__, __FUNCTION…
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_display.c.02165 // TRUE: Success, FALSE: FAIL