| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 486 bool operator==(const SampleContextFrame &That) const { 487 return Location == That.Location && Func == That.Func; 490 bool operator!=(const SampleContextFrame &That) const { 491 return !(*this == That); 672 bool operator==(const SampleContext &That) const { 673 return State == That.State && Func == That.Func && 674 FullContext == That.FullContext; 677 bool operator!=(const SampleContext &That) const { return !(*this == That); } 679 bool operator<(const SampleContext &That) const { 680 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 | 342 bool operator==(const BlockDataT &That) const { return Body == That.Body; } 343 bool operator!=(const BlockDataT &That) const { return Body != That.Body; } 371 bool operator==(const OrderedChangedData<T> &That) const { 372 return Data == That.getData();
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Registry.h | 103 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/sqlite3/autosetup/ |
| H A D | README.md | 35 That will include any docs from any TCL files in the `./autosetup` dir 181 TCL shell](/file/autosetup/autosetup-find-tclsh). That will first 280 (That first one is defined by autosetup, and thus applies "LDFLAGS" as 290 such as `LIBS`, `LDFLAGS`, and `CFLAGS`[^as-cflags]. That's 334 that, will have no unintended side-effects on any targets. That said: 387 `--autosetup-debug` in place of `--debug`. That requires (as of this 413 That file should contain the following content... 426 # ^^^ That will replace the default value but will not update 439 That function must return either an empty string or a list in the form 451 That function, if defined, will be called relatively late in the
|
| /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 | 526 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 636 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 660 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 668 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 685 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 693 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 702 // superslice. That includes both exec pipelines (EXECO, EXECE) and all three 922 // superslice. That includes both exec pipelines (EXECO, EXECE) and two 931 // superslice. That includes both exec pipelines (EXECO, EXECE) and two 945 // 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/crypto/openssl/doc/man7/ |
| H A D | EVP_CIPHER-AES.pod | 68 The AES-SIV and AES-WRAP mode implementations do not support streaming. That 74 That is, the minimum output buffer size is C<((inl + 7) / 8) * 8 + 8> bytes.
|
| /freebsd/crypto/krb5/src/plugins/preauth/securid_sam2/ |
| H A D | README | 16 as a new principal with a random key. That principal will now require
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-namedisplay-options.pod | 62 That is, any of the characters C<,+"E<lt>E<gt>;>, C<#> at the beginning of 68 That is, the B<NUL> character and of C<()*>. 101 way. That is, the content octets are merely dumped as though one octet
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/ |
| H A D | README.md | 10 headers. That is, use `#include <stddef.h>` and not `#include <cstddef>`.
|
| /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/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/contrib/pam-krb5/tests/ |
| H A D | README | 21 separate program. That program, when run, must produce output in the 166 That way, you can update tap/basic.c and tap/basic.h from subsequent 187 to write TAP tests in shell. That library includes much of the same 228 rest of its arguments as the program to run. That program is run with
|
| /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/openzfs/config/ |
| H A D | kernel-workqueue.m4 | 16 dnl # That part however, was _not_ backported, so we can use it to determine
|
| /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.
|