Home
last modified time | relevance | path

Searched refs:equivalent (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/freebsd-9-stable/contrib/groff/font/devutf8/
DNOTES23 devps maps \[a~] and `~' to `asciitilde', which is equivalent to 0x02DC, but
26 devps maps \[a^] and `^' to `circumflex', which is equivalent to 0x02C6, but
29 devps maps \[*U] to `Upsilon1', which is equivalent to 0x03D2. We map it to
32 devps maps \[*W] to `Omega', which is equivalent to either 0x2126 or 0x03A9.
35 devps maps \[*D] to `Delta', which is equivalent to either 0x2206 or 0x0394.
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Tooling/
DFileMatchTrie.cpp27 virtual bool equivalent(StringRef FileA, StringRef FileB) const { in equivalent() function
28 return FileA == FileB || llvm::sys::fs::equivalent(FileA, FileB); in equivalent()
102 if (Comparator.equivalent(StringRef(Path), FileName)) in findEquivalent()
121 if (Comparator.equivalent(AllChildren[i], FileName)) { in findEquivalent()
/freebsd-9-stable/contrib/llvm/lib/Support/
Dsystem_error.cpp35 error_category::equivalent(int code, const error_condition& condition) const { in equivalent() function in llvm::error_category
40 error_category::equivalent(const error_code& code, int condition) const { in equivalent() function in llvm::error_category
/freebsd-9-stable/crypto/openssl/doc/crypto/
DBIO_read.pod46 (such as select(), poll() or equivalent) to determine when data is available
47 and then call read() to read the data. The equivalent with BIOs (that is call
51 I/O structure and may block as a result. Instead select() (or equivalent)
Dd2i_X509_ALGOR.pod17 equivalent to the B<AlgorithmIdentifier> structure.
Dd2i_X509_SIG.pod17 equivalent to the B<DigestInfo> structure defined in PKCS#1 and PKCS#7.
DDSA_new.pod17 DSA_new() allocates and initializes a B<DSA> structure. It is equivalent to
DRSA_new.pod17 RSA_new() allocates and initializes an B<RSA> structure. It is equivalent to
DPKCS7_decrypt.pod22 OpenSSL_add_all_algorithms() (or equivalent) should be called before using this
/freebsd-9-stable/contrib/libc++/src/
Dsystem_error.cpp35 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent() function in error_category
41 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent() function in error_category
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMSA.txt7 (semantically equivalent) instructions to be used in place of the requested
53 copy_u.w. This is semantically equivalent since the general-purpose
57 These two operations are equivalent to each other with the operands
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DFileSystem.h167 friend bool equivalent(file_status A, file_status B);
422 bool equivalent(file_status A, file_status B);
434 error_code equivalent(const Twine &A, const Twine &B, bool &result);
438 inline bool equivalent(const Twine &A, const Twine &B) { in equivalent() function
440 return !equivalent(A, B, result) && result; in equivalent()
Dsystem_error.h640 virtual bool equivalent(int _code, const error_condition& _condition) const;
641 virtual bool equivalent(const error_code& _code, int _condition) const;
796 return _x.category().equivalent(_x.value(), _y)
797 || _y.category().equivalent(_x, _y.value());
/freebsd-9-stable/contrib/libarchive/tar/
Dcmdline.c64 int equivalent; /* Equivalent short option. */ member
381 return (match->equivalent); in bsdtar_getopt()
/freebsd-9-stable/contrib/libarchive/cpio/
Dcmdline.c62 int equivalent; /* Equivalent short option. */ member
264 return (match->equivalent); in cpio_getopt()
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZPatterns.td70 // Record that it is equivalent to using OPERATOR to store a GR64.
77 // 32 bits of a GPR to memory. Record that they are equivalent to using
86 // Record that it is equivalent to using OPERATOR to store a GR64.
98 // condition is false. Record that they are equivalent to a LOAD/select/STORE
/freebsd-9-stable/gnu/usr.bin/grep/
DNEWS53 equivalent to [abcd]; it might be equivalent to [aBbCcDd], for
67 New option -m; equivalent to --max-count.
86 (equivalent to the -a or --text option).
88 - New option -I; equivalent to --binary-files='without-match'.
92 - egrep is now equivalent to `grep -E' as required by POSIX,
/freebsd-9-stable/contrib/libc++/include/
Dsystem_error31 virtual bool equivalent(int code, const error_condition& condition) const noexcept;
32 virtual bool equivalent(const error_code& code, int condition) const noexcept;
383 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT;
384 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
567 return __x.category().equivalent(__x.value(), __y)
568 || __y.category().equivalent(__x, __y.value());
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Tooling/
DFileMatchTrie.h29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
/freebsd-9-stable/contrib/ofed/management/opensm/doc/
DQoS_management_in_OpenSM.txt157 Essentially, the above example is equivalent to not having QoS policy file
306 It is equivalent to the previous example of the shortest policy file, and it
307 is also equivalent to not having policy file at all.
355 the following three match rules are equivalent:
364 Number to connect to. The following two match rules are equivalent:
374 equivalent:
383 equivalent:
391 equivalent:
/freebsd-9-stable/contrib/binutils/gas/doc/
Dc-sparc.texi77 equivalent to -Av8plus and -Av8plusa, respectively.
152 ie. if assembling with -32 it is equivalent to @code{.word}, if assembling
153 with -64 it is equivalent to @code{.xword}.
/freebsd-9-stable/contrib/gcc/doc/
Dheaderdirs.texi30 use. For a cross-compiler, this is the equivalent of
/freebsd-9-stable/lib/libc/softfloat/
Dtimesoftfloat.txt111 in which rounding precision is equivalent to single precision. The other
113 and `-precision80' options fix the rounding precision equivalent to double
/freebsd-9-stable/contrib/groff/contrib/pdfmark/
DREADME43 users, '-mspdf' is equivalent to '-ms -mpdfmark', with some extra
/freebsd-9-stable/contrib/tzdata/
Dleap-seconds.list92 # one second during the leap second and use a time that is equivalent
95 # following table when the time equivalent to 23:59:59 UTC
108 # in the table must occur the second time that a time equivalent to

12345678910>>...16