Searched refs:comparison (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/diff/src/
H A Ddiff.h159 /* In directory comparison, specify file to start with (-S).
160 This is used for resuming an aborted comparison.
209 /* The result of comparison is an "edit script": a chain of `struct change'.
287 The results of comparison are stored here. */
307 struct comparison
310 struct comparison const *parent; /* parent, if a recursive comparison */
326 int diff_2_files (struct comparison *);
333 int diff_dirs (struct comparison const *, int (*) (struct comparison cons
304 struct comparison struct
[all...]
H A Ddir.c49 static bool dir_loop (struct comparison const *, int);
201 diff_dirs (struct comparison const *cmp,
202 int (*handle_file) (struct comparison const *,
241 /* If `-S name' was given, and this is the topmost level of comparison,
282 dir_loop (struct comparison const *cmp, int i)
284 struct comparison const *p = cmp;
H A Ddiff.c56 static int compare_files (struct comparison const *, char const *, char const *);
743 int status = compare_files ((struct comparison *) 0,
754 int status = compare_files ((struct comparison *) 0,
769 exit_status = compare_files ((struct comparison *) 0,
1028 /* Compare two files (or dirs) with parent comparison PARENT
1037 compare_files (struct comparison const *parent,
1041 struct comparison cmp;
1048 /* If this is directory comparison, perhaps we have a file
1336 /* Now the comparison has been done, if no error prevented it,
H A Danalyze.c367 comparison algorithm; it will be as if that line were not in the file.
370 this is how the actual comparison algorithm produces results
797 diff_2_files (struct comparison *cmp)
869 /* Allocate vectors for the results of comparison:
881 avoid even thinking about them in the main comparison algorithm. */
885 /* Now do the main comparison algorithm, considering just the
917 /* Get the results of comparison in the form of a chain
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcond1.exp19 make: warning: String comparison operator should be either == or !=
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dsplay-tree.c297 int comparison = 0; local
302 comparison = (*sp->comp)(sp->root->key, key);
304 if (sp->root && comparison == 0)
325 else if (comparison < 0)
435 int comparison; local
445 comparison = (*sp->comp)(sp->root->key, key);
448 if (comparison < 0)
466 int comparison; local
476 comparison = (*sp->comp)(sp->root->key, key);
479 if (comparison >
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dsplay-tree.c297 int comparison = 0; local
302 comparison = (*sp->comp)(sp->root->key, key);
304 if (sp->root && comparison == 0)
325 else if (comparison < 0)
435 int comparison; local
445 comparison = (*sp->comp)(sp->root->key, key);
448 if (comparison < 0)
466 int comparison; local
476 comparison = (*sp->comp)(sp->root->key, key);
479 if (comparison >
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp216 const auto comparison = local
219 assert(comparison.getAs<DefinedSVal>() &&
220 "Symbol comparison must be a `DefinedSVal`");
222 return !State->assume(comparison.castAs<DefinedSVal>(), false);
H A DIteratorModeling.cpp56 // of the comparison (1 or 0) but in case of type-III we only get a Symbol. In
60 // comparison itself.
66 // a constraint which we later retrieve when doing an actual comparison.
505 // Record the operands and the operator of the comparison for the next
1433 // 4. Assume the result of the comparison.
1434 const auto comparison = local
1438 assert(comparison.getAs<DefinedSVal>() &&
1439 "Symbol comparison must be a `DefinedSVal`");
1441 auto NewState = State->assume(comparison.castAs<DefinedSVal>(), Equal);
1445 if (const auto CompSym = comparison
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c2321 int comparison; local
2328 comparison = ((key > n->key) ? 1 : ((key < n->key) ? -1 : 0));
2330 if (comparison == 0)
2333 else if (comparison < 0)
2553 int comparison = 0; local
2558 comparison = ((sp->root->key > key) ? 1 :
2561 if (sp->root && comparison == 0)
2578 else if (comparison < 0)
2652 int comparison; local
2660 comparison
2680 int comparison; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c3553 /* Nonzero if we can perform a comparison of mode MODE straightforwardly.
3554 PURPOSE describes how this comparison will be used. CODE is the rtx
3555 comparison code we will be using.
3603 to emit a single comparison insn. This setup can involve doing a BLKmode
3604 comparison or emitting a library call to perform the comparison if no insn
3607 should perform the comparison on the modified values. Constant
3630 /* Make sure if we have a canonical comparison. The RTL
3728 comparison routine, use that. */
3735 /* There are two kinds of comparison routine
3775 emit_cmp_and_jump_insn_1(rtx x, rtx y, enum machine_mode mode, enum rtx_code comparison, int unsignedp, rtx label) argument
3854 emit_cmp_and_jump_insns(rtx x, rtx y, enum rtx_code comparison, rtx size, enum machine_mode mode, int unsignedp, rtx label) argument
3888 emit_cmp_insn(rtx x, rtx y, enum rtx_code comparison, rtx size, enum machine_mode mode, int unsignedp) argument
3901 enum rtx_code comparison = *pcomparison; local
4055 rtx tem, subtarget, comparison, insn; local
4183 rtx tem, subtarget, comparison, insn; local
5735 rtx comparison, rtx_op1, rtx_op2, cc_op0, cc_op1; local
[all...]
H A Djump.c367 /* Given a comparison (CODE ARG0 ARG1), inside an insn, INSN, return a code
368 of reversed comparison if it is possible to do so. Otherwise return UNKNOWN.
370 know whether it's source is floating point or integer comparison. Machine
378 /* If this is not actually a comparison, we can't reverse it. */
388 comparison. Give it priority over everything else to allow
399 /* Try a few special cases based on the comparison code. */
416 /* In case we already see unordered comparison, we can be sure to
432 /* Try to search for the comparison to determine the real mode.
451 rtx comparison = src;
455 mode = GET_MODE (XEXP (comparison,
445 rtx comparison = src; local
481 reversed_comparison_code(rtx comparison, rtx insn) argument
[all...]
H A Dexpmed.c3673 can avoid an explicit compare operation in the following comparison
5106 /* Emit a store-flags instruction for comparison CODE on OP0 and OP1
5131 rtx pattern, comparison;
5185 convert the comparison into one involving a single word. */
5268 comparison and then the scc insn. */
5273 comparison
5275 if (CONSTANT_P (comparison))
5277 switch (GET_CODE (comparison))
5280 if (comparison == const0_rtx)
5286 if (comparison
5115 rtx pattern, comparison; local
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dnsdispatch.c196 vector_comparison comparison)
198 qsort(vec, count, esize, comparison);
204 vector_comparison comparison)
206 return (bsearch(key, vec, count, esize, comparison));
195 vector_sort(void *vec, unsigned int count, size_t esize, vector_comparison comparison) argument
203 vector_search(const void *key, void *vec, unsigned int count, size_t esize, vector_comparison comparison) argument
/freebsd-11-stable/contrib/gperf/src/
H A Doutput.cc557 /* This class outputs a comparison expression. */
561 /* Outputs the comparison expression.
568 /* Outputs the comparison expression for the first byte.
569 Returns true if the this comparison is complete. */
579 /* First, we emit a comparison of the first byte of the two strings.
585 /* Incomplete comparison, just for speedup. */
595 /* Complete comparison. */
604 /* This class outputs a comparison using strcmp. */
638 /* This class outputs a comparison using strncmp.
677 /* This class outputs a comparison usin
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc133 // Use a lock to avoid concurrent erase: the comparison would access
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi104 by mistake), and avoids spurious bootstrap comparison
119 bootstrap, this does not perform a comparison to test that the compiler
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh1455 # and use that for the comparison.
1495 No previous tree to compare against, a sane comparison is not possible.
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c848 /* Nonzero if CODE, a comparison, is suitable for use in v9 conditional move
1896 /* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE,
1897 return the mode to be used for the comparison. For floating-point,
1968 remove a duplicate comparison even if there is an intervening function
2019 CODE is the code for an Scc's comparison.
2034 IE: The instruction recognizer needs to see the mode of the comparison to
2123 /* Emit a conditional jump insn for the v9 architecture using comparison code
5773 floating point) and its mode specifies what kind of comparison we made.
5777 REVERSED is nonzero if we should reverse the sense of the comparison.
6019 /* Emit a library call comparison betwee
6011 sparc_emit_float_lib_cmp(rtx x, rtx y, enum rtx_code comparison) argument
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.am749 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
758 $(MAKE) comparison against=stage2
766 $(MAKE) comparison against=stage2
771 $(MAKE) comparison against=stage2
794 comparison:
H A DMakefile.in2717 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
2726 $(MAKE) comparison against=stage2
2734 $(MAKE) comparison against=stage2
2739 $(MAKE) comparison against=stage2
2760 comparison:
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c2420 /* Canonicalize a comparison so that we are more likely to recognize it.
6547 /* Select a dominance comparison mode if possible for a test of the general
6553 here. If we are unable to support a dominance comparison we return
6564 reverse a comparison if necessary. */
6702 comparison, and CCFPE otherwise. */
6733 comparison will have to be swapped when we emit the assembler. */
6748 comparison of a shifted byte load to be split into a zero-extend
6749 followed by a comparison of the shifted integer (only valid for
11004 of the comparison is CCFPEmode, then always execute the instruction -- we
11488 get_arm_condition_code (rtx comparison)
11469 get_arm_condition_code(rtx comparison) argument
12139 const enum rtx_code comparison; member in struct:builtin_description
[all...]
H A Dlib1funcs.asm529 @ Either 1, 2 or 3 comparison/substractions are left.
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c3761 * If samask is NULL, perform a full comparison.
3782 /* Simple binary comparison if no mask specified. */
3786 /* Set up the mask, and do a mask-based comparison. */
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c2176 /* If we're doing fast math, we don't care about comparison order
2177 wrt NaNs. This lets us use a shorter comparison sequence. */
5876 controlled by a comparison vs the only read from a global.
10252 /* Return true if we should use an FCOMI instruction for this fp comparison. */
10264 to a fp comparison. The operands are updated in place; the new
10265 comparison code is returned. */
10326 /* Try to rearrange the comparison to make it cheaper. */
10343 /* Convert comparison codes we use to represent FP comparison to integer
10377 /* Split comparison cod
15008 const enum rtx_code comparison; member in struct:builtin_description
16322 enum rtx_code comparison = d->comparison; local
16373 enum rtx_code comparison = d->comparison; local
[all...]

Completed in 335 milliseconds

12