Home
last modified time | relevance | path

Searched refs:top (Results 1 – 8 of 8) sorted by relevance

/system/ulib/lockdep/include/lockdep/
A Dlock_class_state.h291 LoopNode* top = nullptr; in Connect() local
293 while (top != node) { in Connect()
294 top = Pop(); in Connect()
295 UnionSets(node, top); in Connect()
/system/uapp/psutils/
A Drules.mk32 MODULE := $(LOCAL_DIR).top
37 MODULE_SRCS += $(LOCAL_DIR)/top.c
39 MODULE_NAME := top
/system/ulib/zx/
A DREADME.md5 safety and move semantics on top of the C calls.
/system/ulib/framebuffer/
A DREADME.md6 This library provides a simple framebuffer abstraction on top of the Zircon display
/system/uapp/display-test/
A Dvirtual-layer.cpp29 uint32_t top = fbl::max(a.y_pos, b.y_pos); in compute_intersection() local
32 if (left >= right || top >= bottom) { in compute_intersection()
37 intersection->y_pos = top; in compute_intersection()
39 intersection->height = bottom - top; in compute_intersection()
/system/banjo/ddk-protocol-platform-bus/
A Dplatform-bus.banjo89 /// These fields are only used for the top level `pbus_dev_t`.
/system/banjo/ddk-protocol-display-controller/
A Ddisplay-controller.banjo186 /// The source frame, where (0,0) is the top-left corner of the image. The
190 /// The destination frame, where (0,0) is the top-left corner of the
199 /// The position of the top-left corner of the cursor's image. When being
/system/fidl/fuchsia-hardware-display/
A Ddisplay-controller.fidl272 // top-left corner of the composed output, and no scaling).

Completed in 11 milliseconds