HomeSort by relevance Sort by last modified time
    Searched refs:swap (Results 251 - 275 of 3301) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/perlasm/
cbc.pl 28 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...]
  /external/chromium_org/cc/base/
scoped_ptr_algorithm.h 10 // ScopedContainers need to implement a swap() method since they do not allow
21 container->swap(first, result);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.h 48 void swap(NodeSet& other) { std::swap(m_isSorted, other.m_isSorted); std::swap(m_subtreesAreDisjoint, other.m_subtreesAreDisjoint); m_nodes.swap(other.m_nodes); } function in class:WebCore::XPath::NodeSet
  /external/icu4c/layoutex/
LXUtilities.cpp 80 le_int32 swap = array[front]; local
83 array[back] = swap;
92 float swap = array[front]; local
95 array[back] = swap;
  /external/replicaisland/src/com/replica/replicaisland/
QuickSorter.java 57 while (comparator.compare(a[++i], a[right]) < 0) { // find item on left to swap
59 while (comparator.compare(a[right], a[--j]) < 0) { // find item on right to swap
67 Type swap = a[i]; // swap two elements into place local
69 a[j] = swap;
71 Type swap = a[i]; // swap with partition element local
73 a[right] = swap;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/
swap.pass.cpp 14 // void swap(priority_queue& q);
26 q1.swap(q2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/
swap.pass.cpp 15 // void swap(priority_queue<T, Container, Compare>& x,
28 swap(q1, q2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap/
swap.pass.cpp 15 // void swap(basic_regex<charT, traits>& lhs, basic_regex<charT, traits>& rhs);
24 swap(r2, r1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.swap/
swap.pass.cpp 14 // void swap(basic_regex& e);
23 r2.swap(r1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.special/
non_member_swap.pass.cpp 15 // void swap(tuple<Types...>& x, tuple<Types...>& y);
28 swap(t0, t1);
34 swap(t0, t1);
42 swap(t0, t1);
52 swap(t0, t1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.swap/
member_swap.pass.cpp 14 // void swap(tuple& rhs);
27 t0.swap(t1);
33 t0.swap(t1);
41 t0.swap(t1);
51 t0.swap(t1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
swap.pass.cpp 14 // void swap(pair& p);
25 p1.swap(p2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.spec/
non_member_swap.pass.cpp 14 // template <class T1, class T2> void swap(pair<T1, T2>& x, pair<T1, T2>& y);
25 swap(p1, p2);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
scoped_array.hpp 74 this_type(p).swap(*this);
92 void swap(scoped_array & b) // never throws function in class:boost::scoped_array
100 template<class T> inline void swap(scoped_array<T> & a, scoped_array<T> & b) // never throws function in namespace:boost
102 a.swap(b);
scoped_ptr.hpp 86 this_type(p).swap(*this);
109 void swap(scoped_ptr & b) // never throws function in class:boost::scoped_ptr
117 template<class T> inline void swap(scoped_ptr<T> & a, scoped_ptr<T> & b) // never throws function in namespace:boost
119 a.swap(b);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 63 swap(sample_ranged_probe_fn& other);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 63 swap(sample_ranged_probe_fn& other);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 60 swap(sample_size_policy& other);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 63 swap(sample_ranged_probe_fn& other);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 60 swap(sample_size_policy& other);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 63 swap(sample_ranged_probe_fn& other);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 63 swap(sample_ranged_probe_fn& other);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 63 swap(sample_ranged_probe_fn& other);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 63 swap(sample_ranged_probe_fn& other);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 63 swap(sample_ranged_probe_fn& other);

Completed in 1515 milliseconds

<<11121314151617181920>>