Home
last modified time | relevance | path

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

123456

/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DOwningPtr.h77 void swap(OwningPtr &RHS) { in swap() function
85 inline void swap(OwningPtr<T> &a, OwningPtr<T> &b) { in swap() function
139 void swap(OwningArrayPtr &RHS) { in swap() function
147 inline void swap(OwningArrayPtr<T> &a, OwningArrayPtr<T> &b) { in swap() function
Dpolymorphic_ptr.h73 void swap(polymorphic_ptr &arg) { in swap() function
81 void swap(polymorphic_ptr<T> &lhs, polymorphic_ptr<T> &rhs) { in swap() function
/freebsd-9-stable/contrib/file/src/
Dreadelf.c77 getu16(int swap, uint16_t value) in getu16()
96 getu32(int swap, uint32_t value) in getu32()
117 getu64(int swap, uint64_t value) in getu64()
141 #define elf_getu16(swap, value) getu16(swap, value) argument
142 #define elf_getu32(swap, value) getu32(swap, value) argument
143 #define elf_getu64(swap, value) getu64(swap, value) argument
325 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, in dophn_core()
386 do_note_netbsd_version(struct magic_set *ms, int swap, void *v) in do_note_netbsd_version()
431 do_note_freebsd_version(struct magic_set *ms, int swap, void *v) in do_note_freebsd_version()
508 int swap __attribute__((__unused__)), uint32_t namesz, uint32_t descsz, in do_bid_note()
[all …]
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
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
Dhash_exponential_size_policy_imp.hpp57 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
Dhash_prime_size_policy_imp.hpp136 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/
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
Dlinear_probe_fn_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
Dquadratic_probe_fn_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
Ddirect_mod_range_hashing_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
Ddirect_mask_range_hashing_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
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
Dmod_based_range_hashing.hpp86 swap(PB_DS_CLASS_C_DEC& other) in swap() function in pb_ds::detail::PB_DS_CLASS_C_DEC
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
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
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/
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
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/eq_fn/
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
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
Dconstructors_destructor_fn_imps.hpp82 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
Dconstructors_destructor_fn_imps.hpp88 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
Dconstructors_destructor_fn_imps.hpp85 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
/freebsd-9-stable/contrib/gcc/
Dsreal.c347 sreal *swap; in sreal_add() local
457 sreal *swap; in sreal_mul() local
/freebsd-9-stable/sbin/natd/
Dicmp.c49 struct in_addr swap; in SendNeedFragIcmp() local
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
Dconstructors_destructor_fn_imps.hpp94 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
Dconstructors_destructor_fn_imps.hpp95 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
Dconstructors_destructor_fn_imps.hpp95 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
Dconstructors_destructor_fn_imps.hpp89 swap(PB_DS_CLASS_C_DEC& other) in swap() function in PB_DS_CLASS_C_DEC

123456