Home
last modified time | relevance | path

Searched refs:cmp (Results 1 – 8 of 8) sorted by relevance

/scripts/coccinelle/misc/
Dminmax.cocci23 binary operator cmp = {>, >=};
30 * ((x) cmp@p (y) ? (x) : (y))
38 binary operator cmp = {>, >=};
45 * if ((x) cmp@p (y)) {
56 binary operator cmp = {<, <=};
63 * ((x) cmp@p (y) ? (x) : (y))
71 binary operator cmp = {<, <=};
78 * if ((x) cmp@p (y)) {
89 binary operator cmp = {>=, >};
95 - ((x) cmp (y) ? (x) : (y))
[all …]
/scripts/coccinelle/api/
Dkvmalloc.cocci26 binary operator cmp = {<=, <, ==, >, >=};
33 * if (size cmp E1 || ...)@p {
88 binary operator cmp = {<=, <, ==, >, >=};
94 - if (size cmp E1)
100 - if (size cmp E1)
126 - if (size cmp E1)
132 - if (size cmp E1)
158 - if (size cmp E1)
164 - if (size cmp E1)
190 - if (size cmp E1)
[all …]
/scripts/
DMakefile.kcov3 kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -fsanitize-coverage=trace-cmp
Dmkcompile_h88 cmp -s .tmpver.1 .tmpver.2; then
Dlink-vmlinux.sh429 if ! cmp -s System.map .tmp_System.map; then
Dasn1_compiler.c1100 int cmp = strcmp(action->name, (*ppaction)->name); in parse_type() local
1101 if (cmp == 0) { in parse_type()
1106 if (cmp < 0) { in parse_type()
DKbuild.include65 if [ ! -r $@ ] || ! cmp -s $@ $(dot-target).tmp; then \
/scripts/kconfig/
DMakefile54 cmp -s .tmp.config .config || \