Searched refs:swap (Results 1 - 25 of 463) sorted by relevance

1234567891011>>

/macosx-10.10.1/file-46/file/src/
H A Delfclass.h32 swap = (u.c[sizeof(int32_t) - 1] + 1) != elfhdr.e_ident[EI_DATA];
34 type = elf_getu16(swap, elfhdr.e_type);
38 if (dophn_core(ms, clazz, swap, fd,
39 (off_t)elf_getu(swap, elfhdr.e_phoff),
40 elf_getu16(swap, elfhdr.e_phnum),
41 (size_t)elf_getu16(swap, elfhdr.e_phentsize),
48 if (dophn_exec(ms, clazz, swap, fd,
49 (off_t)elf_getu(swap, elfhdr.e_phoff),
50 elf_getu16(swap, elfhdr.e_phnum),
51 (size_t)elf_getu16(swap, elfhd
[all...]
H A Dreadelf.c64 getu16(int swap, uint16_t value) argument
71 if (swap) {
83 getu32(int swap, uint32_t value) argument
90 if (swap) {
104 getu64(int swap, uint64_t value) argument
111 if (swap) {
128 #define elf_getu16(swap, value) getu16(swap, value)
129 #define elf_getu32(swap, value) getu32(swap, valu
291 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, size_t size, off_t fsize, int *flags) argument
367 donote(struct magic_set *ms, void *vbuf, size_t offset, size_t size, int clazz, int swap, size_t align, int *flags) argument
818 doshn(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, size_t size, int *flags, int mach) argument
1014 dophn_exec(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, size_t size, off_t fsize, int *flags, int sh_num) argument
1136 int swap; local
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/hash_fn/
H A Dlinear_probe_fn_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Dquadratic_probe_fn_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Ddirect_mask_range_hashing_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
51 { mask_based_base::swap(other); }
H A Ddirect_mod_range_hashing_imp.hpp50 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
51 { mod_based_base::swap(other); }
H A Dmod_based_range_hashing.hpp71 swap(PB_DS_CLASS_C_DEC& other);
86 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
88 std::swap(m_size, other.m_size);
H A Dsample_probe_fn.hpp69 swap(sample_probe_fn& other);
H A Dsample_range_hashing.hpp69 swap(sample_range_hashing& other);
H A Dsample_ranged_hash_fn.hpp69 swap(sample_ranged_hash_fn& other);
H A Dsample_ranged_probe_fn.hpp69 swap(sample_ranged_probe_fn& other);
H A Dranged_hash_fn.hpp94 swap(PB_DS_CLASS_C_DEC&);
124 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
126 comb_hash_fn_base::swap(other);
127 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
177 swap(PB_DS_CLASS_C_DEC&);
210 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
212 comb_hash_fn_base::swap(other);
213 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
275 swap(PB_DS_CLASS_C_DEC&);
299 swap(PB_DS_CLASS_C_DE function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
356 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/list_update_policy/
H A Dsample_update_policy.hpp61 swap(sample_update_policy& other);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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_>& /*other*/) function in class:PB_DS_CLASS_C_DEC
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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_, Allocator_>& /*other*/) function in class:PB_DS_CLASS_C_DEC
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Dconstructors_destructor_fn_imps.hpp82 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
87 base_type::swap(other);
89 m_rc.swap(other.m_rc);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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) function in class:pb_ds::detail::hash_load_check_resize_trigger_size_base
70 { std::swap(m_size, other.m_size); }
92 swap(hash_load_check_resize_trigger_size_base& other) { } function in class:pb_ds::detail::hash_load_check_resize_trigger_size_base
H A Dsample_size_policy.hpp66 swap(sample_size_policy& other);
H A Dhash_exponential_size_policy_imp.hpp57 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
59 std::swap(m_start_size, other.m_start_size);
60 std::swap(m_grow_factor, other.m_grow_factor);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp88 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
92 base_type::swap(other);
94 std::swap(m_p_max, other.m_p_max);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pairing_heap_/
H A Dconstructors_destructor_fn_imps.hpp85 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
89 PB_DS_BASE_C_DEC::swap(other);
/macosx-10.10.1/OpenSSL098-52/src/crypto/perlasm/
H A Dcbc.pl28 local($name,$enc_func,$dec_func,$swap,$iv_off,$enc_off,$p1,$p2,$p3)=@_;
31 # swap is true if byte order needs to be reversed
119 &bswap("eax") if $swap;
120 &bswap("ebx") if $swap;
130 &bswap("eax") if $swap;
131 &bswap("ebx") if $swap;
182 &bswap("eax") if $swap;
183 &bswap("ebx") if $swap;
193 &bswap("eax") if $swap;
194 &bswap("ebx") if $swap;
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/
H A DLXUtilities.cpp80 le_int32 swap = array[front]; local
83 array[back] = swap;
92 float swap = array[front]; local
95 array[back] = swap;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dswapput.c31 #include <swap.h>
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp134 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
141 std::swap((entry_cmp& )(*this), (entry_cmp& )other);
151 std::swap(m_a_entries, other.m_a_entries);
152 std::swap(m_size, other.m_size);
153 std::swap(m_actual_size, other.m_actual_size);
154 static_cast<resize_policy*>(this)->swap(other);

Completed in 187 milliseconds

1234567891011>>