Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 25 of 51) sorted by relevance

123

/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidThreadStore.h90 inline void* swap(void* value) { in swap() function
137 T* old = static_cast<T*>(swap(t)); in set()
144 T* swap(T* t) { in swap() function
145 return static_cast<T*>(ThreadStoreBase::swap(t)); in swap()
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DQsort.c93 #define swap(a, b) \ macro
139 swap(pl, pl - es); in qsort()
154 swap(a, pm); in qsort()
162 swap(pa, pb); in qsort()
170 swap(pc, pd); in qsort()
177 swap(pb, pc); in qsort()
187 swap(pl, pl - es); in qsort()
/device/google/cuttlefish/common/libs/net/
Dnetlink_request.cpp71 using std::swap; in NetlinkRequest()
72 swap(lists_, other.lists_); in NetlinkRequest()
73 swap(header_, other.header_); in NetlinkRequest()
74 swap(request_, other.request_); in NetlinkRequest()
/device/generic/goldfish/network/wifi_forwarder/
Dnetlink_message.cpp26 std::swap(mMessage, other.mMessage); in NetlinkMessage()
41 std::swap(mMessage, other.mMessage); in operator =()
/device/google/cuttlefish/common/libs/fs/
Dshared_select.h46 void swap(SharedFDSet* rhs) { in swap() function
47 value_.swap(rhs->value_); in swap()
/device/generic/goldfish-opengl/system/hals/
Dhost_connection_session.h40 std::swap(conn, rhs.conn);
/device/generic/goldfish/
Dfstab.ranchu.noavb8 dev/block/zram0 none swap defaults zramsize=75%
Dfstab.ranchu8 dev/block/zram0 none swap defaults zramsize=75%
Dfstab.ranchu.noavb.ex10 dev/block/zram0 none swap defaults zramsize=75%
Dfstab.ranchu.ex10 dev/block/zram0 none swap defaults zramsize=75%
/device/amlogic/yukawa/
Dfstab.yukawa6 /dev/block/zram0 none swap defaults zramsize=268435456
/device/google/cuttlefish/host/frontend/vnc_server/
Dframe_buffer_watcher.cpp81 std::swap(stripe.x, stripe.y); in Rotated()
82 std::swap(stripe.width, stripe.height); in Rotated()
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c231 uint32_t swap = i; in mat33Invert() local
235 swap = j; in mat33Invert()
239 if (swap != i) { in mat33Invert()
242 tmp.elem[i][k] = tmp.elem[swap][k]; in mat33Invert()
243 tmp.elem[swap][k] = t; in mat33Invert()
246 out->elem[i][k] = out->elem[swap][k]; in mat33Invert()
247 out->elem[swap][k] = t; in mat33Invert()
/device/google/wahoo/
Dfstab.hardware10 /dev/block/zram0 none swap defaults …
/device/google/sunfish/
Dfstab.hardware12 /dev/block/zram0 none swap defaults …
/device/google/coral/
Dfstab.hardware12 /dev/block/zram0 none swap defaults …
/device/google/crosshatch/
Dfstab.hardware13 /dev/block/zram0 none swap defaults …
Dfstab.mainline.hardware13 /dev/block/zram0 none swap defaults …
/device/google/cuttlefish/shared/config/
Dfstab.ext414 /dev/block/zram0 none swap defaults zramsize=75%
Dfstab.f2fs14 /dev/block/zram0 none swap defaults zramsize=75%
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc60 std::swap((*subscribers)[idx], (*subscribers)[active_subscription_count]); in ProcessSubscriptions()
/device/linaro/hikey/l-loader/
Dgenerate_ptable.sh27 aosp-8g|linux-8g|swap-8g)
95 swap-8g)
/device/google/bonito/
Dfstab.hardware21 /dev/block/zram0 none swap defaults …
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME105 immediatly, the buffer will be displayed at the next swap interval.
108 Sets the swap interval for the host framebuffer window.
/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp687 std::swap(mPrimaryBuffer, mSecondaryBuffer); in inWorkerThread()
688 std::swap(mPrimaryTimestamp, mSecondaryTimestamp); in inWorkerThread()

123