Searched refs:other (Results 51 - 75 of 513) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimeout.h43 Timeout(const Timeout<Ratio2> &other) argument
44 : Base(other ? Base(Dur<Ratio>(*other)) : std::nullopt) {}
48 Timeout(const std::chrono::duration<Rep2, Ratio2> &other) argument
49 : Base(Dur<Ratio>(other)) {}
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.h65 tsc_tick_count later(tsc_tick_count const other) const {
66 return my_count > other.my_count ? (*this) : other;
68 tsc_tick_count earlier(tsc_tick_count const other) const {
69 return my_count < other.my_count ? (*this) : other;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/
H A Ddosmode.ksh69 other=$ZFS_ACL_STAFF2
95 log_mustnot user_run $other $changeflags uarch $testfile
98 log_mustnot user_run $other $changeflags nouarch $testfile
115 log_mustnot user_run $other $changeflags nohidden $testfile
118 log_mustnot user_run $other $changeflags hidden $testfile
134 log_mustnot user_run $other $changeflags nooffline $testfile
137 log_mustnot user_run $other $changeflags offline $testfile
158 log_mustnot user_run $other $changeflags rdonly $testfile
160 log_mustnot user_run $other $changeflags nordonly $testfile
186 log_mustnot user_run $other
[all...]
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dticker.h26 ticker_copy(ticker_t *ticker, const ticker_t *other) { argument
27 *ticker = *other;
/freebsd-current/contrib/bmake/unit-tests/
H A Dshell-custom.mk6 # TODO: demonstrate the other shell features as well:
/freebsd-current/crypto/heimdal/
H A Dkrb5.conf22 computer = computer.some.other.domain
/freebsd-current/usr.bin/pr/tests/
H A Dbasic2_test.sh12 # documentation and/or other materials provided with the distribution.
33 -x "pr -t -a -2 $(atf_get_srcdir)/other.in"
42 pr -t -m $(atf_get_srcdir)/d_basic.in $(atf_get_srcdir)/other.in
51 pr -t -3 $(atf_get_srcdir)/other.in
H A DMakefile11 ${PACKAGE}FILES+= other.in
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DBodyFarm.h41 BodyFarm(const BodyFarm &other) = delete; member in class:clang::BodyFarm
44 BodyFarm &operator=(const BodyFarm &other) = delete; member in class:clang::BodyFarm
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_rb.c15 * documentation and/or other materials provided with the distribution.
236 const unsigned int other = which ^ RB_DIR_OTHER;
248 new_child->rb_nodes[which] = old_child->rb_nodes[other];
249 new_father->rb_nodes[other] = new_child;
259 * change is that new_child's position is now on the other side.
262 RB_SET_POSITION(new_child, other);
283 unsigned int other;
292 other = which ^ RB_DIR_OTHER;
293 uncle = grandpa->rb_nodes[other];
327 if (self == father->rb_nodes[other]) {
234 const unsigned int other = which ^ RB_DIR_OTHER; local
280 unsigned int other; local
554 unsigned int other = which ^ RB_DIR_OTHER; local
678 const unsigned int other = direction ^ RB_DIR_OTHER; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.h33 u32 Get(u32 id, u32 *other);
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBFunctionExtensions.i8 def __eq__(self, other):
9 return not self.__ne__(other)
H A DSBLineEntryExtensions.i8 def __eq__(self, other):
9 return not self.__ne__(other)
H A DSBTypeExtensions.i7 def __eq__(self, other):
8 return not self.__ne__(other)
27 def __eq__(self, other):
28 return not self.__ne__(other)
50 def __eq__(self, other):
51 return not self.__ne__(other)
151 def __eq__(self, other):
152 return not self.__ne__(other)
/freebsd-current/contrib/kyua/engine/
H A Dfilters.cpp12 // documentation and/or other materials provided with the distribution.
121 /// \param other The filter to compare to.
123 /// \return True if this filter contains the other filter or if they are equal.
125 engine::test_filter::contains(const test_filter& other) const
127 if (*this == other)
131 other.test_program);
174 /// \param other The filter to compare to.
176 /// \return True if this filter sorts before the other filter.
178 engine::test_filter::operator<(const test_filter& other) const
181 test_program < other
[all...]
/freebsd-current/contrib/kyua/model/
H A Dtest_program.cpp12 // documentation and/or other materials provided with the distribution.
243 /// first time. Any other invocations will result in inconsistent program
257 /// \param other The other object to compare this one to.
259 /// \return True if this object and other are equal; false otherwise.
261 model::test_program::operator==(const test_program& other) const
263 return _pimpl == other._pimpl || (
264 _pimpl->interface_name == other._pimpl->interface_name &&
265 _pimpl->binary == other._pimpl->binary &&
266 _pimpl->root == other
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpecList.h24 OptionValueFileSpecList(const OptionValueFileSpecList &other) argument
25 : Cloneable(other), m_current_value(other.GetCurrentValue()) {}
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp49 bool CompilerDeclContext::IsContainedInLookup(CompilerDeclContext other) const {
53 // If the other context is just the current context, we don't need to go
55 if (this == &other)
59 other.m_opaque_decl_ctx);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c13 * documentation and/or other materials provided with the distribution.
77 struct ww_mutex_thread *other; local
93 TAILQ_FOREACH(other, &ww_mutex_head, entry) {
95 if (other == &entry)
103 if (other->thread == owner &&
105 other->lock->base.sx.sx_lock) == curthread) {
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dcrypto-pk.c15 * documentation and/or other materials provided with the distribution.
140 krb5_data *other)
148 krb5_data_zero(other);
180 ASN1_MALLOC_ENCODE(PkinitSP80056AOtherInfo, other->data, other->length,
189 if (other->length != size)
212 krb5_data other; local
257 enctype, as_req, pk_as_rep, ticket, &other);
266 free(other.data);
280 EVP_DigestUpdate(m, other
132 encode_otherinfo(krb5_context context, const AlgorithmIdentifier *ai, krb5_const_principal client, krb5_const_principal server, krb5_enctype enctype, const krb5_data *as_req, const krb5_data *pk_as_rep, const Ticket *ticket, krb5_data *other) argument
[all...]
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dvsscanf.c26 * sale, use or other dealings in this Software without prior written *
79 final_ch(int ch, OtherType other) argument
85 if (other == oUnknown)
94 switch (other) {
110 switch (other) {
123 if (other == oUnknown)
129 if (other == oUnknown)
135 if (other == oUnknown)
212 OtherType other, otest;
231 other
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp61 XcodeSDK &XcodeSDK::operator=(const XcodeSDK &other) = default; member in class:XcodeSDK
63 bool XcodeSDK::operator==(const XcodeSDK &other) const {
64 return m_name == other.m_name;
145 bool XcodeSDK::Info::operator<(const Info &other) const {
147 std::tie(other.type, other.version, other.internal);
150 bool XcodeSDK::Info::operator==(const Info &other) const {
152 std::tie(other.type, other
155 Merge(const XcodeSDK &other) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp30 bool RegisterFlags::Field::Overlaps(const Field &other) const {
31 unsigned overlap_start = std::max(GetStart(), other.GetStart());
32 unsigned overlap_end = std::min(GetEnd(), other.GetEnd());
36 unsigned RegisterFlags::Field::PaddingDistance(const Field &other) const {
37 assert(!Overlaps(other) &&
39 assert((other < (*this)) && "Expected fields in MSB to LSB order.");
41 // If they don't overlap they are either next to each other or separated
46 unsigned rhs_end = other.GetStart() + other.GetSizeInBits() - 1;
48 if (*this < other) {
[all...]
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h12 // in the documentation and/or other materials provided with the
118 // Determines whether the given iterator and other point to the same
121 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
135 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} argument
136 ParamIterator& operator=(const ParamIterator& other) { argument
137 if (this != &other) impl_.reset(other.impl_->Clone());
154 bool operator==(const ParamIterator& other) const {
155 return impl_.get() == other
192 ParamGenerator(const ParamGenerator& other) argument
194 operator =(const ParamGenerator& other) argument
258 Iterator(const Iterator& other) argument
353 Iterator(const Iterator& other) argument
997 Iterator(const Iterator& other) = default; member in class:testing::internal::ParamGeneratorConverter::Iterator
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h147 bool operator==(SlotIndex other) const {
148 return lie == other.lie;
151 bool operator!=(SlotIndex other) const {
152 return lie != other.lie;
157 bool operator<(SlotIndex other) const {
158 return getIndex() < other.getIndex();
162 bool operator<=(SlotIndex other) const {
163 return getIndex() <= other.getIndex();
168 bool operator>(SlotIndex other) const {
169 return getIndex() > other
[all...]

Completed in 213 milliseconds

1234567891011>>