/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | sbvalue.py | 128 def __add__(self, other): argument 129 return int(self) + int(other) 131 def __sub__(self, other): argument 132 return int(self) - int(other) 134 def __mul__(self, other): argument 135 return int(self) * int(other) 137 def __floordiv__(self, other): argument 138 return int(self) // int(other) 140 def __mod__(self, other): argument 141 return int(self) % int(other) [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
H A D | split_join_fn_imps.hpp | 22 // software library without restriction. Specifically, if other files 24 // file, or you compile this file and link it with other files to 27 // License. This exception does not however invalidate any other 50 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) in split() argument 53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() 57 other.clear(); in split() 59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() 65 value_swap(other); in split() 67 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() 74 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
H A D | split_join_fn_imps.hpp | 22 // software library without restriction. Specifically, if other files 24 // file, or you compile this file and link it with other files to 27 // License. This exception does not however invalidate any other 50 join_prep(PB_DS_CLASS_C_DEC& other) in join_prep() argument 53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in join_prep() 54 if (other.m_size == 0) in join_prep() 59 value_swap(other); in join_prep() 63 …const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m… in join_prep() 65 …const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), PB_DS_V2F(m_… in join_prep() 71 value_swap(other); in join_prep() [all …]
|
H A D | constructors_destructor_fn_imps.hpp | 22 // software library without restriction. Specifically, if other files 24 // file, or you compile this file and link it with other files to 27 // License. This exception does not however invalidate any other 82 PB_DS_CLASS_NAME(const PB_DS_CLASS_C_DEC& other) : in PB_DS_CLASS_NAME() argument 84 map_debug_base(other), in PB_DS_CLASS_NAME() 87 PB_DS_TREE_TRACE_BASE_C_DEC(other), in PB_DS_CLASS_NAME() 89 Cmp_Fn(other), in PB_DS_CLASS_NAME() 90 node_update(other), in PB_DS_CLASS_NAME() 95 m_size = other.m_size; in PB_DS_CLASS_NAME() 96 _GLIBCXX_DEBUG_ONLY(other.structure_only_assert_valid();) in PB_DS_CLASS_NAME() [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
H A D | split_join_fn_imps.hpp | 22 // software library without restriction. Specifically, if other files 24 // file, or you compile this file and link it with other files to 27 // License. This exception does not however invalidate any other 51 split(Pred pred, PB_DS_CLASS_C_DEC& other) in split() argument 75 other.get_new_size_for_arbitrary(ersd); in split() 97 for (size_type i = 0; i < other.m_size; ++i) in split() 98 erase_at(other.m_a_entries, i, s_no_throw_copies_ind); in split() 105 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size); in split() 108 other.m_actual_size = other_actual_size; in split() 111 other.m_size = ersd; in split() [all …]
|
H A D | constructors_destructor_fn_imps.hpp | 22 // software library without restriction. Specifically, if other files 24 // file, or you compile this file and link it with other files to 27 // License. This exception does not however invalidate any other 99 binary_heap_(const PB_DS_CLASS_C_DEC& other) : in binary_heap_() argument 100 entry_cmp(other), in binary_heap_() 101 resize_policy(other), in binary_heap_() 103 m_actual_size(other.m_actual_size), in binary_heap_() 106 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in binary_heap_() 107 _GLIBCXX_DEBUG_ASSERT(m_a_entries != other.m_a_entries); in binary_heap_() 109 const_iterator first_it = other.begin(); in binary_heap_() [all …]
|
/openbsd-src/gnu/llvm/lldb/bindings/python/ |
H A D | python-extensions.swig | 360 def __add__(self, other): 361 return int(self) + int(other) 363 def __sub__(self, other): 364 return int(self) - int(other) 366 def __mul__(self, other): 367 return int(self) * int(other) 369 def __floordiv__(self, other): 370 return int(self) // int(other) 372 def __mod__(self, other): 373 return int(self) % int(other) [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/ |
H A D | split_join_fn_imps.hpp | 22 // software library without restriction. Specifically, if other files 24 // file, or you compile this file and link it with other files to 27 // License. This exception does not however invalidate any other 51 split(Pred pred, PB_DS_CLASS_C_DEC& other) in split() argument 54 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() 56 other.clear(); in split() 61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() 75 ++other.m_size; in split() 81 other.push_imp(p_out); in split() 86 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 49 PartialDiagnostic(const PartialDiagnostic &Other) in PartialDiagnostic() argument 50 : StreamingDiagnostic(), DiagID(Other.DiagID) { in PartialDiagnostic() 51 Allocator = Other.Allocator; in PartialDiagnostic() 52 if (Other.DiagStorage) { in PartialDiagnostic() 54 *DiagStorage = *Other.DiagStorage; in PartialDiagnostic() 75 PartialDiagnostic(PartialDiagnostic &&Other) : DiagID(Other.DiagID) { in PartialDiagnostic() argument 76 Allocator = Other.Allocator; in PartialDiagnostic() 77 DiagStorage = Other.DiagStorage; in PartialDiagnostic() 78 Other.DiagStorage = nullptr; in PartialDiagnostic() 81 PartialDiagnostic(const PartialDiagnostic &Other, in PartialDiagnostic() argument [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 21 // The other integral ranges use min/max values for special range values. For 96 /// predicate with any value contained within Other is contained in the 98 /// 'union over all y in Other . { x : icmp op x y is true }'. If the exact 102 /// Example: Pred = ult and Other = i8 [2, 5) returns Result = [0, 4) 104 const ConstantRange &Other); 107 /// satisfy the given predicate with all values contained within Other. 109 /// 'intersection over all y in Other . { x : icmp op x y is true }'. If the 113 /// Example: Pred = ult and Other = i8 [2, 5) returns [0, 2) 115 const ConstantRange &Other); 118 /// the given predicate with any value contained within Other. Formally, this [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MIRYamlMapping.h | 42 bool operator==(const StringValue &Other) const { 43 return Value == Other.Value; 83 bool operator==(const BlockStringValue &Other) const { 84 return Value == Other.Value; 107 bool operator==(const UnsignedValue &Other) const { 108 return Value == Other.Value; 195 bool operator==(const VirtualRegisterDefinition &Other) const { 196 return ID == Other.ID && Class == Other.Class && 197 PreferredRegister == Other.PreferredRegister; 216 bool operator==(const MachineFunctionLiveIn &Other) const { [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 14 // ranges (other integral ranges use min/max values for special range values): 243 const ConstantRange &Other) const { in icmp() 244 return makeSatisfyingICmpRegion(Pred, Other).contains(*this); in icmp() 286 const ConstantRange &Other, in makeGuaranteedNoWrapRegion() argument 297 unsigned BitWidth = Other.getBitWidth(); in makeGuaranteedNoWrapRegion() 305 return getNonEmpty(APInt::getZero(BitWidth), -Other.getUnsignedMax()); in makeGuaranteedNoWrapRegion() 308 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion() 316 return getNonEmpty(Other.getUnsignedMax(), APInt::getMinValue(BitWidth)); in makeGuaranteedNoWrapRegion() 319 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion() 327 return makeExactMulNUWRegion(Other.getUnsignedMax()); in makeGuaranteedNoWrapRegion() [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/ |
H A D | split_join_fn_imps.hpp | 22 // software library without restriction. Specifically, if other files 24 // file, or you compile this file and link it with other files to 27 // License. This exception does not however invalidate any other 51 split(Pred pred, PB_DS_CLASS_C_DEC& other) in split() argument 54 _GLIBCXX_DEBUG_ONLY(other.assert_valid(true);) in split() 56 other.clear(); in split() 61 _GLIBCXX_DEBUG_ONLY(other.assert_valid(true);) in split() 75 ++other.m_size; in split() 83 p_out->m_p_next_sibling = other.m_p_root; in split() 85 if (other.m_p_root != NULL) in split() [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/ |
H A D | split_join_fn_imps.hpp | 22 // software library without restriction. Specifically, if other files 24 // file, or you compile this file and link it with other files to 27 // License. This exception does not however invalidate any other 50 join(PB_DS_CLASS_C_DEC& other) in join() argument 53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in join() 54 if (base_type::join_prep(other) == false) in join() 57 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in join() 61 node_pointer p_target_r = other.leftmost(other.m_p_head); in join() 63 other.splay(p_target_r); in join() 65 _GLIBCXX_DEBUG_ASSERT(p_target_r == other.m_p_head->m_p_parent); in join() [all …]
|
/openbsd-src/games/phantasia/ |
H A D | interplayer.c | 33 / GLOBAL INPUTS: Other, Users, Player, Fileloc, *Playersfp 52 while (fread(&Other, SZ_PLAYERSTRUCT, 1, Playersfp) == 1) { in checkbattle() 53 if (Other.p_status != S_OFF in checkbattle() 54 && Other.p_status != S_NOTUSED in checkbattle() 55 && Other.p_status != S_HUNGUP in checkbattle() 56 && (Other.p_status != S_CLOAKED || Other.p_specialtype != SC_VALAR)) in checkbattle() 61 if (Player.p_x == Other.p_x in checkbattle() 62 && Player.p_y == Other.p_y in checkbattle() 67 && (Other.p_status == S_PLAYING || Other.p_status == S_INBATTLE) in checkbattle() 69 && Other.p_specialtype != SC_VALAR in checkbattle() [all …]
|
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
H A D | free2.t | 81 my $other; 98 $other = delete($READY{$tid}); 100 $q->enqueue($tid, "Thread $tid received signal from $other"); 121 my $other = shift; 122 $other++; 125 $q->enqueue($tid, "Thread $tid signalling $other"); 128 $READY{$other} = $tid; 225 my $other = 5; 229 th_signal($q, $other); 231 $q->enqueue(1, "Thread $tid getting return from thread $other"); [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ErrorOr.h | 93 ErrorOr(const ErrorOr &Other) { in ErrorOr() argument 94 copyConstruct(Other); in ErrorOr() 98 ErrorOr(const ErrorOr<OtherT> &Other, 100 copyConstruct(Other); 105 const ErrorOr<OtherT> &Other, 108 copyConstruct(Other); 111 ErrorOr(ErrorOr &&Other) { in ErrorOr() argument 112 moveConstruct(std::move(Other)); in ErrorOr() 116 ErrorOr(ErrorOr<OtherT> &&Other, 118 moveConstruct(std::move(Other)); [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/ |
H A D | split_join_fn_imps.hpp | 22 // software library without restriction. Specifically, if other files 24 // file, or you compile this file and link it with other files to 27 // License. This exception does not however invalidate any other 51 split(Pred pred, PB_DS_CLASS_C_DEC& other) in split() argument 54 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() 56 other.clear(); in split() 61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() 75 ++other.m_size; in split() 79 other.make_root_and_link(p_out); in split() 84 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | point_iterators.hpp | 22 // software library without restriction. Specifically, if other files 24 // file, or you compile this file and link it with other files to 27 // License. This exception does not however invalidate any other 112 Node>::other::pointer 117 Leaf>::other::const_pointer 122 Leaf>::other::pointer 127 Head>::other::pointer 132 Internal_Node>::other::pointer 158 pat_trie_const_it_(const PB_DS_CONST_ODIR_IT_C_DEC& other) in pat_trie_const_it_() argument 159 : m_p_nd(other.m_p_nd) in pat_trie_const_it_() [all …]
|
H A D | split_fn_imps.hpp | 22 // software library without restriction. Specifically, if other files 24 // file, or you compile this file and link it with other files to 27 // License. This exception does not however invalidate any other 50 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) in split() argument 53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();); in split() 55 leaf_pointer p_split_lf = split_prep(r_key, other, bag); in split() 60 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() 65 other.clear(); in split() 69 other, in split() 74 other.m_p_head->m_p_max = m_p_head->m_p_max; in split() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | ContinuationIndenter.h | 181 /// handled in \c addNextStateToQueue, and the penalty for other lines doesn't 360 bool operator<(const ParenState &Other) const { 361 if (Indent != Other.Indent) 362 return Indent < Other.Indent; 363 if (LastSpace != Other.LastSpace) 364 return LastSpace < Other.LastSpace; 365 if (NestedBlockIndent != Other.NestedBlockIndent) 366 return NestedBlockIndent < Other.NestedBlockIndent; 367 if (FirstLessLess != Other.FirstLessLess) 368 return FirstLessLess < Other.FirstLessLess; [all …]
|
/openbsd-src/sys/dev/mii/ |
H A D | mlphy.c | 14 * documentation and/or other materials provided with the distribution. 51 * documentation and/or other materials provided with the distribution. 76 * documentation and/or other materials provided with the distribution. 204 struct mii_softc *other = NULL; in mlphy_service() local 208 LIST_FOREACH(other, &mii->mii_phys, mii_list) in mlphy_service() 209 if (other != sc) in mlphy_service() 234 if (other != NULL) { in mlphy_service() 235 mii_phy_reset(other); in mlphy_service() 236 PHY_WRITE(other, MII_BMCR, BMCR_ISO); in mlphy_service() 250 if (other != NULL) { in mlphy_service() [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/ |
H A D | split_join_fn_imps.hpp | 22 // software library without restriction. Specifically, if other files 24 // file, or you compile this file and link it with other files to 27 // License. This exception does not however invalidate any other 51 split(Pred pred, PB_DS_CLASS_C_DEC& other) in split() argument 54 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() 57 other.make_binomial_heap(); in split() 59 base_type::split(pred, other); in split() 62 other.find_max(); in split() 65 _GLIBCXX_DEBUG_ONLY(other.assert_valid();) in split() 71 join(PB_DS_CLASS_C_DEC& other) in join() argument [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | CharUnits.h | 74 CharUnits& operator+= (const CharUnits &Other) { 75 Quantity += Other.Quantity; 85 CharUnits& operator-= (const CharUnits &Other) { 86 Quantity -= Other.Quantity; 98 bool operator== (const CharUnits &Other) const { 99 return Quantity == Other.Quantity; 101 bool operator!= (const CharUnits &Other) const { 102 return Quantity != Other.Quantity; 106 bool operator< (const CharUnits &Other) const { 107 return Quantity < Other.Quantity; [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
H A D | ShCommands.py | 9 def __eq__(self, other): argument 10 if not isinstance(other, Command): 14 (other.args, other.redirects)) 45 def __eq__(self, other): argument 46 if not isinstance(other, Command): 49 return (self.pattern == other.pattern) 71 def __eq__(self, other): argument 72 if not isinstance(other, Pipeline): 76 (other.commands, other.negate, self.pipe_err)) 98 def __eq__(self, other): argument [all …]
|