/freebsd/usr.bin/look/ |
H A D | look.1 | 58 is used, only alphanumeric characters are compared and the case of 65 are compared. 74 are compared. 147 Lines are not compared according to the current locale's collating
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | dra62x-clocks.dtsi | 5 /* Compared to dm814x, dra62x does not have hdic, l3 or dss PLLs */ 18 /* Compared to dm814x, dra62x has interconnect clocks on isp PLL */ 32 * Compared to dm814x, dra62x has different shifts and more mux options.
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | smmintrin.h | 1568 /// compared. 1571 /// compared. 1582 /// 00: Subset: Each character in \a B is compared for equality with all 1584 /// 01: Ranges: Each character in \a B is compared to \a A. The comparison 1624 /// compared. 1627 /// compared. 1638 /// 00: Subset: Each character in \a B is compared for equality with all 1640 /// 01: Ranges: Each character in \a B is compared to \a A. The comparison 1678 /// compared. 1683 /// compared. [all …]
|
H A D | emmintrin.h | 686 /// compared to the lower double-precision value of \a __b. 689 /// compared to the lower double-precision value of \a __a. 711 /// compared to the lower double-precision value of \a __b. 714 /// compared to the lower double-precision value of \a __a. 736 /// compared to the lower double-precision value of \a __b. 739 /// compared to the lower double-precision value of \a __a. 761 /// compared to the lower double-precision value of \a __b. 764 /// compared to the lower double-precision value of \a __a. 787 /// compared to the lower double-precision value of \a __b. 790 /// compared to the lower double-precision value of \a __a. [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-cmp-string.mk | 116 # Strings cannot be compared relationally, only for equality. 124 # Strings cannot be compared relationally, only for equality. 132 # Strings cannot be compared relationally, only for equality. 140 # Strings cannot be compared relationally, only for equality.
|
H A D | meta-cmd-cmp.exp | 5 This line not compared FLAGS= 35 This line not compared FLAGS=
|
H A D | meta-cmd-cmp.mk | 33 # a line containing ${.OODATE} will not be compared 37 @echo This line not compared FLAGS=${FLAGS:Uempty} ${.OODATE:MNOMETA_CMP}
|
/freebsd/usr.bin/clang/llvm-diff/ |
H A D | llvm-diff.1 | 47 are compared; otherwise, all global values are compared, and 53 then the corresponding successors are compared; otherwise they are
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | math.shlib | 91 # the $type of values being compared 100 log_fail "Compared $type should be equal: $a != $b" 106 # the $type of values being compared 115 log_fail "Compared $type should be not equal: $a == $b"
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_aead.h | 118 * compared with the one provided as parameter. 266 * compared with the received tag: if the two tag values differ, 284 * messages). The tag value is recomputed and compared with the 463 * When decrypting, the tag value must be recomputed and compared with 479 * recomputed and compared with the provided tag value. If they match, 1 511 * When decrypting, the tag value must be recomputed and compared with 528 * recomputed and compared with the provided tag value. If they match, 1 776 * When decrypting, the tag value must be recomputed and compared with 792 * recomputed and compared with the provided tag value. If they match, 1 824 * When decrypting, the tag value must be recomputed and compared with [all …]
|
/freebsd/contrib/diff/src/ |
H A D | diff.h | 121 /* Files can be compared byte-by-byte, as if they were binary. 230 /* Data on one input file being compared. */ 267 each line. It is this vector that is actually compared with that 302 /* Data on two input files being compared. */ 310 /* Describe the two files currently being compared. */
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | algorithm.txt | 24 strings in the chain are compared with the current input string, and 182 be constructed. That's compared to 64 entries for a single table. Or 183 compared to 16 entries for a Huffman tree (six two entry tables and one four 185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | streqvcmp.c | 93 * Using a character mapping, two strings are compared for "equivalence". 95 * mapped-to characters are compared for the two NUL terminated input strings. 140 * Using a character mapping, two strings are compared for "equivalence". 142 * mapped-to characters are compared for the two NUL terminated input strings.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | fallible_iterator.h | 64 /// value is compared against end (since, by the increment invariant, not being 80 /// decremented and compared, providing the underlying type supports it. 92 /// value points at a valid value) and compared, but not incremented or 170 "Invalid iterators can only be compared against end");
|
/freebsd/share/man/man4/ |
H A D | mac_mls.4 | 80 all of the same compartments as the label to which it is being compared. 83 is defined as being dominated by the label to which it is being compared, 86 is defined as dominating the label to which it is being compared,
|
/freebsd/share/man/man9/ |
H A D | vaccess.9 | 81 by additional groups, are compared with the file group\[em]if there is 88 compared with the discretionary rights available for the credential.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | StringSaver.h | 39 /// Compared to StringSaver, it does more work but avoids saving the same string 42 /// Compared to StringPool, it performs fewer allocations but doesn't support
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 160 /// compared by their contents. 235 /// integers and compared as numbers. 252 /// 1. Operations opcodes. Compared as numbers. 254 /// 3. Operation types. Compared with cmpType method. 270 /// still must be compared afterwards. In this case it's already guaranteed 336 /// Parts to be compared for each comparison stage,
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CT_POLICY_EVAL_CTX_new.pod | 94 CT_POLICY_EVAL_CTX_set_time() to set the time SCTs should be compared with to determine if they are… 96 The SCT timestamp will be compared to this time to check whether the SCT was
|
H A D | EVP_PKEY_copy_parameters.pod | 51 their return values compared to other _cmp() functions. They are aliases for 78 Exactly what is compared is ultimately at the discretion of the provider
|
/freebsd/share/man/man7/ |
H A D | clocks.7 | 65 It is feeble compared with 89 It is feeble compared with
|
/freebsd/usr.sbin/ppp/ |
H A D | filter.h | 68 u_short f_srcport; /* Source port, compared with f_srcop */ 69 u_short f_dstport; /* Destination port, compared with f_dstop */
|
/freebsd/lib/libsys/ |
H A D | kcmp.2 | 89 When compared using the 157 If the two objects cannot be compared for some reason,
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-more-matchers.h | 99 // bool" operators and so can't be compared for equality with true 107 // bool" operators and so can't be compared for equality with true
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | test_alname.c | 67 errx(1, "compared failed %s != %s (should have succeded)", in test_alname() 71 errx(1, "compared failed %s == %s (should have failed)", in test_alname()
|