Searched refs:z (Results 1 – 12 of 12) sorted by relevance
41 zxio_t* z = fdio_get_zxio(io); in fdio_zxio_close() local42 return zxio_close(z); in fdio_zxio_close()48 zxio_t* z = fdio_get_zxio(io); in fdio_zxio_wait_begin() local64 zxio_t* z = fdio_get_zxio(io); in fdio_zxio_wait_end() local83 zxio_t* z = fdio_get_zxio(io); in fdio_zxio_clone() local102 zxio_t* z = fdio_get_zxio(io); in fdio_zxio_unwrap() local114 zxio_t* z = fdio_get_zxio(io); in fdio_zxio_sync() local115 return zxio_sync(z); in fdio_zxio_sync()119 zxio_t* z = fdio_get_zxio(io); in fdio_zxio_get_attr() local120 return zxio_attr_get(z, out); in fdio_zxio_get_attr()[all …]
14 uint16 z;
27 const uint32 z = 9021;
27 const uint32 z=9021;
172 typename T::variant z(std::move(x)); in copy_move_assign() local173 EXPECT_EQ(2, z.index()); in copy_move_assign()174 EXPECT_TRUE(T::c_value == z.template get<2>()); in copy_move_assign()
131 /// displayed, in increasing z-order.304 /// single primary layer at the MERGE_BASE layer's z-order. The driver must accept349 /// arranged in increasing z-order, and their z_index fields will be set consecutively.
167 static uint32_t scale32(uint32_t z, uint32_t screen_dim, uint32_t rpt_dim) { in scale32() argument168 return (z * screen_dim) / rpt_dim; in scale32()
129 // into a new, single primary layer at the CLIENT_MERGE_BASE layer's z-order. The262 // Sets which layers are on a display. The list is in increasing z-order.
131 static double scale(double z, uint32_t screen_dim, uint32_t rpt_dim) { in scale() argument132 return (z * screen_dim) / rpt_dim; in scale()
Completed in 26 milliseconds