/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | lb1sf68.asm | 312 swap d0 define 335 swap d2 define 338 swap d0 define 357 swap d2 define 814 swap d7 define 816 swap d6 define 818 swap d5 define 820 swap d4 define 913 swap d3 define 915 swap d2 define [all …]
|
/openbsd/gnu/gcc/gcc/config/m68k/ |
H A D | lb1sf68.asm | 382 swap d0 define 405 swap d2 define 408 swap d0 define 427 swap d2 define 885 swap d7 define 887 swap d6 define 889 swap d5 define 891 swap d4 define 984 swap d3 define 986 swap d2 define [all …]
|
/openbsd/gnu/llvm/libcxx/include/__utility/ |
H A D | swap.h | 37 inline _LIBCPP_INLINE_VISIBILITY __swap_result_t<_Tp> _LIBCPP_CONSTEXPR_SINCE_CXX20 swap(_Tp& __x, … in swap() function 46 swap(_Tp (&__a)[_Np], _Tp (&__b)[_Np]) _NOEXCEPT_(__is_nothrow_swappable<_Tp>::value) { in swap() function
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ |
H A D | ranged_hash_fn.hpp | 124 swap(PB_DS_CLASS_C_DEC& other) in swap() function in pb_ds::detail::PB_DS_CLASS_C_DEC 210 swap(PB_DS_CLASS_C_DEC& other) in swap() function in pb_ds::detail::PB_DS_CLASS_C_DEC 299 swap(PB_DS_CLASS_C_DEC& other) in swap() function in pb_ds::detail::PB_DS_CLASS_C_DEC 356 swap(PB_DS_CLASS_C_DEC& other) in swap() function in pb_ds::detail::PB_DS_CLASS_C_DEC
|
H A D | ranged_probe_fn.hpp | 140 swap(PB_DS_CLASS_C_DEC& other) in swap() function in pb_ds::detail::PB_DS_CLASS_C_DEC 250 swap(PB_DS_CLASS_C_DEC& other) in swap() function in pb_ds::detail::PB_DS_CLASS_C_DEC 326 swap(ranged_probe_fn& other) in swap() function in pb_ds::detail::ranged_probe_fn
|
H A D | linear_probe_fn_imp.hpp | 50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
|
H A D | quadratic_probe_fn_imp.hpp | 50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
|
H A D | direct_mask_range_hashing_imp.hpp | 50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
|
H A D | direct_mod_range_hashing_imp.hpp | 50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/ |
H A D | hash_load_check_resize_trigger_size_base.hpp | 69 swap(hash_load_check_resize_trigger_size_base& other) in swap() function in pb_ds::detail::hash_load_check_resize_trigger_size_base 92 swap(hash_load_check_resize_trigger_size_base& other) { } in swap() function in pb_ds::detail::hash_load_check_resize_trigger_size_base
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | SetVector.h | 264 void swap(SetVector<T, Vector, Set> &RHS) { in swap() function 319 swap(llvm::SetVector<T, V, S> &LHS, llvm::SetVector<T, V, S> &RHS) { in swap() function 326 swap(llvm::SmallSetVector<T, N> &LHS, llvm::SmallSetVector<T, N> &RHS) { in swap() function
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/ |
H A D | hash_eq_fn.hpp | 98 swap(const PB_DS_CLASS_C_DEC& other) in swap() function in pb_ds::detail::PB_DS_CLASS_C_DEC 176 swap(const PB_DS_CLASS_C_DEC& other) in swap() function in pb_ds::detail::PB_DS_CLASS_C_DEC
|
/openbsd/gnu/llvm/libcxx/include/__expected/ |
H A D | expected.h | 439 _LIBCPP_HIDE_FROM_ABI constexpr void swap(expected& __rhs) in swap() function 497 _LIBCPP_HIDE_FROM_ABI friend constexpr void swap(expected& __x, expected& __y) in swap() function 859 _LIBCPP_HIDE_FROM_ABI constexpr void swap(expected& __rhs) in swap() function 884 _LIBCPP_HIDE_FROM_ABI friend constexpr void swap(expected& __x, expected& __y) in swap() function
|
/openbsd/gnu/gcc/gcc/ |
H A D | sreal.c | 347 sreal *swap; in sreal_add() local 457 sreal *swap; in sreal_mul() local
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
H A D | null_node_update_imp.hpp | 54 swap(null_trie_node_update< Const_Node_Iterator_, Node_Iterator_, E_Access_Traits_, Allo… in swap() function in PB_DS_CLASS_C_DEC
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/ |
H A D | null_node_update_imp.hpp | 54 swap(null_tree_node_update< Const_Node_Iterator_, Node_Iterator_, Cmp_Fn_, Allocator_>& … in swap() function in PB_DS_CLASS_C_DEC
|
/openbsd/games/backgammon/common_source/ |
H A D | back.h | 49 #define swap {D0 ^= D1; D1 ^= D0; D0 ^= D1; d0 = 1-d0;} macro
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/ |
H A D | assoc_container.hpp | 286 swap(cc_hash_table& other) in swap() function in pb_ds::cc_hash_table 454 swap(gp_hash_table& other) in swap() function in pb_ds::gp_hash_table 550 swap(tree& other) in swap() function in pb_ds::tree 626 swap(trie& other) in swap() function in pb_ds::trie 681 swap(list_update& other) in swap() function in pb_ds::list_update
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | using1.C | 8 void swap () {} in swap() function
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/ |
H A D | constructors_destructor_fn_imps.hpp | 82 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Use.cpp | 14 void Use::swap(Use &RHS) { in swap() function in llvm::Use
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ecofflink.c | 1246 bfd_ecoff_debug_externals (abfd, debug, swap, relocatable, get_extr, in bfd_ecoff_debug_externals() argument 1315 bfd_ecoff_debug_one_external (abfd, debug, swap, name, esym) in bfd_ecoff_debug_one_external() argument 1369 ecoff_align_debug (abfd, debug, swap) in ecoff_align_debug() argument 1430 bfd_ecoff_debug_size (abfd, debug, swap) in bfd_ecoff_debug_size() argument 1465 ecoff_write_symhdr (abfd, debug, swap, where) in ecoff_write_symhdr() argument 1532 bfd_ecoff_write_debug (abfd, debug, swap, where) in bfd_ecoff_write_debug() argument 1574 ecoff_write_shuffle (abfd, swap, shuffle, space) in ecoff_write_shuffle() argument 1628 bfd_ecoff_write_accumulated_debug (handle, abfd, debug, swap, info, where) in bfd_ecoff_write_accumulated_debug() argument
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | ecofflink.c | 1290 bfd_ecoff_debug_externals (abfd, debug, swap, relocatable, get_extr, in bfd_ecoff_debug_externals() argument 1359 bfd_ecoff_debug_one_external (abfd, debug, swap, name, esym) in bfd_ecoff_debug_one_external() argument 1409 ecoff_align_debug (abfd, debug, swap) in ecoff_align_debug() argument 1470 bfd_ecoff_debug_size (abfd, debug, swap) in bfd_ecoff_debug_size() argument 1505 ecoff_write_symhdr (abfd, debug, swap, where) in ecoff_write_symhdr() argument 1572 bfd_ecoff_write_debug (abfd, debug, swap, where) in bfd_ecoff_write_debug() argument 1614 ecoff_write_shuffle (abfd, swap, shuffle, space) in ecoff_write_shuffle() argument 1668 bfd_ecoff_write_accumulated_debug (handle, abfd, debug, swap, info, where) in bfd_ecoff_write_accumulated_debug() argument
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/ |
H A D | constructors_destructor_fn_imps.hpp | 88 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/ |
H A D | constructors_destructor_fn_imps.hpp | 85 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
|