Searched refs:cmp (Results 1 – 9 of 9) sorted by relevance
/scripts/coccinelle/misc/ |
A D | minmax.cocci | 23 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 D | kvmalloc.cocci | 26 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 D | Makefile.kcov | 3 kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -fsanitize-coverage=trace-cmp
|
A D | link-vmlinux.sh | 309 if ! cmp -s System.map "${kallsyms_sysmap}"; then
|
A D | check-uapi.sh | 383 if cmp "$past_header" "$base_header" > /dev/null 2>&1; then
|
A D | asn1_compiler.c | 1100 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 D | Kbuild.include | 103 if [ ! -r $@ ] || ! cmp -s $@ $(tmp-target); then \
|
/scripts/package/ |
A D | kernel.spec | 143 if ! cmp --silent "/lib/modules/%{KERNELRELEASE}/${file}" "/boot/${file}-%{KERNELRELEASE}"; then
|
/scripts/kconfig/ |
A D | Makefile | 62 cmp -s .tmp.config .config || \
|
Completed in 17 milliseconds