HomeSort by relevance Sort by last modified time
    Searched defs:swap (Results 1 - 25 of 1245) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_swap_intel.s 4 .globl swap
6 .type swap,@function
7 # CHECK-LABEL: swap:
32 swap: # @swap label
54 .size swap, .Ltmp2-swap
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { function
10 __hm1.swap(__hm2);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { function
10 __hm1.swap(__hm2);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { function
10 __hm1.swap(__hm2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
direct_mask_range_hashing_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
45 { mask_based_base::swap(other); }
direct_mod_range_hashing_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
45 { mod_based_base::swap(other); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug064.go 10 swap(x, y int) (u, v int) {
18 a, b = swap(swap(a, b));
20 panic("bad swap");
9 swap(x, y int) (u, v int) { func
  /prebuilts/go/linux-x86/test/fixedbugs/
bug064.go 10 swap(x, y int) (u, v int) {
18 a, b = swap(swap(a, b));
20 panic("bad swap");
9 swap(x, y int) (u, v int) { func
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/
swap.pass.cpp 14 // template <class T> constexpr void propagate_const::swap(propagate_const<T>& x);
23 void swap(X &, X &) { swap_called = true; } function
29 p1.swap(p2);
  /external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/
swap.pass.cpp 14 // template <class T> constexpr void swap(propagate_const<T>& x, propagate_const<T>& y);
23 void swap(X &, X &) { swap_called = true; } function
29 swap(p1, p2);
  /external/syslinux/com32/modules/stubs/
swapstub.asm 2 swap: label
13 mov [swap.jmp+1],edi
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
constructors_destructor_fn_imps.hpp 89 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
92 base_type::swap(other);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
constructors_destructor_fn_imps.hpp 74 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
79 base_type::swap(other);
80 m_rc.swap(other.m_rc);

Completed in 1144 milliseconds

1 2 3 4 5 6 7 8 91011>>