Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 25 of 175) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm312 swap d0 define
335 swap d2 define
338 swap d0 define
357 swap d2 define
359 swap d2 /* align high part with low part */ define
637 swap d6 | and also b's sign bit ' define
664 swap d4 | shift right exponent so that it starts define
680 swap d5 | shift right exponent so that it starts define
814 swap d7 define
816 swap d6 define
[all …]
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm382 swap d0 define
405 swap d2 define
408 swap d0 define
427 swap d2 define
429 swap d2 /* align high part with low part */ define
708 swap d6 | and also b's sign bit ' define
735 swap d4 | shift right exponent so that it starts define
751 swap d5 | shift right exponent so that it starts define
885 swap d7 define
887 swap d6 define
[all …]
/openbsd-src/gnu/llvm/libcxx/include/__utility/
H A Dswap.h37 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-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_size_base.hpp69 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-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
H A Dranged_hash_fn.hpp124 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 Dranged_probe_fn.hpp140 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 Dlinear_probe_fn_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
H A Dquadratic_probe_fn_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
H A Ddirect_mask_range_hashing_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
H A Ddirect_mod_range_hashing_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/
H A Dhash_eq_fn.hpp98 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-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSetVector.h264 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-src/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h439 _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-src/gnu/gcc/gcc/
H A Dsreal.c347 sreal *swap; in sreal_add() local
457 sreal *swap; in sreal_mul() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dnull_node_update_imp.hpp54 swap(null_trie_node_update< Const_Node_Iterator_, Node_Iterator_, E_Access_Traits_, Allo… in swap() function in PB_DS_CLASS_C_DEC
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/
H A Dnull_node_update_imp.hpp54 swap(null_tree_node_update< Const_Node_Iterator_, Node_Iterator_, Cmp_Fn_, Allocator_>& … in swap() function in PB_DS_CLASS_C_DEC
/openbsd-src/games/backgammon/common_source/
H A Dback.h49 #define swap {D0 ^= D1; D1 ^= D0; D0 ^= D1; d0 = 1-d0;} macro
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dconstructors_destructor_fn_imps.hpp82 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dusing1.C8 void swap () {} in swap() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DUse.cpp14 void Use::swap(Use &RHS) { in swap() function in llvm::Use
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp286 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-src/gnu/usr.bin/binutils-2.17/bfd/
H A Decofflink.c1246 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-src/gnu/usr.bin/binutils/bfd/
H A Decofflink.c1290 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-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dconstructors_destructor_fn_imps.hpp85 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp88 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC

1234567