Searched refs:flags_mask (Results 1 – 2 of 2) sorted by relevance
34 uint16_t flags_mask; in netdev_register() local42 …flags_mask = NETDEV_FLAG_UP | NETDEV_FLAG_LINK_UP | NETDEV_FLAG_INTERNET_UP | NETDEV_FLAG_DHCP | N… in netdev_register()43 netdev->flags &= ~flags_mask; in netdev_register()
31231 duk_uint_t flags_mask, flags_bits, flags_value; in duk__arraypart_fastpath_this() local31245 flags_mask = DUK_HOBJECT_FLAG_ARRAY_PART | \ in duk__arraypart_fastpath_this()31251 if ((flags_value & flags_mask) != flags_bits) { in duk__arraypart_fastpath_this()
Completed in 249 milliseconds