Home
last modified time | relevance | path

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

/scripts/coccinelle/misc/
A Dminmax.cocci23 binary operator cmp = {>, >=};
30 * ((x) cmp@p (y) ? (x) : (y))
38 binary operator cmp = {>, >=};
45 * if ((x) cmp@p (y)) {
58 binary operator cmp = {<, <=};
71 binary operator cmp = {<, <=};
78 * ((x) cmp@p (y) ? (x) : (y))
93 * if ((x) cmp@p (y)) {
110 - ((x) cmp (y) ? (x) : (y))
125 - if ((x) cmp (y)) {
[all …]
/scripts/coccinelle/api/
A 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/
A DMakefile.kcov3 kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -fsanitize-coverage=trace-cmp
A Dlink-vmlinux.sh309 if ! cmp -s System.map "${kallsyms_sysmap}"; then
A Dcheck-uapi.sh383 if cmp "$past_header" "$base_header" > /dev/null 2>&1; then
A 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()
A DKbuild.include103 if [ ! -r $@ ] || ! cmp -s $@ $(tmp-target); then \
/scripts/package/
A Dkernel.spec143 if ! cmp --silent "/lib/modules/%{KERNELRELEASE}/${file}" "/boot/${file}-%{KERNELRELEASE}"; then
/scripts/kconfig/
A DMakefile62 cmp -s .tmp.config .config || \

Completed in 17 milliseconds