Searched refs:top (Results 1 – 8 of 8) sorted by relevance
291 LoopNode* top = nullptr; in Connect() local293 while (top != node) { in Connect()294 top = Pop(); in Connect()295 UnionSets(node, top); in Connect()
32 MODULE := $(LOCAL_DIR).top37 MODULE_SRCS += $(LOCAL_DIR)/top.c39 MODULE_NAME := top
5 safety and move semantics on top of the C calls.
6 This library provides a simple framebuffer abstraction on top of the Zircon display
29 uint32_t top = fbl::max(a.y_pos, b.y_pos); in compute_intersection() local32 if (left >= right || top >= bottom) { in compute_intersection()37 intersection->y_pos = top; in compute_intersection()39 intersection->height = bottom - top; in compute_intersection()
89 /// These fields are only used for the top level `pbus_dev_t`.
186 /// The source frame, where (0,0) is the top-left corner of the image. The190 /// The destination frame, where (0,0) is the top-left corner of the199 /// The position of the top-left corner of the cursor's image. When being
272 // top-left corner of the composed output, and no scaling).
Completed in 11 milliseconds