Searched refs:swap (Results 176 - 200 of 553) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/src/
H A Ddebug.cc170 swap(_M_iterators, __x._M_iterators);
171 swap(_M_const_iterators, __x._M_const_iterators);
172 swap(_M_version, __x._M_version);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_regdomain.c167 #define swap(_a, _b, _size) { \ macro
190 swap(u, t, size);
193 #undef swap macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h237 template <class IntT> IntT swap(IntT Int) const { function in class:llvm::RawInstrProfReader
275 return (swap(CounterPtr) - CountersDelta) / sizeof(uint64_t);
283 return Symtab->getFuncName(swap(NameRef));
H A DInstrProfData.inc324 * In-place byte swap:
325 * Do byte swap for this instance. \c Old is the original order before
326 * the swap, and \c New is the New byte order.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp218 std::swap(CmpLHS, CmpRHS);
233 std::swap(AndLHS, AndRHS);
234 std::swap(AndLHSSCEV, AndRHSSCEV);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp183 swap(PB_DS_CLASS_C_DEC& other);
H A Dsplit_join_fn_imps.hpp142 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent);
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo_api.h152 * @persistent_swap_storage: Usually the swap storage is deleted for buffers
160 * @swap: List head for swap LRU list.
229 struct list_head swap; member in struct:ttm_buffer_object
380 * system pages (ttms) to the swap list.
469 * @persistent_swap_storage: Usually the swap storage is deleted for buffers
515 * @persistent_swap_storage: Usually the swap storage is deleted for buffers
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86.cpp91 uint64_t fixupAddress, bool swap,
102 uint64_t fixupAddress, bool swap, bool scatterable,
254 uint64_t fixupAddress, bool swap,
352 uint64_t fixupAddress, bool swap,
251 getReferenceInfo(const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool swap, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
348 getPairReferenceInfo(const normalized::Relocation &reloc1, const normalized::Relocation &reloc2, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool swap, bool scatterable, FindAtomBySectionAndAddress atomFromAddr, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h174 m_map.swap(temp);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp175 if (A > B) std::swap(A, B);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h119 std::swap(Constraint, Temp.Constraint);
H A DTemplateDeduction.h105 PD.second.swap(SuppressedDiagnostics.front().second);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h236 void swap(CXXBasePaths &Other);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp445 __libcpp_db::swap(void* c1, void* c2) function in class:__libcpp_db
452 _LIBCPP_ASSERT(p1 != nullptr, "debug mode internal logic error swap A");
456 _LIBCPP_ASSERT(p1 != nullptr, "debug mode internal logic error swap B");
460 _LIBCPP_ASSERT(p2 != nullptr, "debug mode internal logic error swap C");
464 _LIBCPP_ASSERT(p2 != nullptr, "debug mode internal logic error swap D");
466 std::swap(p1->beg_, p2->beg_);
467 std::swap(p1->end_, p2->end_);
468 std::swap(p1->cap_, p2->cap_);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp181 // just swap indices and pretend we are materializing a contiguous sequence
184 std::swap(StartIdx, EndIdx);
185 std::swap(Outside, Inside);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h99 void swap(DenseSetImpl &RHS) { TheMap.swap(RHS.TheMap); } function in class:llvm::detail::DenseSetImpl
H A Dsimple_ilist.h155 /// Swap with another list in place using std::swap.
156 void swap(simple_ilist &X) { std::swap(*this, X); } function in class:llvm::simple_ilist
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp141 std::swap(Src1Reg, Src2Reg);
142 std::swap(Src1IsHigh, Src2IsHigh);
/freebsd-11-stable/lib/libusb/
H A Dlibusb20.c875 uint8_t swap; local
910 /* reset swap state */
911 swap = 3;
921 if (((c & 0xff00) == 0) && (swap & 1)) {
924 swap = 1;
925 } else if (((c & 0x00ff) == 0) && (swap & 2)) {
928 swap = 2;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc324 * In-place byte swap:
325 * Do byte swap for this instance. \c Old is the original order before
326 * the swap, and \c New is the New byte order.
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_deque.h1205 * Note that the global std::swap() function is specialized such that
1206 * std::swap(d1,d2) will feed to this function.
1209 swap(deque& __x) function in class:deque
1211 std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
1212 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish);
1213 std::swap(this->_M_impl._M_map, __x._M_impl._M_map);
1214 std::swap(this->_M_impl._M_map_size, __x._M_impl._M_map_size);
1612 /// See std::deque::swap().
1615 swap(deque<_Tp,_Alloc>& __x, deque<_Tp,_Alloc>& __y) function
1616 { __x.swap(__
[all...]
H A Dstl_tree.h673 swap(_Rb_tree& __t);
819 swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x, function
821 { __x.swap(__y); }
938 swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __t) function in class:_Rb_tree
967 std::swap(_M_root(),__t._M_root());
968 std::swap(_M_leftmost(),__t._M_leftmost());
969 std::swap(_M_rightmost(),__t._M_rightmost());
974 // No need to swap header's color as it does not change.
975 std::swap(this->_M_impl._M_node_count, __t._M_impl._M_node_count);
976 std::swap(thi
[all...]
H A Dstl_bvector.h693 swap(vector& __x) function in class:vector
695 std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
696 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish);
697 std::swap(this->_M_impl._M_end_of_storage,
708 swap(reference __x, reference __y) function in class:vector
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp688 std::swap(*J, PTmp);
1113 P.MaxSetPressure.swap(SavedMaxPressure);
1114 CurrSetPressure.swap(SavedPressure);
1359 P.MaxSetPressure.swap(SavedMaxPressure);
1360 CurrSetPressure.swap(SavedPressure);
1375 P.MaxSetPressure.swap(MaxPressureResult);
1376 CurrSetPressure.swap(PressureResult);
1391 P.MaxSetPressure.swap(MaxPressureResult);
1392 CurrSetPressure.swap(PressureResult);

Completed in 323 milliseconds

1234567891011>>