Searched refs:cmp (Results 1 – 7 of 7) sorted by relevance
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 …]
3 kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -fsanitize-coverage=trace-cmp
90 cmp -s .tmpver.1 .tmpver.2; then
458 if ! cmp -s System.map .tmp_System.map; then
1100 int cmp = strcmp(action->name, (*ppaction)->name); in parse_type() local1101 if (cmp == 0) { in parse_type()1106 if (cmp < 0) { in parse_type()
64 if [ ! -r $@ ] || ! cmp -s $@ $(dot-target).tmp; then \
48 cmp -s .tmp.config .config || \