Home
last modified time | relevance | path

Searched refs:v_flags (Results 1 – 9 of 9) sorted by relevance

/third_party/libnl/lib/route/act/
Dvlan.c51 v->v_flags = 0; in vlan_msg_parser()
56 v->v_flags |= VLAN_F_ACT; in vlan_msg_parser()
57 v->v_flags |= VLAN_F_MODE; in vlan_msg_parser()
62 v->v_flags |= VLAN_F_VID; in vlan_msg_parser()
67 v->v_flags |= VLAN_F_PROTO; in vlan_msg_parser()
72 v->v_flags |= VLAN_F_PRIO; in vlan_msg_parser()
84 if (!(v->v_flags & VLAN_F_MODE)) in vlan_msg_fill()
90 if ((v->v_parm.v_action != TCA_VLAN_ACT_POP) && !(v->v_flags & VLAN_F_VID)) in vlan_msg_fill()
93 if (v->v_flags & VLAN_F_VID) in vlan_msg_fill()
96 if (v->v_flags & VLAN_F_PROTO) in vlan_msg_fill()
[all …]
/third_party/glib/gobject/
Dgvaluetransform.c204 guint v_flags = src_value->data[0].v_ulong; in value_transform_flags_string() local
208 v_flags &= ~flags_value->value; in value_transform_flags_string()
213 flags_value = g_flags_get_first_value (class, v_flags); in value_transform_flags_string()
215 while (flags_value && v_flags); in value_transform_flags_string()
217 if (v_flags) in value_transform_flags_string()
220 v_flags); in value_transform_flags_string()
Dgenums.h249 guint v_flags);
Dgenums.c739 guint v_flags) in g_value_set_flags() argument
743 value->data[0].v_ulong = v_flags; in g_value_set_flags()
/third_party/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.2.c3261 uint8_t v_flags; member
3506 uint8_t v_flags; member
8898 uint8_t v_flags = 0; in wuffs_gif__decoder__decode_frame_config() local
8979 v_flags = wuffs_base__load_u8be(iop_a_src); in wuffs_gif__decoder__decode_frame_config()
8980 if ((v_flags & 128) != 0) { in wuffs_gif__decoder__decode_frame_config()
9041 uint8_t v_flags = 0; in wuffs_gif__decoder__skip_frame() local
9068 v_flags = t_0; in wuffs_gif__decoder__skip_frame()
9070 if ((v_flags & 128) != 0) { in wuffs_gif__decoder__skip_frame()
9072 (((uint32_t)(3)) << (1 + (v_flags & 7))); in wuffs_gif__decoder__skip_frame()
9424 uint8_t v_flags = 0; in wuffs_gif__decoder__decode_lsd() local
[all …]
Dwuffs-v0.3.c7735 uint8_t v_flags; member
8034 uint8_t v_flags; member
28868 uint8_t v_flags = 0; in wuffs_gif__decoder__decode_frame_config() local
28942 v_flags = wuffs_base__peek_u8be__no_bounds_check(iop_a_src); in wuffs_gif__decoder__decode_frame_config()
28943 if ((v_flags & 128) != 0) { in wuffs_gif__decoder__decode_frame_config()
28998 uint8_t v_flags = 0; in wuffs_gif__decoder__skip_frame() local
29023 v_flags = t_0; in wuffs_gif__decoder__skip_frame()
29025 if ((v_flags & 128) != 0) { in wuffs_gif__decoder__skip_frame()
29026 self->private_data.s_skip_frame[0].scratch = (((uint32_t)(3)) << (1 + (v_flags & 7))); in wuffs_gif__decoder__skip_frame()
29363 uint8_t v_flags = 0; in wuffs_gif__decoder__decode_lsd() local
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.2.c3506 uint8_t v_flags; member
3755 uint8_t v_flags; member
9133 uint8_t v_flags = 0; in wuffs_gif__decoder__decode_frame_config() local
9215 v_flags = wuffs_base__load_u8be(iop_a_src); in wuffs_gif__decoder__decode_frame_config()
9216 if ((v_flags & 128) != 0) { in wuffs_gif__decoder__decode_frame_config()
9277 uint8_t v_flags = 0; in wuffs_gif__decoder__skip_frame() local
9304 v_flags = t_0; in wuffs_gif__decoder__skip_frame()
9306 if ((v_flags & 128) != 0) { in wuffs_gif__decoder__skip_frame()
9308 (((uint32_t)(3)) << (1 + (v_flags & 7))); in wuffs_gif__decoder__skip_frame()
9664 uint8_t v_flags = 0; in wuffs_gif__decoder__decode_lsd() local
[all …]
Dwuffs-unsupported-snapshot.c3505 uint8_t v_flags; member
3754 uint8_t v_flags; member
9132 uint8_t v_flags = 0; in wuffs_gif__decoder__decode_frame_config() local
9214 v_flags = wuffs_base__load_u8be(iop_a_src); in wuffs_gif__decoder__decode_frame_config()
9215 if ((v_flags & 128) != 0) { in wuffs_gif__decoder__decode_frame_config()
9276 uint8_t v_flags = 0; in wuffs_gif__decoder__skip_frame() local
9303 v_flags = t_0; in wuffs_gif__decoder__skip_frame()
9305 if ((v_flags & 128) != 0) { in wuffs_gif__decoder__skip_frame()
9307 (((uint32_t)(3)) << (1 + (v_flags & 7))); in wuffs_gif__decoder__skip_frame()
9663 uint8_t v_flags = 0; in wuffs_gif__decoder__decode_lsd() local
[all …]
/third_party/libnl/include/netlink-private/
Dtypes.h1338 uint32_t v_flags; member