Searched refs:cmp (Results 1 – 8 of 8) sorted by relevance
/scripts/coccinelle/misc/ |
D | minmax.cocci | 23 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/ |
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/ |
D | Makefile.kcov | 3 kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -fsanitize-coverage=trace-cmp
|
D | mkcompile_h | 88 cmp -s .tmpver.1 .tmpver.2; then
|
D | link-vmlinux.sh | 429 if ! cmp -s System.map .tmp_System.map; then
|
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()
|
D | Kbuild.include | 65 if [ ! -r $@ ] || ! cmp -s $@ $(dot-target).tmp; then \
|
/scripts/kconfig/ |
D | Makefile | 54 cmp -s .tmp.config .config || \
|