/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 474 bool operator==(const SampleContextFrame &That) const { 475 return Location == That.Location && Func == That.Func; 478 bool operator!=(const SampleContextFrame &That) const { 479 return !(*this == That); 660 bool operator==(const SampleContext &That) const { 661 return State == That.State && Func == That.Func && 662 FullContext == That.FullContext; 665 bool operator!=(const SampleContext &That) const { return !(*this == That); } 667 bool operator<(const SampleContext &That) const { 668 if (State != That.State) [all …]
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-nice-strict_test.cc | 117 MOCK_METHOD2(That, std::string(int, bool)); 280 nice_bar.That(5, true); in TEST() 291 nice_bar.That(5, true); in TEST() 390 naggy_bar.That(5, true); in TEST() 401 naggy_bar.That(5, true); in TEST() 489 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), in TEST() 500 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), in TEST()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 327 bool operator==(const BlockDataT &That) const { return Body == That.Body; } 328 bool operator!=(const BlockDataT &That) const { return Body != That.Body; } 356 bool operator==(const OrderedChangedData<T> &That) const { 357 return Data == That.getData();
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Registry.h | 91 bool operator==(const iterator &That) const { return Cur == That.Cur; }
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | ABI.rst | 10 "That still leaves the question of, what does a stable binding look 34 4) Don't submit bindings for staging or unstable. That will be decided by
|
/freebsd/contrib/netbsd-tests/usr.bin/config/ |
H A D | d_postponed_orphan | 11 # Here, parenti is negated before the child* instance is declared. That
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 525 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 635 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 659 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 667 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 684 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 692 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 701 // superslice. That includes both exec pipelines (EXECO, EXECE) and all three 921 // superslice. That includes both exec pipelines (EXECO, EXECE) and two 930 // superslice. That includes both exec pipelines (EXECO, EXECE) and two 944 // superslice. That includes both exec pipelines (EXECO, EXECE) and two [all …]
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | decoding.rst | 38 This section will deal with the API that is labeled as the "Default driver" in the diagram. That is…
|
/freebsd/share/examples/printing/ |
H A D | make-ps-header | 75 % That is it
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 266 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =() argument 267 if (That.isInt()) in operator =() 268 set(That.IntVal); in operator =() 270 set(That.getFpVal()); in operator =() 273 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=() argument 275 if (isInt() == That.isInt()) { in operator +=() 277 IntVal += That.IntVal; in operator +=() 279 getFpVal().add(That.getFpVal(), RndMode); in operator +=() 284 const APFloat &T = That.getFpVal(); in operator +=() 291 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode); in operator +=() [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-namedisplay-options.pod | 60 That is, any of the characters C<,+"E<lt>E<gt>;>, C<#> at the beginning of 66 That is, the B<NUL> character and of C<()*>. 99 way. That is, the content octets are merely dumped as though one octet
|
/freebsd/tools/tools/sortbench/ |
H A D | README | 15 5 trials of the sort time as it's output. That output is saved in the data folder and then passed i…
|
/freebsd/tools/regression/ |
H A D | TODO | 8 That way if a test starts failing we'll know exactly which one failed, and
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | exynos5410-clock.txt | 18 That clock is being passed internally to the 9 PLLs.
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | README.md | 32 * That definition is uncommon and queries are very common, we can treat 36 * That definition is uncommon and needs to be space efficient, it will
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs4271.txt | 25 line is de-asserted. That also means that clocks cannot be changed
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/ |
H A D | README | 20 do reach stable storage. That means that the operations are done
|
/freebsd/share/examples/ipfilter/rules/ |
H A D | firewall | 30 * "int-a" is the internal interface of the firewall. That is, it is the
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-bindings.txt | 29 That node describes an IP block (PHY provider) that implements 2 different PHYs.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_get_peer_certificate.pod | 35 That a certificate is returned does not indicate information about the
|
H A D | CMS_get0_type.pod | 54 content pointer. That means that for example:
|
H A D | SSL_CTX_set_read_ahead.pod | 48 That will prevent getting B<SSL_ERROR_WANT_READ> when there is still a complete
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | README | 42 parts of the program into the template. That prevents code bloat and
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | algorithm.txt | 106 and there will only be one table look up. (That's whole idea behind data 182 be constructed. That's compared to 64 entries for a single table. Or 185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | large_sections.rst | 12 ``R_X86_64_PC32`` relocation, which is a 32-bit signed offset from the PC. That
|