Home
last modified time | relevance | path

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

1234567

/freebsd-12-stable/sys/dev/nand/
Dnandsim_swap.c62 init_block_state(struct chip_swap *swap) in init_block_state()
82 destroy_block_state(struct chip_swap *swap) in destroy_block_state()
93 create_buffers(struct chip_swap *swap) in create_buffers()
115 destroy_buffers(struct chip_swap *swap) in destroy_buffers()
144 swap_file_open(struct chip_swap *swap, const char *swap_file) in swap_file_open()
173 swap_file_close(struct chip_swap *swap) in swap_file_close()
187 swap_file_write(struct chip_swap *swap, struct block_state *blk_state) in swap_file_write()
234 swap_file_read(struct chip_swap *swap, struct block_state *blk_state) in swap_file_read()
276 struct chip_swap *swap; in nandsim_swap_init() local
311 nandsim_swap_destroy(struct chip_swap *swap) in nandsim_swap_destroy()
[all …]
/freebsd-12-stable/contrib/file/src/
Dreadelf.c79 getu16(int swap, uint16_t value) in getu16()
98 getu32(int swap, uint32_t value) in getu32()
119 getu64(int swap, uint64_t value) in getu64()
143 #define elf_getu16(swap, value) getu16(swap, value) argument
144 #define elf_getu32(swap, value) getu32(swap, value) argument
145 #define elf_getu64(swap, value) getu64(swap, value) argument
350 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, in dophn_core()
426 do_note_netbsd_version(struct magic_set *ms, int swap, void *v) in do_note_netbsd_version()
472 do_note_freebsd_version(struct magic_set *ms, int swap, void *v) in do_note_freebsd_version()
550 int swap __attribute__((__unused__)), uint32_t namesz, uint32_t descsz, in do_bid_note()
[all …]
/freebsd-12-stable/contrib/llvm-project/libcxx/include/__utility/
Dswap.h36 inline _LIBCPP_INLINE_VISIBILITY __swap_result_t<_Tp> _LIBCPP_CONSTEXPR_AFTER_CXX17 swap(_Tp& __x, … in swap() function
45 swap(_Tp (&__a)[_Np], _Tp (&__b)[_Np]) _NOEXCEPT_(__is_nothrow_swappable<_Tp>::value) { in swap() function
/freebsd-12-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
/freebsd-12-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
Dquadratic_probe_fn_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) in swap() function in 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
Ddirect_mask_range_hashing_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
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-12-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-12-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-12-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-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DSetVector.h271 void swap(SetVector<T, Vector, Set> &RHS) { in swap() function
326 swap(llvm::SetVector<T, V, S> &LHS, llvm::SetVector<T, V, S> &RHS) { in swap() function
333 swap(llvm::SmallSetVector<T, N> &LHS, llvm::SmallSetVector<T, N> &RHS) { in swap() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DUse.cpp16 void Use::swap(Use &RHS) { in swap() function in llvm::Use
/freebsd-12-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-12-stable/contrib/gcc/
Dsreal.c347 sreal *swap; in sreal_add() local
457 sreal *swap; in sreal_mul() local
/freebsd-12-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-12-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-12-stable/sbin/natd/
Dicmp.c49 struct in_addr swap; in SendNeedFragIcmp() local
/freebsd-12-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-12-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-12-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

1234567