/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
move.h | 1 // Move, forward and identity for C++0x + swap -*- C++ -*- 76 swap(_Tp& __a, _Tp& __b) function 87 // DR 809. std::swap should be overloaded for array types. 90 swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm]) 93 swap(__a[__n], __b[__n]);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
move.h | 1 // Move, forward and identity for C++0x + swap -*- C++ -*- 76 swap(_Tp& __a, _Tp& __b) function 87 // DR 809. std::swap should be overloaded for array types. 90 swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm]) 93 swap(__a[__n], __b[__n]);
|
/system/core/toolbox/ |
mkswap.c | 4 #include <sys/swap.h> 47 /* Determine the length of the swap file */ 50 fprintf(stderr, "Swap file needs to be at least %dkB\n", 68 fprintf(stderr, "Failed to write swap header into %s\n", argv[1]); 82 fprintf(stderr, "Failed to write magic swap header into %s\n", argv[1]);
|
/external/marisa-trie/lib/marisa/ |
mapper.cc | 89 temp.swap(this); 113 temp.swap(this); 118 Mapper().swap(this); 121 void Mapper::swap(Mapper *rhs) { function in class:marisa::Mapper 123 Swap(&ptr_, &rhs->ptr_); 124 Swap(&avail_, &rhs->avail_); 125 Swap(&origin_, &rhs->origin_); 126 Swap(&size_, &rhs->size_); 128 Swap(&file_, &rhs->file_); 129 Swap(&map_, &rhs->map_) [all...] |
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
mapper.cc | 92 temp.swap(this); 117 temp.swap(this); 122 Mapper().swap(this); 125 void Mapper::swap(Mapper *rhs) { function in class:marisa_alpha::Mapper 127 Swap(&ptr_, &rhs->ptr_); 128 Swap(&avail_, &rhs->avail_); 129 Swap(&origin_, &rhs->origin_); 130 Swap(&size_, &rhs->size_); 132 Swap(&file_, &rhs->file_); 133 Swap(&map_, &rhs->map_) [all...] |
/external/chromium_org/base/memory/ |
scoped_vector.h | 38 ScopedVector(RValue other) { swap(*other.object); } 41 swap(*rhs.object); 76 void swap(std::vector<T*>& other) { v_.swap(other); } function in class:ScopedVector 77 void swap(ScopedVector<T>& other) { v_.swap(other.v_); } function in class:ScopedVector 79 out->swap(v_);
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_swap_control.spec | 80 per buffer swap. (e.g. a value of two means that the color buffers 96 The swap interval is not part of the render context state. It cannot 97 be pushed or popped. The current swap interval for the window 99 glXGetSwapIntervalMESA. The default swap interval is 0. 102 the swap interval to 1. 117 [swap interval] GetSwapInterval Z+ 0 127 Changed the default swap interval to 0.
|
/external/llvm/test/CodeGen/SystemZ/ |
cmpxchg-01.ll | 1 ; Test 8-bit compare and swap. 6 ; Check compare and swap with a variable. 13 define i8 @f1(i8 %dummy, i8 *%src, i8 %cmp, i8 %swap) { 35 %res = cmpxchg i8 *%src, i8 %cmp, i8 %swap seq_cst 39 ; Check compare and swap with constants. We should force the constants into 49 ; CHECK-SHIFT: lhi [[SWAP:%r[0-9]+]], 88 51 ; CHECK-SHIFT: risbg [[SWAP]], {{%r[0-9]+}}, 32, 55, 0
|
cmpxchg-02.ll | 1 ; Test 16-bit compare and swap. 6 ; Check compare and swap with a variable. 13 define i16 @f1(i16 %dummy, i16 *%src, i16 %cmp, i16 %swap) { 35 %res = cmpxchg i16 *%src, i16 %cmp, i16 %swap seq_cst 39 ; Check compare and swap with constants. We should force the constants into 49 ; CHECK-SHIFT: lhi [[SWAP:%r[0-9]+]], 88 51 ; CHECK-SHIFT: risbg [[SWAP]], {{%r[0-9]+}}, 32, 47, 0
|
/external/mesa3d/docs/ |
MESA_swap_control.spec | 80 per buffer swap. (e.g. a value of two means that the color buffers 96 The swap interval is not part of the render context state. It cannot 97 be pushed or popped. The current swap interval for the window 99 glXGetSwapIntervalMESA. The default swap interval is 0. 102 the swap interval to 1. 117 [swap interval] GetSwapInterval Z+ 0 127 Changed the default swap interval to 0.
|
/frameworks/rs/cpu_ref/linkloader/utils/ |
serialize.h | 41 std::swap(array[0], array[1]); 45 std::swap(array[0], array[3]); 46 std::swap(array[1], array[2]); 50 std::swap(array[0], array[7]); 51 std::swap(array[1], array[6]); 52 std::swap(array[2], array[5]); 53 std::swap(array[3], array[4]);
|
/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/ |
ranged_hash_fn.hpp | 88 swap(PB_DS_CLASS_C_DEC&); 118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 120 comb_hash_fn_base::swap(other); 121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 171 swap(PB_DS_CLASS_C_DEC&); 204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 206 comb_hash_fn_base::swap(other); 207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 269 swap(PB_DS_CLASS_C_DEC&); 293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC [all...] |
/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/ |
ranged_hash_fn.hpp | 88 swap(PB_DS_CLASS_C_DEC&); 118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 120 comb_hash_fn_base::swap(other); 121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 171 swap(PB_DS_CLASS_C_DEC&); 204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 206 comb_hash_fn_base::swap(other); 207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 269 swap(PB_DS_CLASS_C_DEC&); 293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC [all...] |
/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/ |
ranged_hash_fn.hpp | 88 swap(PB_DS_CLASS_C_DEC&); 118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 120 comb_hash_fn_base::swap(other); 121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 171 swap(PB_DS_CLASS_C_DEC&); 204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 206 comb_hash_fn_base::swap(other); 207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 269 swap(PB_DS_CLASS_C_DEC&); 293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/ |
ranged_hash_fn.hpp | 88 swap(PB_DS_CLASS_C_DEC&); 118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 120 comb_hash_fn_base::swap(other); 121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 171 swap(PB_DS_CLASS_C_DEC&); 204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 206 comb_hash_fn_base::swap(other); 207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 269 swap(PB_DS_CLASS_C_DEC&); 293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/ |
ranged_hash_fn.hpp | 88 swap(PB_DS_CLASS_C_DEC&); 118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 120 comb_hash_fn_base::swap(other); 121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 171 swap(PB_DS_CLASS_C_DEC&); 204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 206 comb_hash_fn_base::swap(other); 207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 269 swap(PB_DS_CLASS_C_DEC&); 293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/ |
ranged_hash_fn.hpp | 88 swap(PB_DS_CLASS_C_DEC&); 118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 120 comb_hash_fn_base::swap(other); 121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 171 swap(PB_DS_CLASS_C_DEC&); 204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 206 comb_hash_fn_base::swap(other); 207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 269 swap(PB_DS_CLASS_C_DEC&); 293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/hash_fn/ |
ranged_hash_fn.hpp | 88 swap(PB_DS_CLASS_C_DEC&); 118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 120 comb_hash_fn_base::swap(other); 121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 171 swap(PB_DS_CLASS_C_DEC&); 204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 206 comb_hash_fn_base::swap(other); 207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 269 swap(PB_DS_CLASS_C_DEC&); 293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/ |
ranged_hash_fn.hpp | 88 swap(PB_DS_CLASS_C_DEC&); 118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 120 comb_hash_fn_base::swap(other); 121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 171 swap(PB_DS_CLASS_C_DEC&); 204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 206 comb_hash_fn_base::swap(other); 207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 269 swap(PB_DS_CLASS_C_DEC&); 293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/ |
ranged_hash_fn.hpp | 88 swap(PB_DS_CLASS_C_DEC&); 118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 120 comb_hash_fn_base::swap(other); 121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 171 swap(PB_DS_CLASS_C_DEC&); 204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 206 comb_hash_fn_base::swap(other); 207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 269 swap(PB_DS_CLASS_C_DEC&); 293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/ |
ranged_hash_fn.hpp | 88 swap(PB_DS_CLASS_C_DEC&); 118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 120 comb_hash_fn_base::swap(other); 121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 171 swap(PB_DS_CLASS_C_DEC&); 204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 206 comb_hash_fn_base::swap(other); 207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 269 swap(PB_DS_CLASS_C_DEC&); 293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/ |
ranged_hash_fn.hpp | 88 swap(PB_DS_CLASS_C_DEC&); 118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 120 comb_hash_fn_base::swap(other); 121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 171 swap(PB_DS_CLASS_C_DEC&); 204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 206 comb_hash_fn_base::swap(other); 207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 269 swap(PB_DS_CLASS_C_DEC&); 293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/ |
ranged_hash_fn.hpp | 88 swap(PB_DS_CLASS_C_DEC&); 118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 120 comb_hash_fn_base::swap(other); 121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 171 swap(PB_DS_CLASS_C_DEC&); 204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 206 comb_hash_fn_base::swap(other); 207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); 269 swap(PB_DS_CLASS_C_DEC&); 293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
unordered_map | 150 swap(__unordered_map<_Key, _Tp, _Hash, _Pred, 154 { __x.swap(__y); } 159 swap(__unordered_multimap<_Key, _Tp, _Hash, _Pred, 163 { __x.swap(__y); } 234 this->swap(__x); 317 this->swap(__x); 333 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 335 { __x.swap(__y); } 339 swap(unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 341 { __x.swap(__y); [all...] |
unordered_set | 148 swap(__unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __x, 150 { __x.swap(__y); } 155 swap(__unordered_multiset<_Value, _Hash, _Pred, 159 { __x.swap(__y); } 227 this->swap(__x); 307 this->swap(__x); 323 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 325 { __x.swap(__y); } 329 swap(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x, 331 { __x.swap(__y); [all...] |