Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 29) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/null/
H A Dderef_null.cocci15 virtual report
49 // For org and report modes
51 @r depends on !context && (org || report) exists@
91 @script:python depends on !context && !org && report@
98 coccilib.report.print_report(p[0], msg)
101 @script:python depends on !context && org && !report@
112 @s depends on !context && (org || report) exists@
151 @script:python depends on !context && !org && report@
158 coccilib.report.print_report(p[0], msg)
160 @script:python depends on !context && org && !report@
[all …]
H A Dkmerr.cocci2 /// NULL check. It only gives a report in the case where there is some
17 virtual report
29 @fixed depends on context && !org && !report@
44 @rfixed depends on (org || report) && !context exists@
66 @script:python depends on report@
72 coccilib.report.print_report(p1[0],msg)
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/api/
H A Dresource_size.cocci19 virtual report
47 @r_org depends on !context && !patch && (org || report)@
54 @rbad_org depends on !context && !patch && (org || report)@
70 @script:python depends on report@
76 coccilib.report.print_report(p[0], msg)
87 @script:python depends on report@
93 coccilib.report.print_report(p[0], msg)
H A Derr_cast.cocci18 virtual report
21 @ depends on context && !patch && !org && !report@
27 @ depends on !context && patch && !org && !report @
34 @r depends on !context && !patch && (org || report)@
50 @script:python depends on report@
56 coccilib.report.print_report(p[0], msg)
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/api/alloc/
H A Ddrop_kmalloc_cast.cocci19 virtual report
44 // For org and report mode
47 @r depends on org || report@
61 @script:python depends on report@
67 coccilib.report.print_report(p[0], msg)
H A Dkzalloc-simple.cocci22 virtual report
59 @r depends on org || report@
80 @script:python depends on report@
86 coccilib.report.print_report(p[0], msg)
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/iterators/
H A Dlist_entry_update.cocci16 virtual report
26 @depends on context && !org && !report@
38 @back depends on (org || report) && !context exists@
56 @script:python depends on back && report@
62 coccilib.report.print_report(p1[0],msg)
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/tests/
H A Ddoubletest.cocci15 virtual report
36 @script:python depends on report@
40 coccilib.report.print_report(p[0],"duplicated argument to && or ||")
H A Ddoublebitand.cocci17 virtual report
50 @script:python depends on report@
54 coccilib.report.print_report(p[0],"duplicated argument to & or |")
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/misc/
H A Difcol.cocci19 virtual report
41 @script:python depends on report@
48 coccilib.report.print_report(p1[0],msg)
H A Ddoubleinit.cocci14 virtual report
44 @script:python depends on report@
53 coccilib.report.print_report(p0[0],msg)
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/locks/
H A Dflags.cocci13 virtual report
74 @script:python depends on d && report@
80 coccilib.report.print_report(p2[0], msg)
H A Ddouble_lock.cocci14 virtual report
85 @script:python depends on report@
92 coccilib.report.print_report(p1[0],msg)
H A Dmini_lock.cocci17 virtual report
87 @script:python depends on report@
95 coccilib.report.print_report(p2[0],msg)
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dcheckpatch.pl1089 sub report { subroutine
1097 push(our @report, $line);
1102 our @report;
1105 if (report("ERROR: $_[0]\n")) {
1111 if (report("WARNING: $_[0]\n")) {
1117 if ($check && report("CHECK: $_[0]\n")) {
1168 our @report = ();
H A Dcoccicheck91 $SPATCH -D report $FLAGS -sp_file $COCCI $OPT $OPTIONS -no_show_diff || \
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/free/
H A Dkfree.cocci16 virtual report
111 @script:python depends on report@
117 coccilib.report.print_report(p2[0],msg)
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_hid_p4/
H A Ddrvhidcore_4.c692 U16 Parse_Joystick_Report_Port4(__u8 *report) in Parse_Joystick_Report_Port4() argument
704 tmp=GetValue_Port4(report,axis_Port4[i].startbit,axis_Port4[i].size); in Parse_Joystick_Report_Port4()
718 tmp2=GetValue_Port4(report,buttons_Port4.startbit,buttons_Port4.count); in Parse_Joystick_Report_Port4()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_hid_p3/
H A Ddrvhidcore_3.c692 U16 Parse_Joystick_Report_Port3(__u8 *report) in Parse_Joystick_Report_Port3() argument
704 tmp=GetValue_Port3(report,axis_Port3[i].startbit,axis_Port3[i].size); in Parse_Joystick_Report_Port3()
718 tmp2=GetValue_Port3(report,buttons_Port3.startbit,buttons_Port3.count); in Parse_Joystick_Report_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_hid_p1/
H A Ddrvhidcore.c692 U16 Parse_Joystick_Report(__u8 *report) in Parse_Joystick_Report() argument
704 tmp=GetValue(report,axis[i].startbit,axis[i].size); in Parse_Joystick_Report()
718 tmp2=GetValue(report,buttons.startbit,buttons.count); in Parse_Joystick_Report()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_hid_p2/
H A Ddrvhidcore_2.c691 U16 Parse_Joystick_Report_Port2(__u8 *report) in Parse_Joystick_Report_Port2() argument
703 tmp=GetValue_Port2(report,axis_Port2[i].startbit,axis_Port2[i].size); in Parse_Joystick_Report_Port2()
717 tmp2=GetValue_Port2(report,buttons_Port2.startbit,buttons_Port2.count); in Parse_Joystick_Report_Port2()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.l2 %option 8bit backup nodefault perf-report perf-report
H A Dzconf.hash.c_shipped29 #error "gperf generated tables don't work with this execution character set. Please report a bug to…
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dkeywords.c_shipped28 #error "gperf generated tables don't work with this execution character set. Please report a bug to…
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.tab.c_shipped1812 /* If not already recovering from an error, report this error. */

12