Searched refs:swap (Results 151 - 175 of 553) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dmultimap.h198 swap(multimap<_Key,_Tp,_Compare,_Allocator>& __x) function in class:std::__debug::multimap
200 _Base::swap(__x);
313 swap(multimap<_Key,_Tp,_Compare,_Allocator>& __lhs, function in namespace:std::__debug
315 { __lhs.swap(__rhs); }
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp150 swap(PB_DS_CLASS_C_DEC& other);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp128 swap(PB_DS_CLASS_C_DEC& other);
/freebsd-11-stable/contrib/gdb/gdb/
H A Delfread.c583 const struct ecoff_debug_swap *swap; local
587 swap = get_elf_backend_data (abfd)->elf_backend_ecoff_debug_swap;
588 if (swap)
589 elfmdebug_build_psymtabs (objfile, swap, ei.mdebugsect);
/freebsd-11-stable/sys/dev/nand/
H A Dnandsim_chip.h103 struct chip_swap *swap; member in struct:nandsim_chip
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectList.cpp109 m_value_objects.swap(value_object_list.m_value_objects);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h67 using std::swap;
69 swap(Begin, O.Begin);
70 swap(End, O.End);
71 swap(Capacity, O.Capacity);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DUse.h59 /// Provide a fast substitute to std::swap<Use>
61 void swap(Use &RHS);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h78 std::swap(From, To); // Reverse edge for postdominators.
H A DParallel.h106 std::swap(*(End - 1), *Pivot);
111 std::swap(*Pivot, *(End - 1));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h221 void swap(iplist_impl &RHS) { function in class:llvm::iplist_impl
223 base_list_type::swap(RHS);
411 // Ensure that swap uses the fast list swap...
413 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { function in namespace:std
414 Left.swap(Right);
H A DIntrusiveRefCntPtr.h159 swap(S);
168 void swap(IntrusiveRefCntPtr &other) { function in class:llvm::IntrusiveRefCntPtr
H A DAny.h86 Any &swap(Any &Other) { function in class:llvm::Any
87 std::swap(Storage, Other.Storage);
H A DSmallBitVector.h620 swap(RHS);
625 void swap(SmallBitVector &RHS) { function in class:llvm::SmallBitVector
626 std::swap(X, RHS.X);
706 /// Implement std::swap in terms of BitVector swap.
708 swap(llvm::SmallBitVector &LHS, llvm::SmallBitVector &RHS) { function in namespace:std
709 LHS.swap(RHS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp207 std::swap(node1, node2);
208 std::swap(vRdAllowed, vRaAllowed);
284 std::swap(node1, node2);
285 std::swap(vRdAllowed, vRrAllowed);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp74 std::swap(ToSimplify, Next);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmemstat.c18 #include <sys/swap.h>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h293 std::swap(Visited, Other.Visited);
294 std::swap(CurInst, Other.CurInst);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp149 // new list and add all of the matching types to it, and then swap it into
214 m_types.swap(matching_types);
223 // new list and add all of the matching types to it, and then swap it into
236 m_types.swap(matching_types);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1600 std::swap(Locs.first, Locs.second);
1830 std::swap(Locs.first, Locs.second);
1839 std::swap(V1, V2);
1840 std::swap(V1Size, V2Size);
1841 std::swap(O1, O2);
1842 std::swap(V1AAInfo, V2AAInfo);
1856 std::swap(V1, V2);
1857 std::swap(O1, O2);
1858 std::swap(V1Size, V2Size);
1859 std::swap(V1AAInf
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h647 const struct ecoff_debug_swap *swap, bfd_boolean relocatable,
652 const struct ecoff_debug_swap *swap, const char *name,
656 const struct ecoff_debug_swap *swap);
659 const struct ecoff_debug_swap *swap, file_ptr where);
662 const struct ecoff_debug_swap *swap,
H A Delf64-alpha.c1335 const struct ecoff_debug_swap *swap;
1338 swap = get_elf_backend_data (abfd)->elf_backend_ecoff_debug_swap;
1341 ext_hdr = (char *) bfd_malloc (swap->external_hdr_size);
1342 if (ext_hdr == NULL && swap->external_hdr_size != 0)
1346 swap->external_hdr_size))
1350 (*swap->swap_hdr_in) (abfd, ext_hdr, symhdr);
1369 READ (external_dnr, cbDnOffset, idnMax, swap->external_dnr_size, PTR);
1370 READ (external_pdr, cbPdOffset, ipdMax, swap->external_pdr_size, PTR);
1371 READ (external_sym, cbSymOffset, isymMax, swap->external_sym_size, PTR);
1372 READ (external_opt, cbOptOffset, ioptMax, swap
1329 const struct ecoff_debug_swap *swap; local
1446 const struct ecoff_debug_swap * const swap = local
1529 const struct ecoff_debug_swap *swap; member in struct:extsym_info
4932 const struct ecoff_debug_swap *swap local
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_list.h81 swap(_List_node_base& __x, _List_node_base& __y);
896 * time. Note that the global std::swap() function is
897 * specialized such that std::swap(l1,l2) will feed to this
901 swap(list& __x) function in class:list
903 _List_node_base::swap(this->_M_impl._M_node, __x._M_impl._M_node);
1264 /// See std::list::swap().
1267 swap(list<_Tp, _Alloc>& __x, list<_Tp, _Alloc>& __y) function
1268 { __x.swap(__y); }
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dhashtable.h376 swap(hashtable& __ht) function in class:hashtable
378 std::swap(_M_hash, __ht._M_hash);
379 std::swap(_M_equals, __ht._M_equals);
380 std::swap(_M_get_key, __ht._M_get_key);
381 _M_buckets.swap(__ht._M_buckets);
382 std::swap(_M_num_elements, __ht._M_num_elements);
742 swap(hashtable<_Val, _Key, _HF, _Extract, _EqKey, _All>& __ht1, function
744 { __ht1.swap(__ht2); }
1014 _M_buckets.swap(__tmp);
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot120 # How much swap to put on each block device in the boot zpool
126 # Should we use geli(8) to encrypt the swap?
131 # Should we use gmirror(8) to mirror the swap?
217 SWAP_GMIRROR_LABEL='gmirror label swap %s'
262 msg_invalid_swap_size="Invalid swap size \`%s'"
282 msg_please_enter_amount_of_swap_space="Please enter amount of swap space (SI-Unit suffixes\nrecommended; e.g., \`2g' for 2 Gigabytes):"
306 msg_swap_encrypt_help="Encrypt swap partitions with temporary keys, discarded on reboot"
307 msg_swap_invalid="The selected swap size (%s) is invalid. Enter a number optionally followed by units. Example: 2G"
309 msg_swap_mirror_help="Mirror swap partitions for redundancy, breaks crash dumps"
311 msg_swap_size_help="Customize how much swap spac
[all...]

Completed in 303 milliseconds

1234567891011>>