Searched defs:swap (Results 1 – 12 of 12) sorted by relevance
/system/nvram/messages/ |
D | blob.cpp | 43 void swap(Blob& first, Blob& second) { in swap() function
|
/system/nvram/messages/include/nvram/messages/ |
D | vector.h | 60 friend void swap(Vector<ElementType>& first, Vector<ElementType>& second) { in swap() function
|
/system/chre/util/include/chre/util/ |
D | fixed_size_vector_impl.h | 140 void FixedSizeVector<ElementType, kCapacity>::swap(size_t index0, in swap() function
|
D | dynamic_vector_impl.h | 275 void DynamicVector<ElementType>::swap(size_type index0, size_type index1) { in swap() function
|
/system/core/logcat/ |
D | getopt_long.cpp | 104 char* swap = nargv[pos]; in permute_args() local
|
/system/core/libpixelflinger/ |
D | fixed.cpp | 248 static inline void swap(T& a, T& b) { in swap() function
|
D | trap.cpp | 90 static inline void swap(T& a, T& b) { in swap() function
|
/system/libufdt/sysdeps/ |
D | libufdt_sysdeps_vendor.c | 82 #define swap(a, b) \ macro
|
/system/extras/libpagemap/include/pagemap/ |
D | pagemap.h | 47 size_t swap; member
|
/system/extras/showmap/ |
D | showmap.cpp | 22 unsigned swap; member
|
/system/netd/libnetdutils/ |
D | Syscalls.cpp | 233 Syscalls& SyscallsHolder::swap(Syscalls& syscalls) { in swap() function in android::netdutils::SyscallsHolder
|
/system/extras/perfprofd/quipper/ |
D | perf_reader.cc | 95 u64 MaybeSwap(u64 value, bool swap) { in MaybeSwap() 101 u32 MaybeSwap(u32 value, bool swap) { in MaybeSwap()
|